Re: [PATCH 0/2] Saved searches in tree view

2015-10-17 Thread Jani Nikula
On Wed, 14 Oct 2015, Mark Walters wrote: > The first patch allows the user to customize saved searches to show > in tree view rather than search view (the choice also applies when the > saved-search is called from notmuch-jump rather than notmuch-hello). > > The second

Re: [PATCH 3/4] NEWS: news for notmuch address --deduplicate option

2015-10-17 Thread Tomi Ollila
On Sat, Oct 17 2015, Jani Nikula wrote: > --- > NEWS | 13 + > 1 file changed, 13 insertions(+) > > diff --git a/NEWS b/NEWS > index 317e7e62deaa..9940f8185e82 100644 > --- a/NEWS > +++ b/NEWS > @@ -14,6 +14,19 @@ Date queries now support `date:..!` shorthand for >

[PATCH 4/4] NEWS: news for notmuch_directory_delete

2015-10-17 Thread Jani Nikula
--- NEWS | 13 + 1 file changed, 13 insertions(+) diff --git a/NEWS b/NEWS index 9940f8185e82..c5417144b755 100644 --- a/NEWS +++ b/NEWS @@ -47,6 +47,19 @@ Library The use of absolute paths is now enforced when calling `notmuch_database_{open, create}`. +New function

[PATCH 2/4] NEWS: news for date:..!

2015-10-17 Thread Jani Nikula
--- NEWS | 7 +++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 95470d7c070b..317e7e62deaa 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,13 @@ General Notmuch now requires gmime >= 2.6.7. The gmime 2.4 series is no longer supported. +Date queries now support `date:..!`

[PATCH 1/4] NEWS: nmbug-status supports sort order

2015-10-17 Thread Jani Nikula
--- NEWS | 5 + 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 3593ded71bd7..95470d7c070b 100644 --- a/NEWS +++ b/NEWS @@ -27,6 +27,11 @@ Library The use of absolute paths is now enforced when calling `notmuch_database_{open, create}`. +nmbug-status + +

[PATCH 3/4] NEWS: news for notmuch address --deduplicate option

2015-10-17 Thread Jani Nikula
--- NEWS | 13 + 1 file changed, 13 insertions(+) diff --git a/NEWS b/NEWS index 317e7e62deaa..9940f8185e82 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,19 @@ Date queries now support `date:..!` shorthand for beginning of yesterday to the end of yesterday. For further details,

Re: [PATCH 4/4] NEWS: news for notmuch_directory_delete

2015-10-17 Thread Tomi Ollila
On Sat, Oct 17 2015, Jani Nikula wrote: > --- > NEWS | 13 + > 1 file changed, 13 insertions(+) > > diff --git a/NEWS b/NEWS > index 9940f8185e82..c5417144b755 100644 > --- a/NEWS > +++ b/NEWS > @@ -47,6 +47,19 @@ Library > The use of absolute paths is now enforced

Re: [PATCH 2/4] NEWS: news for date:..!

2015-10-17 Thread Tomi Ollila
On Sat, Oct 17 2015, Jani Nikula wrote: > --- > NEWS | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/NEWS b/NEWS > index 95470d7c070b..317e7e62deaa 100644 > --- a/NEWS > +++ b/NEWS > @@ -7,6 +7,13 @@ General > Notmuch now requires gmime >= 2.6.7. The gmime 2.4

Re: [PATCH 1/4] NEWS: nmbug-status supports sort order

2015-10-17 Thread Tomi Ollila
On Sat, Oct 17 2015, Jani Nikula wrote: > --- > NEWS | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/NEWS b/NEWS > index 3593ded71bd7..95470d7c070b 100644 > --- a/NEWS > +++ b/NEWS > @@ -27,6 +27,11 @@ Library > The use of absolute paths is now enforced when

[PATCH] man: clarify the parameters for lastmod: range query

2015-10-17 Thread Jani Nikula
and for the lastmod: prefix right below the date: prefix description give the impression one could use last modified dates to lastmod: which is not at all the case. Use .. instead. --- doc/man7/notmuch-search-terms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

NEWS patches v2

2015-10-17 Thread David Bremner
I had a series in progress more or less at the same time as Jani, so of course there were all kinds of silly conflicts. I rebased the two series together, and tried to get most of Tomi's formatting comments. ___ notmuch mailing list

[PATCH 4/8] NEWS: note some Emacs UI changes for 0.21

2015-10-17 Thread David Bremner
--- NEWS | 7 +++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 7f2f249..e2b3c62 100644 --- a/NEWS +++ b/NEWS @@ -58,6 +58,13 @@ Removed `notmuch-version` function by renaming it to `notmuch-cli-version` function which retrieves the version of `notmuch-command` is

[PATCH 2/8] NEWS: note some build system changes for 0.21

2015-10-17 Thread David Bremner
The ruby bindings changes in particular will be user visible. The skipped tests status may also be interesting for packagers --- NEWS | 12 1 file changed, 12 insertions(+) diff --git a/NEWS b/NEWS index 019da55..d35b8cd 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,18 @@ Notmuch

[PATCH 8/8] NEWS: news for notmuch_directory_delete

2015-10-17 Thread David Bremner
From: Jani Nikula --- NEWS | 13 + 1 file changed, 13 insertions(+) diff --git a/NEWS b/NEWS index 6a0..c544a8e 100644 --- a/NEWS +++ b/NEWS @@ -88,6 +88,19 @@ Library The use of absolute paths is now enforced when calling `notmuch_database_{open, create}`.

[PATCH 1/8] NEWS: news for initial revision tracking support (0.21)

2015-10-17 Thread David Bremner
--- NEWS | 31 +++ 1 file changed, 31 insertions(+) diff --git a/NEWS b/NEWS index 3593ded..019da55 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,31 @@ General Notmuch now requires gmime >= 2.6.7. The gmime 2.4 series is no longer supported. +Database revision tracking:

[PATCH 6/8] NEWS: news for date:..!

2015-10-17 Thread David Bremner
From: Jani Nikula --- NEWS | 7 +++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 043da67..647cd07 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,13 @@ Database revision tracking: `lastmod:` queries every tagging operation. See the discussion of `lastmod:`

[PATCH 3/8] NEWS: new count api / deprecated count/search functions for 0.21

2015-10-17 Thread David Bremner
--- NEWS | 9 + 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index d35b8cd..7f2f249 100644 --- a/NEWS +++ b/NEWS @@ -70,6 +70,15 @@ Database revision tracking query parser and the new function `notmuch_database_get_revision`. For the latter, see `notmuch(3)`. +New

[PATCH 5/8] NEWS: nmbug-status supports sort order

2015-10-17 Thread David Bremner
From: Jani Nikula --- NEWS | 5 + 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index e2b3c62..043da67 100644 --- a/NEWS +++ b/NEWS @@ -86,6 +86,11 @@ Deprecated functions are all deprecated as of this release. Clients are encouraged to transition to the

[PATCH 7/8] NEWS: news for notmuch address --deduplicate option

2015-10-17 Thread David Bremner
From: Jani Nikula --- NEWS | 10 ++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index 647cd07..6a0 100644 --- a/NEWS +++ b/NEWS @@ -51,6 +51,16 @@ Database revision tracking rollover and reinitialization, and `notmuch-count(1)` gained a

Re: [PATCH v2] doc: update copyright year to contain range 2009-2015

2015-10-17 Thread David Bremner
Tomi Ollila writes: > Now it is accurate and provides more information to the > reader of the documents. pushed to release d ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

Re: [PATCH] emacs: tree bugfix

2015-10-17 Thread David Bremner
Mark Walters writes: > Formerly replying to an encrypted message in tree-view did not work: > the message was not decrypted. This commit makes notmuch-tree respect > the setting of notmuch-crypto-process-mime. In particular, if > notmuch-crypto-process-mime is set to

Re: [PATCH] emacs: show: increase default max-text-part-size

2015-10-17 Thread David Bremner
Mark Walters writes: > Currently notmuch-show-max-text-part-size is 1 which means some > relatively normal messages have all parts hidden by default. Increase > this to 10 by default. pushed to release d ___ notmuch

Re: [PATCH 2/4] NEWS: news for date:..!

2015-10-17 Thread Jani Nikula
On Sat, 17 Oct 2015, Tomi Ollila wrote: > On Sat, Oct 17 2015, Jani Nikula wrote: > >> --- >> NEWS | 7 +++ >> 1 file changed, 7 insertions(+) >> >> diff --git a/NEWS b/NEWS >> index 95470d7c070b..317e7e62deaa 100644 >> --- a/NEWS >> +++ b/NEWS >> @@

[PATCH 2/3] completion: complete shared options for each command

2015-10-17 Thread Jani Nikula
Add support for completing --help, --uuid=, and --version after the subcommand. Do not support shared options at the top level yet due to difficulties in handling options with arguments. --uuid necessitates adding 'compopt -o nospace' also to notmuch new completion, but that just brings it in

[PATCH 1/3] completion: complete notmuch count --lastmod

2015-10-17 Thread Jani Nikula
--- completion/notmuch-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completion/notmuch-completion.bash b/completion/notmuch-completion.bash index 68b069013655..1552c1e51db7 100644 --- a/completion/notmuch-completion.bash +++

[PATCH 3/3] completion: clean up top level completion

2015-10-17 Thread Jani Nikula
Add note about missing features. --- completion/notmuch-completion.bash | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/completion/notmuch-completion.bash b/completion/notmuch-completion.bash index 1356c4a40515..f24d9ecd337f 100644 ---

[PATCH] completion: complete lastmod: search prefix

2015-10-17 Thread Jani Nikula
--- completion/notmuch-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completion/notmuch-completion.bash b/completion/notmuch-completion.bash index f24d9ecd337f..cc5839247c6c 100644 --- a/completion/notmuch-completion.bash +++