Re: [PATCH v3] emacs: add a tag jump menu

2016-10-02 Thread David Bremner
Mark Walters writes: > I think the main thing left is to decide which keybinding to > use. There was some discussion on irc about taking "t" -- this is > currently mapped to "filter-by-tag" in search mode, and > toggle-trucate-lines in show mode. These are relatively uncommon > functions so the r

Re: notmuch-show require gnus-art?

2016-10-02 Thread David Bremner
Tomas Nordin writes: > If notmuch-show-mode behaves badly for you in emacs 24.x try adding one of > > (setq gnus-inhibit-images nil) > > or > > (require 'gnus-art) > > to your .emacs file. > > So before going into further details (I will if somebody wants me to), I > wonder if you think t

[PATCH] Test: emacs forwarding

2016-10-02 Thread Mark Walters
There are no tests for forwarding messages inside emacs, so add some. Also, there is a bug in the forward multiple messages code in the case that only occurs when the user has changed message-forward-before-signature to nil -- the messages get inserted in reverse order. --- I have been looking at

notmuch-show require gnus-art?

2016-10-02 Thread Tomas Nordin
Hello List I was in chock just about a while ago. Playing around with my notmuch config and browsing some mails, emacs crashed on me. Reading log files in /var/log I could see something like Oct 2 18:07:30 flaptop emacs24.desktop[19659]: Error: /undefinedfilename in (/tmp/magick-19659Ldz6pYLEpr

Re: [PATCH] lib: bump minor version to mark added symbols

2016-10-02 Thread David Bremner
nTomi Ollila writes: > On Sun, Oct 02 2016, David Bremner wrote: > >> This should not change the SONAME, and therefore won't change the >> dynamic linking behaviour, but it may help some users debug missing >> symbols in case their libnotmuch is too old. >> --- >> >> this should probably go into

[PATCH 2/2] emacs: mua: check for misplaced secure mml tags

2016-10-02 Thread Mark Walters
Emacs message-send seems to ignore a secure mml tag anywhere except at the start of the body, and it must be followed by a newline. Since this is almost certainly not desired we check for it, and require user confirmation before sending. As the setup before message-send or message-send-and-exit is

[PATCH 1/2] emacs: mua: extract a common message-send function.

2016-10-02 Thread Mark Walters
This commit adds a common message-send function for message-send and message-send-and-exit. At the moment the overlap is small, but the message-send function will get more complex. --- emacs/notmuch-mua.el | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/emacs/notm

[PATCH 0/2] Check for misplaced secure mml tags

2016-10-02 Thread Mark Walters
This is new (essentially completely rewritten) version of id:1475008491-28175-1-git-send-email-markwalters1...@gmail.com This version is stricter in its checking. I believe emacs only processes a secure tag if it as the start of the body and followed by a newline. Thus if there is a secure tag any

Re: [PATCH] lib: bump minor version to mark added symbols

2016-10-02 Thread Tomi Ollila
On Sun, Oct 02 2016, David Bremner wrote: > This should not change the SONAME, and therefore won't change the > dynamic linking behaviour, but it may help some users debug missing > symbols in case their libnotmuch is too old. > --- > > this should probably go into 0.23 +1 for 0.23 > > lib/notm