Re: bug report: Emacs notmuch-mode fails attachments with spaces

2015-02-09 Thread Tomi Ollila
On Mon, Feb 09 2015, Nils Dagsson Moskopp wrote: > Dear notmuch developers, > > > I use notmuch-mode for GNU Emacs for managing my email. > > I think I have found a bug in notmuch-mode: If I do “.-v” on the line “[ > 2015 _ Richtlinien.pdf: application/pdf ]”, then notmuch will open three > windo

bug report: Emacs notmuch-mode fails attachments with spaces

2015-02-09 Thread Nils Dagsson Moskopp
lication/pgp-signature Size: 212 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20150209/9483621c/attachment.pgp>

bug report: Emacs notmuch-mode fails attachments with spaces

2015-02-09 Thread Nils Dagsson Moskopp
Dear notmuch developers, I use notmuch-mode for GNU Emacs for managing my email. I think I have found a bug in notmuch-mode: If I do “.-v” on the line “[ 2015 _ Richtlinien.pdf: application/pdf ]”, then notmuch will open three windows of zathura (the PDF viewer I use). It seems to me that someo

[PATCH 2/2] notmuch-mutt: support for messages that lack Message-ID headers

2015-02-09 Thread Tomi Ollila
On Mon, Feb 09 2015, Stefano Zacchiroli wrote: > From: "Jan N. Klug" > > For those messages, compute a synthetic Message-ID based on the SHA1 > of the whole message, in the same way that notmuch would do. See: > http://git.notmuchmail.org/git/notmuch/blob/HEAD:/lib/sha1.c > > To do the above, re

[PATCH 2/2] notmuch-mutt: support for messages that lack Message-ID headers

2015-02-09 Thread Stefano Zacchiroli
From: "Jan N. Klug" For those messages, compute a synthetic Message-ID based on the SHA1 of the whole message, in the same way that notmuch would do. See: http://git.notmuchmail.org/git/notmuch/blob/HEAD:/lib/sha1.c To do the above, rewrite get_message_id() to scan the current message line by li

[PATCH 1/2] notmuch-mutt README: use metacpn.org/* as deps homepages

2015-02-09 Thread Stefano Zacchiroli
--- contrib/notmuch-mutt/README | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/notmuch-mutt/README b/contrib/notmuch-mutt/README index 382ac91..c661447 100644 --- a/contrib/notmuch-mutt/README +++ b/contrib/notmuch-mutt/README @@ -33,13 +33,13 @@ Requirements

notmuch-mutt: support for messages that lack Message-ID (v2)

2015-02-09 Thread Stefano Zacchiroli
Heya, please find attached the second take on adding support for messages that lack Message-ID to notmuch-mutt. For context see http://notmuchmail.org/pipermail/notmuch/2015/thread.html#20079 In this new verison of the patch we start computing the SHA1 incrementally, in case no Message-ID will be

Re: [PATCH 2/2] notmuch-mutt: support for messages that lack Message-ID headers

2015-02-09 Thread Tomi Ollila
On Mon, Feb 09 2015, Stefano Zacchiroli wrote: > From: "Jan N. Klug" > > For those messages, compute a synthetic Message-ID based on the SHA1 > of the whole message, in the same way that notmuch would do. See: > http://git.notmuchmail.org/git/notmuch/blob/HEAD:/lib/sha1.c > > To do the above, re

[PATCH 2/2] notmuch-mutt: support for messages that lack Message-ID headers

2015-02-09 Thread Stefano Zacchiroli
From: "Jan N. Klug" For those messages, compute a synthetic Message-ID based on the SHA1 of the whole message, in the same way that notmuch would do. See: http://git.notmuchmail.org/git/notmuch/blob/HEAD:/lib/sha1.c To do the above, rewrite get_message_id() to scan the current message line by li

[PATCH 1/2] notmuch-mutt README: use metacpn.org/* as deps homepages

2015-02-09 Thread Stefano Zacchiroli
--- contrib/notmuch-mutt/README | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/notmuch-mutt/README b/contrib/notmuch-mutt/README index 382ac91..c661447 100644 --- a/contrib/notmuch-mutt/README +++ b/contrib/notmuch-mutt/README @@ -33,13 +33,13 @@ Requirements

notmuch-mutt: support for messages that lack Message-ID (v2)

2015-02-09 Thread Stefano Zacchiroli
Heya, please find attached the second take on adding support for messages that lack Message-ID to notmuch-mutt. For context see http://notmuchmail.org/pipermail/notmuch/2015/thread.html#20079 In this new verison of the patch we start computing the SHA1 incrementally, in case no Message-ID will be