api-doc: return status for notmuch_query_search_threads_st ...

2016-02-07 Thread Gaute Hope
Hi, I am switching from the deprecated notmuch_query_search_threads to notmuch_query_search_threads_st, but the api-documentation does not specify what status values are returned and what they mean. The same goes for notmuch_query_search_messages_st (...). Regards, Gaute

Re: [PATCH] emacs: hello: display jump key next to saved search when available

2016-02-07 Thread David Edmondson
On Sun, Dec 13 2015, Jani Nikula wrote: > Display the shortcut jump key next to the saved search name in notmuch > hello, if one is defined for the saved search. I quite like the idea of this (and Mark's followup), but I wonder about the utility. With notmuch-jump, as soon as I

Re: [PATCH] emacs: hello: tell the user about help and notmuch customization

2016-02-07 Thread David Edmondson
This change looks good, seems worthwhile. On Sun, Dec 13 2015, Jani Nikula wrote: > Make it easier for new users to find out about thing in notmuch-emacs. > --- > emacs/notmuch-hello.el | 11 +-- > 1 file changed, 9 insertions(+), 2 deletions(-) > > diff --git a/emacs/notmuch-hello.el

Re: [PATCH] emacs: hello: display jump key next to saved search when available

2016-02-07 Thread Jani Nikula
On Sun, 07 Feb 2016, David Edmondson wrote: > On Sun, Dec 13 2015, Jani Nikula wrote: >> Display the shortcut jump key next to the saved search name in notmuch >> hello, if one is defined for the saved search. > > I quite like the idea of this (and Mark's

Re: api-doc: return status for notmuch_query_search_threads_st ...

2016-02-07 Thread Gaute Hope
Gaute Hope writes on February 7, 2016 11:06: Hi, I am switching from the deprecated notmuch_query_search_threads to notmuch_query_search_threads_st, but the api-documentation does not specify what status values are returned and what they mean. The same goes for notmuch_query_search_messages_st

[PATCH] cli: avoid non-zero exits in notmuch insert --keep

2016-02-07 Thread Maarten Aertsen
Re-ordered code that touches the database to try and deliver e-mail to at least try to deliver to the Maildir (which, with --keep should return success). In the case of any failure, we now return EX_TEMPFAIL (a sendmail convention, defined in sysexits.h) to signal to the LDA that it should retry

Re: [PATCH v1] emacs: Report a lack of matches when calling `notmuch-show'.

2016-02-07 Thread Mark Walters
On Sat, 06 Feb 2016, David Edmondson wrote: > If the basic query passed to `notmuch-show' generates no results, > throw an error and inform the user that no messages matched the query > rather than displaying an empty buffer and showing an obscure error. Hi First this is a clear

Re: [PATCH v2 0/2] Allow forwarding of all open messages in the current view.

2016-02-07 Thread Mark Walters
On Sat, 06 Feb 2016, David Edmondson wrote: > Allow forwarding of all open messages in the current view. > > In response to id:"87fvyhb40x@alice.fifthhorseman.net". > > v2: > - Use multiple message forwarding to implement single message > forwarding. > This basically looks

Re: [PATCH v1] emacs: Report a lack of matches when calling `notmuch-show'.

2016-02-07 Thread Tomi Ollila
On Mon, Feb 08 2016, Mark Walters wrote: > On Sat, 06 Feb 2016, David Edmondson wrote: >> If the basic query passed to `notmuch-show' generates no results, >> throw an error and inform the user that no messages matched the query >> rather than displaying