[PATCH] doc: clean up manpages

2018-06-19 Thread Daniel Kahn Gillmor
Many of the manpages didn't treat literal text as literal text. I've tried to normalize some of the restructured text to make it a bit more regular. several of the synopsis lines are still untouched by this cleanup, but i'm not sure what the right way to represent those is in .rst, actually. In

Re: [PATCH] emacs: new crypto customization variable to control stashing of encryption session keys

2018-06-19 Thread Jameson Graef Rollins
On Tue, Jun 19 2018, Daniel Kahn Gillmor wrote: > This is looking good to me, thanks! > > two more bits of nit-pickery below: > > On Tue 2018-06-19 08:20:12 -0700, Jameson Graef Rollins wrote: >> +(defcustom notmuch-show-stash-session-keys nil >> + "Should session keys be stashed when decrypting

Re: [PATCH] emacs: new crypto customization variable to control stashing of encryption session keys

2018-06-19 Thread Daniel Kahn Gillmor
This is looking good to me, thanks! two more bits of nit-pickery below: On Tue 2018-06-19 08:20:12 -0700, Jameson Graef Rollins wrote: > +(defcustom notmuch-show-stash-session-keys nil > + "Should session keys be stashed when decrypting messages for display? > + > +If this variable is non-nil se

Re: [PATCH] emacs: new crypto customization variable to control stashing of encryption session keys

2018-06-19 Thread Jameson Graef Rollins
On Tue, Jun 19 2018, Jameson Graef Rollins wrote: > Introduce notmuch-show-store-session-keys customization variable to > control stashing of session keys. If non-nil any session keys > recovered during decryption will be stored in the database. > > This is just a switch to have --decrypt= use "s

[PATCH] emacs: new crypto customization variable to control stashing of encryption session keys

2018-06-19 Thread Jameson Graef Rollins
Introduce notmuch-show-store-session-keys customization variable to control stashing of session keys. If non-nil any session keys recovered during decryption will be stored in the database. This is just a switch to have --decrypt= use "stash" instead of "true". --- Gah forgot to update the commit

[PATCH] emacs: new crypto customization variable to control stashing of encryption session keys

2018-06-19 Thread Jameson Graef Rollins
Introduce notmuch-crypto-store-session-keys customization variable to control stashing of session keys. If non-nil any session keys recovered during decryption will be stored in the database. This is just a switch to have --decrypt= use "stash" instead of "true". --- emacs/notmuch-crypto.el | 15

Re: [PATCH] emacs: new crypto customization variable to control stashing of encryption session keys

2018-06-19 Thread Jameson Graef Rollins
On Tue, Jun 19 2018, David Bremner wrote: > I'm fine with whatever you and dkg decide for a name, but note that the > customization group is independent from the name; you just choose > whatever group you want in the defcustom. Oh, I didn't realize that. I thought they were linked. In that case

[gmailieer] Gmailieer v0.9 released

2018-06-19 Thread Gaute Hope
Hi, Gmailieer v0.9 has been released! https://github.com/gauteh/gmailieer Gmailieer provides fast email-fetching and two-way tag synchronization between notmuch and GMail. Changes: * Fix docs and help (timeout 0 means min (forver, system-timeout)). * All output is ASCII, ensures working on

Re: [PATCH] emacs: new crypto customization variable to control stashing of encryption session keys

2018-06-19 Thread David Bremner
Jameson Graef Rollins writes: > On Mon, Jun 18 2018, Daniel Kahn Gillmor wrote: >> This looks like it would work, but calling it >> notmuch-crypto-store-session-keys is a bit confusing, because based on >> the name it looks like it would apply to many places (e.g. during >> message sending, shou