Re: nmbug in the Debian packages?

2016-02-08 Thread David Bremner
David Edmondson writes: > I'd like to use nmbug without having to grovel around in the notmuch git > repository. Could it be added to the Debian package, please? > > (I can try to prepare a patch, but figured that it merited discussion > first.) I see two options with my debian

Re: nmbug in the Debian packages?

2016-02-08 Thread David Edmondson
On Mon, Feb 08 2016, David Bremner wrote: > David Edmondson writes: > >> I'd like to use nmbug without having to grovel around in the notmuch git >> repository. Could it be added to the Debian package, please? >> >> (I can try to prepare a patch, but figured that

[PATCH v3 1/2] emacs: Add `notmuch-show-forward-open-messages'.

2016-02-08 Thread David Edmondson
Add a function to forward all open messages in the current view of a thread. Bind this to "F". --- emacs/notmuch-mua.el | 48 emacs/notmuch-show.el | 11 +++ 2 files changed, 59 insertions(+) diff --git a/emacs/notmuch-mua.el

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

2016-02-08 Thread David Edmondson
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. v3: - Fix silly error. David Edmondson (2): emacs: Add

[PATCH v3 2/2] emacs: `notmuch-show-forward-message' can use `notmuch-mua-new-forward-messages'

2016-02-08 Thread David Edmondson
Which allows `notmuch-mua-new-forward-message' to be removed. --- emacs/notmuch-mua.el | 20 emacs/notmuch-show.el | 4 ++-- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index 4d50d25..99e23d8 100644 ---

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

2016-02-08 Thread David Bremner
Gaute Hope writes: > 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

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

2016-02-08 Thread David Edmondson
On Sun, Feb 07 2016, Mark Walters wrote: > This basically looks good to me. At the moment there is some typo in the > first patch introducing two extra parenthesis at the end of the > notmuch-mua-new-forward-messages function. Yikes. I turned on paredit-mode and haven't quite got comfortable

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

2016-02-08 Thread David Edmondson
On Sun, Feb 07 2016, Mark Walters wrote: > However, I wonder if we actually want an error at all in this case, > rather than just a "message". I think some people run with > debug-on-error enabled and it might be annoying in that case (though > clearly less annoying than the current situation).

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

2016-02-08 Thread David Bremner
Maarten Aertsen writes: > 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 later. This prevents a direct reject or bounce of e-mail. We talked a bit on IRC about the

Re: [Vagrant Cascadian] Bug#759646: notmuch-emacs: switching mode= to invalid value sends unencrypted mail

2016-02-08 Thread David Edmondson
[Raking over history...] On Sat, Nov 29 2014, David Bremner wrote: > David Edmondson writes: > >> On Tue, Sep 02 2014, Tomi Ollila wrote: >>> On Tue, Sep 02 2014, Daniel Kahn Gillmor wrote: >>> On 08/30/2014 03:37 AM, Jani Nikula wrote: > I'm

Re: [Vagrant Cascadian] Bug#759302: notmuch-emacs: citation should use datestring from the replied to message

2016-02-08 Thread David Edmondson
> So, I've struggled with coming up with a citation line format: > > '(message-citation-line-format "On %Y-%m-%d %T %z, %N wrote:") > '(message-citation-line-function (quote > message-insert-formatted-citation-line)) > > But it localizes the timezone of datestring, rather than simply copying

Re: [PATCH v4 0/7] emacs: Improve the cited message included in replies

2016-02-08 Thread David Edmondson
On Sat, Nov 07 2015, Mark Walters wrote: > This is a rebase and somewhat tweaked version of dme's series from last year > id:1399897769-26809-1-git-send-email-...@dme.org I'm a bad person to review these changes, having written some of them. Could someone else take a look? > One particular

Re: [Gaudenz Steinlin] Bug#810784: should match email adress case insensitive when sending encrypted mail

2016-02-08 Thread David Edmondson
On Fri, Jan 15 2016, Daniel Kahn Gillmor wrote: > So where is the case-insensitive lookup happening? Is this a bug in > mml-mode, or in notmuch-emacs? It's caused by behaviour in mml2015.el (hence upstream). `mml2015-epg-check-user-id' uses `equal' to compare the recipient from the composition

Re: nmbug in the Debian packages?

2016-02-08 Thread W. Trevor King
On Mon, Feb 08, 2016 at 07:33:10AM -0400, David Bremner wrote: > We can include it in /usr/bin along and install a proper man pageā€¦ I'm happy to write up a man page. Do you want it in a separate directory from nmbug-status / notmuch-report [1]? Do you want to rename nmbug to something notmuch-*

Re: [Gaudenz Steinlin] Bug#810784: should match email adress case insensitive when sending encrypted mail

2016-02-08 Thread David Edmondson
On Mon, Feb 08 2016, David Edmondson wrote: > On Fri, Jan 15 2016, Daniel Kahn Gillmor wrote: >> So where is the case-insensitive lookup happening? Is this a bug in >> mml-mode, or in notmuch-emacs? > > It's caused by behaviour in mml2015.el (hence upstream). > > `mml2015-epg-check-user-id' uses