[PATCH] emacs: remove auto-signing of replies to signed messages

2014-04-14 Thread Tomi Ollila
On Mon, Apr 14 2014, Jameson Graef Rollins wrote: > It was decided that auto-signing is potentially too troublesome for the > apparently common case of users who enable crypto processing for the > purpose of checking signature validity but who are not in a position to > sign out-going messages.

[PATCH v2] NEWS: notmuch-init-file and notmuch-emacs-version related news

2014-04-14 Thread Tomi Ollila
Along with those, removed trailing space from subsection title. --- This is v2 of id:1397499100-24552-1-git-send-email-tomi.ollila at iki.fi This is to be applied on top of id:1397306787-12207-3-git-send-email-markwalters1009 at gmail.com NEWS | 19 ++- 1 file changed, 18

[PATCH 1/1] NEWS: notmuch-init-file and notmuch-emacs-version related news

2014-04-14 Thread Tomi Ollila
Along with those, removed trailing space from subsection title. --- This is to be applied on top of id:1397306787-12207-3-git-send-email-markwalters1009 at gmail.com NEWS | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f1d5499..338f8d

[PATCH 0/7] doc: Python 3 compat, rst2man.py support, etc.

2014-04-14 Thread Tomi Ollila
On Sat, Apr 05 2014, "W. Trevor King" wrote: > I just bumped into this today while testing v2 of my > content-description series: > > $ ./configure > ? > $ make > ? > python ./doc/mkdocdeps.py ./doc doc/_build doc/docdeps.mk > Traceback (most recent call last): > File "./doc/mkdoc

[PATCH] emacs: sign/encrypt replies to signed/encrypted messages

2014-04-14 Thread Jani Nikula
part :content > > + -- next part -- An HTML attachment was scrubbed... URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140414/062117f7/attachment.html>

[PATCH 1/1] NEWS: notmuch-init-file and notmuch-emacs-version related news

2014-04-14 Thread Mark Walters
On Mon, 14 Apr 2014, Tomi Ollila wrote: > Along with those, removed trailing space from subsection title. > > --- > > This is to be applied on top of > > id:1397306787-12207-3-git-send-email-markwalters1009 at gmail.com > > NEWS | 16 +++- > 1 file changed, 15 insertions(+), 1 de

[PATCH] emacs: sign/encrypt replies to signed/encrypted messages

2014-04-14 Thread David Bremner
Jameson Graef Rollins writes: > > I'd be fine with that as well. I auto-sign all outgoing mail regardless > of the signature status of what I'm replying to, so that's fine. > Auto-encrypting replies to encrypted mail is actually a security issue, > whereas auto-signing is not, so as long as we ha

[PATCH] emacs: process crypto for reply only when specified

2014-04-14 Thread Tomi Ollila
On Mon, Apr 14 2014, Tomi Ollila wrote: > On Mon, Apr 14 2014, Jameson Graef Rollins > wrote: > >> >> In any event, if the mml tag is present, it's no longer in notmuch's >> hands; emacs's mail processing is handling things and calling gpg-agent >> to sign/encrypt the message. >> >> Can you cla

[PATCH 1/2] build: add canonicalize_file_name to symbols exported from libnotmuch.so

2014-04-14 Thread Tomi Ollila
On Wed, Apr 09 2014, David Bremner wrote: > This is needed for our compat version of canonicalize_file_name to be used. > --- This series LGTM, just that this does not apply anymore (2nd patch, that is). > lib/gen-version-script.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > di

[PATCH] emacs: sign/encrypt replies to signed/encrypted messages

2014-04-14 Thread David Bremner
Jani Nikula writes: > +(defun notmuch-mua-reply-crypto (parts) > + (loop for part in parts > + if (notmuch-match-content-type (plist-get part :content-type) > "multipart/signed") > + do (mml-secure-message-sign) How do people feel about disabling/removing the previous two lines? It's

[PATCH] emacs: remove auto-signing of replies to signed messages

2014-04-14 Thread Jameson Graef Rollins
It was decided that auto-signing is potentially too troublesome for the apparently common case of users who enable crypto processing for the purpose of checking signature validity but who are not in a position to sign out-going messages. Users can still manually invoke signing as needed. Encrypti

Re: [PATCH] emacs: remove auto-signing of replies to signed messages

2014-04-14 Thread Tomi Ollila
On Mon, Apr 14 2014, Jameson Graef Rollins wrote: > It was decided that auto-signing is potentially too troublesome for the > apparently common case of users who enable crypto processing for the > purpose of checking signature validity but who are not in a position to > sign out-going messages.

[PATCH] emacs: remove auto-signing of replies to signed messages

2014-04-14 Thread Jameson Graef Rollins
It was decided that auto-signing is potentially too troublesome for the apparently common case of users who enable crypto processing for the purpose of checking signature validity but who are not in a position to sign out-going messages. Users can still manually invoke signing as needed. Encrypti

Re: [PATCH] emacs: sign/encrypt replies to signed/encrypted messages

2014-04-14 Thread David Bremner
Jameson Graef Rollins writes: > > I'd be fine with that as well. I auto-sign all outgoing mail regardless > of the signature status of what I'm replying to, so that's fine. > Auto-encrypting replies to encrypted mail is actually a security issue, > whereas auto-signing is not, so as long as we ha

[PATCH] emacs: process crypto for reply only when specified

2014-04-14 Thread Tomi Ollila
On Mon, Apr 14 2014, Jameson Graef Rollins wrote: > On Sun, Apr 13 2014, Tomi Ollila wrote: >>> Perhaps people with no ability to sign are less likely to have >>> "notmuch-crypto-process-mime" set? Or we can add another configuration >>> variable initialized from notmuch-crypto-process-mime, b

[PATCH v2] NEWS: notmuch-init-file and notmuch-emacs-version related news

2014-04-14 Thread Tomi Ollila
Along with those, removed trailing space from subsection title. --- This is v2 of id:1397499100-24552-1-git-send-email-tomi.oll...@iki.fi This is to be applied on top of id:1397306787-12207-3-git-send-email-markwalters1...@gmail.com NEWS | 19 ++- 1 file changed, 18 inser

Re: [PATCH] emacs: sign/encrypt replies to signed/encrypted messages

2014-04-14 Thread Jameson Graef Rollins
On Mon, Apr 14 2014, Jani Nikula wrote: > On Apr 14, 2014 10:17 AM, "David Bremner" wrote: >> >> Jani Nikula writes: >> > +(defun notmuch-mua-reply-crypto (parts) >> > + (loop for part in parts >> > + if (notmuch-match-content-type (plist-get part :content-type) > "multipart/signed") >> > +

[PATCH] emacs: sign/encrypt replies to signed/encrypted messages

2014-04-14 Thread Jameson Graef Rollins
uld ok. David, did you want to handle the patch? If not let me know and I'll do it. jamie. -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 818 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140414/843e6d89/attachment.pgp>

Re: [PATCH 1/1] NEWS: notmuch-init-file and notmuch-emacs-version related news

2014-04-14 Thread Mark Walters
On Mon, 14 Apr 2014, Tomi Ollila wrote: > Along with those, removed trailing space from subsection title. > > --- > > This is to be applied on top of > > id:1397306787-12207-3-git-send-email-markwalters1...@gmail.com > > NEWS | 16 +++- > 1 file changed, 15 insertions(+), 1 delet

[PATCH 1/1] NEWS: notmuch-init-file and notmuch-emacs-version related news

2014-04-14 Thread Tomi Ollila
Along with those, removed trailing space from subsection title. --- This is to be applied on top of id:1397306787-12207-3-git-send-email-markwalters1...@gmail.com NEWS | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index f1d5499..338f8de 1

Re: [PATCH 0/7] doc: Python 3 compat, rst2man.py support, etc.

2014-04-14 Thread Tomi Ollila
On Sat, Apr 05 2014, "W. Trevor King" wrote: > I just bumped into this today while testing v2 of my > content-description series: > > $ ./configure > … > $ make > … > python ./doc/mkdocdeps.py ./doc doc/_build doc/docdeps.mk > Traceback (most recent call last): > File "./doc/mkdoc

Re: [PATCH] emacs: sign/encrypt replies to signed/encrypted messages

2014-04-14 Thread Jani Nikula
On Apr 14, 2014 10:17 AM, "David Bremner" wrote: > > Jani Nikula writes: > > +(defun notmuch-mua-reply-crypto (parts) > > + (loop for part in parts > > + if (notmuch-match-content-type (plist-get part :content-type) "multipart/signed") > > + do (mml-secure-message-sign) > > How do peop

Re: [PATCH] emacs: sign/encrypt replies to signed/encrypted messages

2014-04-14 Thread David Bremner
Jani Nikula writes: > +(defun notmuch-mua-reply-crypto (parts) > + (loop for part in parts > + if (notmuch-match-content-type (plist-get part :content-type) > "multipart/signed") > + do (mml-secure-message-sign) How do people feel about disabling/removing the previous two lines? It's

0.18: call for NEWS, feature freeze April 21

2014-04-14 Thread David Bremner
ble Type: application/pgp-signature Size: 647 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140414/4460a283/attachment-0001.pgp>

Re: [PATCH] emacs: process crypto for reply only when specified

2014-04-14 Thread Tomi Ollila
On Mon, Apr 14 2014, Tomi Ollila wrote: > On Mon, Apr 14 2014, Jameson Graef Rollins wrote: > >> >> In any event, if the mml tag is present, it's no longer in notmuch's >> hands; emacs's mail processing is handling things and calling gpg-agent >> to sign/encrypt the message. >> >> Can you clarif

Re: [PATCH 1/2] build: add canonicalize_file_name to symbols exported from libnotmuch.so

2014-04-14 Thread Tomi Ollila
On Wed, Apr 09 2014, David Bremner wrote: > This is needed for our compat version of canonicalize_file_name to be used. > --- This series LGTM, just that this does not apply anymore (2nd patch, that is). > lib/gen-version-script.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > di

0.18: call for NEWS, feature freeze April 21

2014-04-14 Thread David Bremner
Hi Gang; We're overdue for a release. I'd like to feature freeze on April 21 and release not too long after that. I ran through the commits since 0.17 and we are missing quite a few NEWS items. I tried to filter the commits down a bit; please send NEWS patches for things you think are important

Re: [PATCH] emacs: process crypto for reply only when specified

2014-04-14 Thread Tomi Ollila
On Mon, Apr 14 2014, Jameson Graef Rollins wrote: > On Sun, Apr 13 2014, Tomi Ollila wrote: >>> Perhaps people with no ability to sign are less likely to have >>> "notmuch-crypto-process-mime" set? Or we can add another configuration >>> variable initialized from notmuch-crypto-process-mime, bu