[PATCH v3 0/2] Refactor config reading to support non-regular files

Subject: [PATCH v3 0/2] Refactor config reading to support non-regular files

Date: Sun, 4 Dec 2016 20:15:38 +0200

To: notmuch@notmuchmail.org

Cc: tomi.ollila@iki.fi

From: Ioan-Adrian Ratiu


Changes since v2 (based on Tomi's feedback):
    * Rewrote config reading loop to use fread instead of fgets (behaves
    the same but the code looks much better now).

Ioan-Adrian Ratiu (1):
  notmuch-config: replace config reading function

Jani Nikula (1):
  cli: abstract config file reading to a separate function

 notmuch-config.c | 99 +++++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 69 insertions(+), 30 deletions(-)

-- 
2.10.2


Thread: