Re: [PATCH 0/9] doc: config and build improvements

2016-11-17 Thread David Bremner
Jani Nikula writes: > Here's a bunch of fixes to the documentation config and build. > pushed to master d ___ notmuch mailing list notmuch@notmuchmail.org https://notmuchmail.org/mailman/listinfo/notmuch

[PATCH] emacs: remove use of message-send-hook

2016-11-17 Thread Mark Walters
We use message-send-hook for two things -- tagging drafts deleted, and tagging replied the parent message of a reply. We should not use message-send-hook as that will affect gnus etc too. Moreover, message-send-hook is run before the message is sent, even before the user confirms they want to send

Re: convert debian packaging to dh-elpa

2016-11-17 Thread David Bremner
David Bremner writes: > The main part which needs sanity checking is > > [PATCH 1/3] emacs: generate notmuch-pkg.el > > It may make sense later (after we drop support for emacs23) to make > our standard install also use package.el. series pushed to release, with the debian versioning modif

Re: [PATCH v3] emacs: add compatibility functions for emacs 23

2016-11-17 Thread David Bremner
Mark Walters writes: > Some of the recent changes to the emacs code have used functions > introduced in emacs 24. The functions used are read-char-choice and > setq-local. This changeset adds a file notmuch-compat.el which > contains compatibility functions so that it should work on emacs > 23. >

[PATCH] NEWS: document fixes for emacs23

2016-11-17 Thread David Bremner
--- In addition to the maintence burden, there are features like lexical scope and the package.el helpers that don't backport easily. NEWS | 9 + 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index 846572b..e693da7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Notmuch 0.23.2

notmuch 0.23.2 in preparation

2016-11-17 Thread David Bremner
I have pushed to the release branch a few emacs related fixes 6e1628d debian: convert to use dh-elpa 297d27e emacs: generate notmuch-pkg.el a3e712f emacs: add compatibility functions for emacs 23 09caa0f emacs: interesting-buffer bugfixes/updates I'll send a short news patch for a3e712f as a fol