[Antoine Beaupré] Re: BUG: trouble with forwarding with accents

2016-02-06 Thread Tomï Ollila
I am "forwarding" your mail, see ï in From: above Started this emacs with: env LC_ALL=fr_CA.UTF-8 ./devel/try-emacs-mua ( env LC_ALL=fr_CA.UTF-8 locale prints pretty much the same as below) notmuch-hello-versions says: notmuch version 0.21+32~g73439f8 (emacs mua version 0.21+62~g5eca25b) No

Re: [PATCH v1] (notmuch-show "id:doesnotexist") should not throw an error.

2016-02-06 Thread Tomi Ollila
On Sat, Feb 06 2016, David Edmondson wrote: > (notmuch-show "id:doesnotexist") should not throw an error. Great! this works ^ Tomi > > This is a followup to id:"874nw0ltwz@praet.org" and > id:"cuntx91fwaa@hotblack-desiato.hh.sledj.net". > > The originally proposed change (t

Re: nmbug in the Debian packages?

2016-02-06 Thread Tomi Ollila
On Sat, Feb 06 2016, David Bremner wrote: > Tomi Ollila writes: > >> On Sat, Feb 06 2016, David Edmondson wrote: >> >>> I'd like to use nmbug without having to grovel around in the notmuch git >>> repository. Could it be added to the Debian package, please? >> >> I think it should be put into *

Re: BUG: trouble with forwarding with accents

2016-02-06 Thread Antoine Beaupré
On 2016-02-06 12:14:57, David Edmondson wrote: > On Fri, Feb 05 2016, Antoine Beaupré wrote: >> So I have an accent in my family name, as you can see from the From >> header here. This has a tendency of finding the greatest and finest >> UTF-8 bug, and often no one believes me because they don't ha

Re: [PATCH v3 0/9] emacs: Improve the cited message included in replies

2016-02-06 Thread David Edmondson
I'd like to resurrect this set of changes. There was discussion last time around, but I'm unclear about any conclusion. Should I just merge them forward and re-post? On Mon, May 12 2014, David Edmondson wrote: > emacs: Improve the cited message included in replies > > I tried to do things in smal

Re: nmbug in the Debian packages?

2016-02-06 Thread David Bremner
Tomi Ollila writes: > On Sat, Feb 06 2016, David Edmondson wrote: > >> I'd like to use nmbug without having to grovel around in the notmuch git >> repository. Could it be added to the Debian package, please? > > I think it should be put into *separate* debian package. > Out of curiousity, why d

[PATCH v2 2/2] emacs: `notmuch-show-forward-message' can use `notmuch-mua-new-forward-messages'

2016-02-06 Thread David Edmondson
Which allows `notmuch-mua-new-forward-message' to be removed. --- emacs/notmuch-mua.el | 20 emacs/notmuch-show.el | 4 ++-- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index be2967f..bf23dab 100644 --- a/emacs/

[PATCH v2 1/2] emacs: Add `notmuch-show-forward-open-messages'.

2016-02-06 Thread David Edmondson
Add a function to forward all open messages in the current view of a thread. Bind this to "F". --- emacs/notmuch-mua.el | 48 emacs/notmuch-show.el | 11 +++ 2 files changed, 59 insertions(+) diff --git a/emacs/notmuch-mua.el b/emacs/notmu

[PATCH v2 0/2] Allow forwarding of all open messages in the current view.

2016-02-06 Thread David Edmondson
Allow forwarding of all open messages in the current view. In response to id:"87fvyhb40x@alice.fifthhorseman.net". v2: - Use multiple message forwarding to implement single message forwarding. David Edmondson (2): emacs: Add `notmuch-show-forward-open-messages'. emacs: `notmuch-show-

Re: Allow indexing cleartext of encrypted messages (v3)

2016-02-06 Thread Tomi Ollila
On Sun, Jan 31 2016, Daniel Kahn Gillmor wrote: > This is the third draft of the series initially announced in > id:1449718786-28000-1-git-send-email-...@fifthhorseman.net (second > draft was in > id:1453258369-7366-1-git-send-email-...@fifthhorseman.net). It > differs from v2 in that it incorpo

Re: [PATCH v1] emacs: Fix compiler warnings.

2016-02-06 Thread Tomi Ollila
On Sat, Feb 06 2016, David Edmondson wrote: > notmuch-mua.el should declare functions that it uses from > notmuch-maildir-fcc.el. > --- > emacs/notmuch-mua.el | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el > index 5462f54..d4fad7b 100644 >

Re: nmbug in the Debian packages?

2016-02-06 Thread David Edmondson
On Sat, Feb 06 2016, Tomi Ollila wrote: > On Sat, Feb 06 2016, David Edmondson wrote: > >> I'd like to use nmbug without having to grovel around in the notmuch git >> repository. Could it be added to the Debian package, please? > > I think it should be put into *separate* debian package. I'm comp

Re: nmbug in the Debian packages?

2016-02-06 Thread Tomi Ollila
On Sat, Feb 06 2016, David Edmondson wrote: > I'd like to use nmbug without having to grovel around in the notmuch git > repository. Could it be added to the Debian package, please? I think it should be put into *separate* debian package. > > (I can try to prepare a patch, but figured that it m

[PATCH v1] emacs: Add `notmuch-show-forward-open-messages'.

2016-02-06 Thread David Edmondson
Add a function to forward all open messages in the current view of a thread. Bind this to "F". --- emacs/notmuch-mua.el | 48 emacs/notmuch-show.el | 11 +++ 2 files changed, 59 insertions(+) diff --git a/emacs/notmuch-mua.el b/emacs/notmu

[PATCH v1] Allow forwarding of all open messages in the current view.

2016-02-06 Thread David Edmondson
Allow forwarding of all open messages in the current view. In response to id:"87fvyhb40x@alice.fifthhorseman.net". David Edmondson (1): emacs: Add `notmuch-show-forward-open-messages'. emacs/notmuch-mua.el | 48 emacs/notmuch-show.el | 1

nmbug in the Debian packages?

2016-02-06 Thread David Edmondson
I'd like to use nmbug without having to grovel around in the notmuch git repository. Could it be added to the Debian package, please? (I can try to prepare a patch, but figured that it merited discussion first.) ___ notmuch mailing list notmuch@notmuchma

[PATCH v1] (notmuch-show "id:doesnotexist") should not throw an error.

2016-02-06 Thread David Edmondson
(notmuch-show "id:doesnotexist") should not throw an error. This is a followup to id:"874nw0ltwz@praet.org" and id:"cuntx91fwaa@hotblack-desiato.hh.sledj.net". The originally proposed change (to have id: links call `notmuch-show' rather than `notmuch-search') was already made, but the di

[PATCH v1] emacs: Report a lack of matches when calling `notmuch-show'.

2016-02-06 Thread David Edmondson
If the basic query passed to `notmuch-show' generates no results, throw an error and inform the user that no messages matched the query rather than displaying an empty buffer and showing an obscure error. --- emacs/notmuch-show.el | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff

[PATCH v1] emacs: Fix compiler warnings.

2016-02-06 Thread David Edmondson
notmuch-mua.el should declare functions that it uses from notmuch-maildir-fcc.el. --- emacs/notmuch-mua.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index 5462f54..d4fad7b 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -29,6

Re: BUG: trouble with forwarding with accents

2016-02-06 Thread David Edmondson
On Fri, Feb 05 2016, Antoine Beaupré wrote: > So I have an accent in my family name, as you can see from the From > header here. This has a tendency of finding the greatest and finest > UTF-8 bug, and often no one believes me because they don't have that > interesting property. > > Notmuch has been

Announcing Astroid v0.5

2016-02-06 Thread Gaute Hope
Greetings, Astroid (https://github.com/gauteh/astroid) v0.5 is now ready! Astroid is a graphical threads-with-tags mail user agent for notmuch. Written in C++ using GTK+, WebKit and gmime. This release includes a lot of changes and improvements from several authors, including increased custom

BUG: trouble with forwarding with accents

2016-02-06 Thread Antoine Beaupré
So I have an accent in my family name, as you can see from the From header here. This has a tendency of finding the greatest and finest UTF-8 bug, and often no one believes me because they don't have that interesting property. Notmuch has been bugging me with such a problem for ages now. When I fo