Re: [PATCH v2 04/16] Provide _notmuch_crypto_{set,get}_gpg_path

2016-01-24 Thread Daniel Kahn Gillmor
Thanks for the review, Tomi! On Sun 2016-01-24 10:23:02 -0500, Tomi Ollila wrote: > On Wed, Jan 20 2016, Daniel Kahn Gillmor wrote: > >> Use functions to access the gpg_path for a _notmuch_crypto_t object. >> This lets us return sensible defaults based on the state of the

Re: [PATCH v2 04/16] Provide _notmuch_crypto_{set,get}_gpg_path

2016-01-24 Thread Tomi Ollila
On Wed, Jan 20 2016, Daniel Kahn Gillmor wrote: > Use functions to access the gpg_path for a _notmuch_crypto_t object. > This lets us return sensible defaults based on the state of the user's > machine. > --- > notmuch-reply.c | 13 ++--- > notmuch-show.c | 12

[PATCH v2 04/16] Provide _notmuch_crypto_{set,get}_gpg_path

2016-01-19 Thread Daniel Kahn Gillmor
Use functions to access the gpg_path for a _notmuch_crypto_t object. This lets us return sensible defaults based on the state of the user's machine. --- notmuch-reply.c | 13 ++--- notmuch-show.c | 12 ++-- util/crypto.c | 49 -