[PATCH 1/5] doc: bring notmuch-dump manual page in line with the rest

2015-02-23 Thread David Bremner
Jani Nikula writes: > Fix indentation of options. Move search terms description before > options. Fix synopsis. pushed the first 4 patches. d

[PATCH 3/3] cli: fix clang build warnings

2015-02-23 Thread Tomi Ollila
On Mon, Feb 23 2015, Jani Nikula wrote: > Fix the following warning produced by clang 3.5.0: > > notmuch-search.c:730:25: warning: initializing 'void *' with an > expression of type 'const notmuch_opt_desc_t (*)[4]' discards > qualifiers [-Wincompatible-pointer-types-discards-qualifiers] >

[Patch v2 4/4] doc: update list of prefixes

2015-02-23 Thread David Bremner
'attachement' missed a colon, and 'mimetype' was not added to this table at all. --- doc/man7/notmuch-search-terms.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man7/notmuch-search-terms.rst b/doc/man7/notmuch-search-terms.rst index 77abc70..ebb5e54 100644 ---

[Patch v2 3/4] doc: typo fix for prefix discussion.

2015-02-23 Thread David Bremner
--- doc/man7/notmuch-search-terms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man7/notmuch-search-terms.rst b/doc/man7/notmuch-search-terms.rst index 1bd3df5..77abc70 100644 --- a/doc/man7/notmuch-search-terms.rst +++ b/doc/man7/notmuch-search-terms.rst @@ -198,7

[Patch v2 2/4] doc: add more information on operators.

2015-02-23 Thread David Bremner
More material borrowed from the wiki page on "searching" --- doc/man7/notmuch-search-terms.rst | 42 ++- 1 file changed, 37 insertions(+), 5 deletions(-) diff --git a/doc/man7/notmuch-search-terms.rst b/doc/man7/notmuch-search-terms.rst index 7fb4a27..1bd3df5

[Patch v2 1/4] doc: add material on stemming and wildcards

2015-02-23 Thread David Bremner
This is lightly massaged from the searching page on the wiki. --- doc/man7/notmuch-search-terms.rst | 27 +++ 1 file changed, 27 insertions(+) diff --git a/doc/man7/notmuch-search-terms.rst b/doc/man7/notmuch-search-terms.rst index 54138d2..7fb4a27 100644 ---

No subject

2015-02-23 Thread David Bremner
This has Jani's suggestions fixed, along with a couple of other trivial patches. I'll mark them ready at this point.

[PATCH 3/3] doc: add more information on operators.

2015-02-23 Thread Jani Nikula
On Sun, 18 Jan 2015, David Bremner wrote: > More material borrowed from the wiki page on "searching" > --- > doc/man7/notmuch-search-terms.rst | 43 > ++- > 1 file changed, 38 insertions(+), 5 deletions(-) > > diff --git a/doc/man7/notmuch-search-terms.rst >

[PATCH 2/3] doc: add material on stemming and wildcards

2015-02-23 Thread Jani Nikula
On Sun, 18 Jan 2015, David Bremner wrote: > This is lightly massaged from the searching page on the wiki. > --- > doc/man7/notmuch-search-terms.rst | 28 > 1 file changed, 28 insertions(+) > > diff --git a/doc/man7/notmuch-search-terms.rst >

[PATCH 3/3] cli: fix clang build warnings

2015-02-23 Thread Jani Nikula
Fix the following warning produced by clang 3.5.0: notmuch-search.c:730:25: warning: initializing 'void *' with an expression of type 'const notmuch_opt_desc_t (*)[4]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] { NOTMUCH_OPT_INHERIT, _options, NULL, 0, 0 },

[PATCH 2/3] lib: fix clang build warnings

2015-02-23 Thread Jani Nikula
Fix the following warning produced by clang 3.5.0: lib/message.cc:899:4: warning: comparison of constant 64 with expression of type 'notmuch_message_flag_t' (aka '_notmuch_message_flag') is always true [-Wtautological-constant-out-of-range-compare] ! NOTMUCH_TEST_BIT

[PATCH 1/3] lib: abstract bit validity check in bit test/set/clear macros

2015-02-23 Thread Jani Nikula
Reduce duplication in the bit test/set/clear macros. No functional changes. --- lib/notmuch-private.h | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index 012ad25c42cd..02a8fc62b631 100644 --- a/lib/notmuch-private.h

[Patch v2 2/4] doc: add more information on operators.

2015-02-23 Thread W. Trevor King
: 819 bytes Desc: OpenPGP digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20150223/2609dd6c/attachment.pgp>

BUG: bad notmuch shared library install_name on Mac OS X

2015-02-23 Thread J. Lewis Muir
On 9/5/14 7:47 AM, J. Lewis Muir wrote: > On 9/4/14, 2:58 PM, David Bremner wrote: >> "J. Lewis Muir" writes: >> >>> Hello. >>> >>> I submitted a patch [1] to fix a bug in how the notmuch shared >>> library is built on Mac OS X, but perhaps it's not clear it fixes a >>> bug, so I wanted to just

bug report: Emacs notmuch-mode fails attachments with spaces

2015-02-23 Thread David Bremner
Tomi Ollila writes: > > ... but we could let-bind shell-file-name... > If that seems needed, I think I'd rather push the bug upstream.

[PATCH 3/3] cli: fix clang build warnings

2015-02-23 Thread Jani Nikula
Fix the following warning produced by clang 3.5.0: notmuch-search.c:730:25: warning: initializing 'void *' with an expression of type 'const notmuch_opt_desc_t (*)[4]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] { NOTMUCH_OPT_INHERIT, common_options, NULL, 0, 0

[Patch v2 1/4] doc: add material on stemming and wildcards

2015-02-23 Thread David Bremner
This is lightly massaged from the searching page on the wiki. --- doc/man7/notmuch-search-terms.rst | 27 +++ 1 file changed, 27 insertions(+) diff --git a/doc/man7/notmuch-search-terms.rst b/doc/man7/notmuch-search-terms.rst index 54138d2..7fb4a27 100644 ---

[Patch v2 2/4] doc: add more information on operators.

2015-02-23 Thread David Bremner
More material borrowed from the wiki page on searching --- doc/man7/notmuch-search-terms.rst | 42 ++- 1 file changed, 37 insertions(+), 5 deletions(-) diff --git a/doc/man7/notmuch-search-terms.rst b/doc/man7/notmuch-search-terms.rst index 7fb4a27..1bd3df5

[Patch v2 3/4] doc: typo fix for prefix discussion.

2015-02-23 Thread David Bremner
--- doc/man7/notmuch-search-terms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man7/notmuch-search-terms.rst b/doc/man7/notmuch-search-terms.rst index 1bd3df5..77abc70 100644 --- a/doc/man7/notmuch-search-terms.rst +++ b/doc/man7/notmuch-search-terms.rst @@ -198,7

[no subject]

2015-02-23 Thread David Bremner
This has Jani's suggestions fixed, along with a couple of other trivial patches. I'll mark them ready at this point. ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

[Patch v2 4/4] doc: update list of prefixes

2015-02-23 Thread David Bremner
'attachement' missed a colon, and 'mimetype' was not added to this table at all. --- doc/man7/notmuch-search-terms.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man7/notmuch-search-terms.rst b/doc/man7/notmuch-search-terms.rst index 77abc70..ebb5e54 100644 ---

Re: [PATCH 1/5] doc: bring notmuch-dump manual page in line with the rest

2015-02-23 Thread David Bremner
Jani Nikula j...@nikula.org writes: Fix indentation of options. Move search terms description before options. Fix synopsis. pushed the first 4 patches. d ___ notmuch mailing list notmuch@notmuchmail.org

Re: bug report: Emacs notmuch-mode fails attachments with spaces

2015-02-23 Thread David Bremner
Tomi Ollila tomi.oll...@iki.fi writes: ... but we could let-bind shell-file-name... If that seems needed, I think I'd rather push the bug upstream. ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

Re: [PATCH 5/5] completion: complete addresses in from:/to: search terms

2015-02-23 Thread Tomi Ollila
On Tue, Jan 27 2015, Jani Nikula j...@nikula.org wrote: Use the new notmuch address command to do completion for addresses in from: and to:. --- This patch is more of an RFC. The to: completion is slw because typically there are more matches to begin with, and then producing the

Re:

2015-02-23 Thread David Bremner
David Bremner da...@tethera.net writes: This has Jani's suggestions fixed, along with a couple of other trivial patches. I'll mark them ready at this point. I pushed these, with Trevor's suggested changes. d ___ notmuch mailing list