Re: [PATCH] NEWS: add news for fcc insert and address completion changes

2016-09-04 Thread Tomi Ollila
On Sun, Sep 04 2016, Mark Walters wrote: > --- > > I am not totally sure about the wording, so any suggestions gratefully > received. I don't know about the wording (and perhaps it does not need to be "perfect") -- just a few other comments (inline). (almost forgot, but then i saw 'editting' in

[PATCH 1/2] emacs: tree: move binding for pressing button in message pane to u

2016-09-04 Thread Mark Walters
We want to use "e" for editting postponed messages in show, and in tree view, so bind the function which does (In message pane) Activate BUTTON or button at point to "u" (use) instead. --- emacs/notmuch-tree.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/notmuc

[PATCH 2/2] emacs: postpone/resume support

2016-09-04 Thread Mark Walters
This provides preliminary support for postponing and resuming in the emacs frontend. On postponing it uses notmuch insert to put the message in the notmuch database; resume gets the raw file from notmuch and using the emacs function mime-to-mml reconstructs the message (including attachments). Cur

[PATCH 0/2] emacs: add postpone support

2016-09-04 Thread Mark Walters
This series adds postpone support to the emacs frontend. It is similar to the series at id:1465001026-29392-1-git-send-email-markwalters1...@gmail.com but is based on top of the insert/fcc support (now in master). The first patch is trivial -- it just frees up the e keybinding for "edit" (ie resum

[PATCH] NEWS: add news for fcc insert and address completion changes

2016-09-04 Thread Mark Walters
--- I am not totally sure about the wording, so any suggestions gratefully received. Best wishes Mark NEWS | 37 + 1 file changed, 37 insertions(+) diff --git a/NEWS b/NEWS index 0221414..af4a712 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,43 @@ Notmuch 0.23 (U

Re: [PATCH v2 1/6] emacs: notmuch-check-exit-status bugfix

2016-09-04 Thread David Bremner
Mark Walters writes: > This function prints diagnostic information in the event of an > error. However, one of the callers has an optional :stdin-string > keyword argument. This causes the error printing routine to error > itself. I have pused this series. At some point it deserves a NEWS entry.

Re: [PATCH 1/3] Makefile.local: set IS_GIT = yes when regular file $srcdir/.git exists

2016-09-04 Thread David Bremner
David Bremner writes: > Tomi Ollila writes: > >> $srcdir/.git may also be file. E.g. `git worktree` creates .git file >> while new working tree is populated. > > pushed the first patch only > Pushed the second two patches d ___ notmuch mailing list n

Re: [PATCH 1/2] emacs: address completion, allow sender/recipient and filters

2016-09-04 Thread David Bremner
Mark Walters writes: > This commit lets the user customize the address completion. It makes > two changes. series pushed ___ notmuch mailing list notmuch@notmuchmail.org https://notmuchmail.org/mailman/listinfo/notmuch

Re: [PATCH 0/5] Additions to Go bindings

2016-09-04 Thread David Bremner
laochailan writes: > I added bindings for thread lists and thread to the Go bindings and fixed > some wrong constant values. > > Before, the comment style was not understood well by the automatic > documentation generator of Go, so I converted the documentation comments > to the // style. > > Com