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.
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
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
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
part :content
> > +
-- next part --
An HTML attachment was scrubbed...
URL:
<http://notmuchmail.org/pipermail/notmuch/attachments/20140414/062117f7/attachment.html>
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
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
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
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
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
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
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.
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
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
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
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
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")
>> > +
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>
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
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
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
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
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
ble
Type: application/pgp-signature
Size: 647 bytes
Desc: not available
URL:
<http://notmuchmail.org/pipermail/notmuch/attachments/20140414/4460a283/attachment-0001.pgp>
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
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
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
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
28 matches
Mail list logo