Re: [PATCH v4 3/3] cli/reply: make --decrypt take a keyword

2017-12-30 Thread David Bremner
Daniel Kahn Gillmor writes: > It sounds like you were suggesting "--decrypt=nostash" as a synonym for > "--decrypt=true" on show/reply, which i confess i didn't fully > understand when i wrote my response. If it really makes you feel better > to add the alias/synonym, i

Re: [PATCH v3] doc: unify definition list usage across man pages

2017-12-30 Thread Jani Nikula
On Sat, 30 Dec 2017, David Bremner wrote: > Jani Nikula writes: > >> Make all parameter descriptions etc. use reStructuredText definition >> lists with uniform style and indentation. Remove redundant indentation >> from around the lists. Remove blank lines

[PATCH] NEWS: library changes for 0.26

2017-12-30 Thread David Bremner
These are just "my" changes, as arbited by "git shortlog", which sometimes lies. --- NEWS | 21 + 1 file changed, 21 insertions(+) diff --git a/NEWS b/NEWS index 3b6404e7..1c5edf4c 100644 --- a/NEWS +++ b/NEWS @@ -41,6 +41,27 @@ Indexing cleartext of encrypted e-mails that

[PATCH] NEWS: CLI changes for 0.26

2017-12-30 Thread David Bremner
As with the lib changes, these are based on the commits with me as author. --- NEWS | 11 +++ 1 file changed, 11 insertions(+) diff --git a/NEWS b/NEWS index 1c5edf4c..3049fc78 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,17 @@ Support for re-indexing existing messages archive, the

[PATCH] NEWS: Python bindings changes for 0.26

2017-12-30 Thread David Bremner
These are my own changes, plus those of Florian Klink and Lucas Hoffmann. Gaute's change fixed a bug that was never in a released version, so I left it out. --- NEWS | 14 ++ 1 file changed, 14 insertions(+) diff --git a/NEWS b/NEWS index 3049fc78..fe426bad 100644 --- a/NEWS +++

[PATCH] WIP: support XDG database directory

2017-12-30 Thread David Bremner
--- Just a rebase against current master, based on discussion in IRC today. AFAIK, the general approach could be extended to support a "NOTMUCH_DATABASE_DIRECTORY" environment variable, which if think is what Tomi was suggesting previously. lib/database.cc| 65

Re: [PATCH v4 3/3] cli/reply: make --decrypt take a keyword

2017-12-30 Thread Daniel Kahn Gillmor
On Sat 2017-12-30 09:05:40 -0400, David Bremner wrote: > I need more time to think about this, so I'd rather defer till after the > release in any case. are you saying that you want to defer this whole series until after the release? that would be a real shame, since it would mean we'd have