Re: [PATCH 1/2] cli/new: support // in new.ignore

2017-12-15 Thread David Bremner
Jani Nikula writes: > Add support for using // style regular expressions in > new.ignore, mixed with the old style verbatim file and directory > basenames. The regex is matched against the relative path from the > database path. pushed to master, d

Re: [PATCH] doc: arrange search prefix documentation in a definition list

2017-12-15 Thread David Bremner
Jani Nikula writes: > Having first a list of prefixes followed by detailed descriptions was > viable when we didn't have all that many prefixes. Now, arranging the > prefix descriptions in a definition list makes more sense. > > While at it, include all the supported prefix

Re: [PATCH] cli: add support for only printing the addresses in notmuch address

2017-12-15 Thread David Bremner
Jani Nikula writes: > The notmuch address output is much more useful for scripts with just > the addresses printed. Support this using the --output=address option. pushed to master d ___ notmuch mailing list notmuch@notmuchmail.org

Re: [PATCH] lib: return "" rather than NULL from notmuch_thread_get_authors

2017-12-15 Thread RĂ³man Joost
Dear David, On Thu, Dec 14, 2017 at 10:29:57PM -0400, David Bremner wrote: > The current beheviour is at best underdocumented. The modified test in > T470-missing-headers.sh previously relied on printf doing the right > thing with NULL, which seems ick. > > The use of talloc_strdup here is