Forwarding a mail, with a non-ASCII signature

2014-11-29 Thread David Bremner
Lele Gaifax writes: >> > > Thanks a lot, waiting to see it landing on the MELPA archive. > > ciao, lele. Just be aware that people have had problems in the past using versions from MELPA because they ship only the elisp and not the corresponding C code. Hopefully it works better now, or at

Forwarding a mail, with a non-ASCII signature

2014-11-28 Thread Lele Gaifax
David Bremner writes: > Lele Gaifax writes: > >> Hi all, >> >> as you can see below, my signature contains some non-ASCII characters, >> and it is stored as UTF-8 (I have `(prefer-coding-system 'utf-8)` in my >> .emacs.el) in my home as ~/.signature. > > This bug should be fixed in commit > >

Forwarding a mail, with a non-ASCII signature

2014-11-28 Thread David Bremner
Lele Gaifax writes: > Hi all, > > as you can see below, my signature contains some non-ASCII characters, > and it is stored as UTF-8 (I have `(prefer-coding-system 'utf-8)` in my > .emacs.el) in my home as ~/.signature. This bug should be fixed in commit 0.19+3-g7585e8ca (as of this

Re: Forwarding a mail, with a non-ASCII signature

2014-11-28 Thread Lele Gaifax
David Bremner da...@tethera.net writes: Lele Gaifax l...@metapensiero.it writes: Hi all, as you can see below, my signature contains some non-ASCII characters, and it is stored as UTF-8 (I have `(prefer-coding-system 'utf-8)` in my .emacs.el) in my home as ~/.signature. This bug should

Re: Forwarding a mail, with a non-ASCII signature

2014-11-28 Thread David Bremner
Lele Gaifax l...@metapensiero.it writes: Thanks a lot, waiting to see it landing on the MELPA archive. ciao, lele. Just be aware that people have had problems in the past using versions from MELPA because they ship only the elisp and not the corresponding C code. Hopefully it works better

Re: Forwarding a mail, with a non-ASCII signature

2014-11-27 Thread David Bremner
Lele Gaifax l...@metapensiero.it writes: Hi all, as you can see below, my signature contains some non-ASCII characters, and it is stored as UTF-8 (I have `(prefer-coding-system 'utf-8)` in my .emacs.el) in my home as ~/.signature. This bug should be fixed in commit 0.19+3-g7585e8ca

Forwarding a mail, with a non-ASCII signature

2014-11-18 Thread David Edmondson
On Mon, Nov 17 2014, David Edmondson wrote: >> >> Yes! This works great, with it the forward buffer contains the signature >> loaded with the correct encoding, and the sendmail succeeds without >> prompting about unreadable chars. > > That's good, thanks for testing. I'll work up and submit a

Forwarding a mail, with a non-ASCII signature

2014-11-17 Thread Lele Gaifax
David Edmondson writes: > How do you insert the signature? That is, do you have some bits of > configuration that add the signature to outgoing messages? Nothing special, just the following config snippet in my .gnus.el:: (setq gnus-posting-styles '((".*"

Forwarding a mail, with a non-ASCII signature

2014-11-17 Thread David Edmondson
On Mon, Nov 17 2014, Lele Gaifax wrote: >> Could you try this patch please? >> >> diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el >> index 6e03f1e..1592ca9 100644 >> --- a/emacs/notmuch-show.el >> +++ b/emacs/notmuch-show.el >> @@ -235,9 +235,9 @@ For example, if you wanted to remove

Forwarding a mail, with a non-ASCII signature

2014-11-17 Thread David Edmondson
On Sun, Nov 16 2014, Lele Gaifax wrote: > Hi all, > > as you can see below, my signature contains some non-ASCII characters, > and it is stored as UTF-8 (I have `(prefer-coding-system 'utf-8)` in my > .emacs.el) in my home as ~/.signature. > > Recently I started using notmuch with Emacs as the

Forwarding a mail, with a non-ASCII signature

2014-11-17 Thread David Edmondson
On Sun, Nov 16 2014, Lele Gaifax wrote: > Hi all, > > as you can see below, my signature contains some non-ASCII characters, > and it is stored as UTF-8 (I have `(prefer-coding-system 'utf-8)` in my > .emacs.el) in my home as ~/.signature. > > Recently I started using notmuch with Emacs as the

Re: Forwarding a mail, with a non-ASCII signature

2014-11-17 Thread David Edmondson
On Sun, Nov 16 2014, Lele Gaifax wrote: Hi all, as you can see below, my signature contains some non-ASCII characters, and it is stored as UTF-8 (I have `(prefer-coding-system 'utf-8)` in my .emacs.el) in my home as ~/.signature. Recently I started using notmuch with Emacs as the main MUA,

Re: Forwarding a mail, with a non-ASCII signature

2014-11-17 Thread David Edmondson
On Sun, Nov 16 2014, Lele Gaifax wrote: Hi all, as you can see below, my signature contains some non-ASCII characters, and it is stored as UTF-8 (I have `(prefer-coding-system 'utf-8)` in my .emacs.el) in my home as ~/.signature. Recently I started using notmuch with Emacs as the main MUA,

Re: Forwarding a mail, with a non-ASCII signature

2014-11-17 Thread Lele Gaifax
David Edmondson d...@dme.org writes: How do you insert the signature? That is, do you have some bits of configuration that add the signature to outgoing messages? Nothing special, just the following config snippet in my .gnus.el:: (setq gnus-posting-styles '((.*

Re: Forwarding a mail, with a non-ASCII signature

2014-11-17 Thread David Edmondson
On Mon, Nov 17 2014, Lele Gaifax wrote: Could you try this patch please? diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 6e03f1e..1592ca9 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -235,9 +235,9 @@ For example, if you wanted to remove an \unread\ tag

Forwarding a mail, with a non-ASCII signature

2014-11-16 Thread Jani Nikula
On Sun, 16 Nov 2014, Lele Gaifax wrote: > Recently I started using notmuch with Emacs as the main MUA, using > message-mode to send emails. I'm *very* satisfied, BTW! It doesn't seem to matter here, but are you really not using notmuch-mua-new-mail to send emails? Your User-Agent field seems to

Forwarding a mail, with a non-ASCII signature

2014-11-16 Thread Lele Gaifax
Jani Nikula writes: > On Sun, 16 Nov 2014, Lele Gaifax wrote: >> Recently I started using notmuch with Emacs as the main MUA, using >> message-mode to send emails. I'm *very* satisfied, BTW! > > It doesn't seem to matter here, but are you really not using > notmuch-mua-new-mail to send emails?

Forwarding a mail, with a non-ASCII signature

2014-11-16 Thread Lele Gaifax
Hi all, as you can see below, my signature contains some non-ASCII characters, and it is stored as UTF-8 (I have `(prefer-coding-system 'utf-8)` in my .emacs.el) in my home as ~/.signature. Recently I started using notmuch with Emacs as the main MUA, using message-mode to send emails. I'm *very*

Forwarding a mail, with a non-ASCII signature

2014-11-16 Thread Lele Gaifax
Hi all, as you can see below, my signature contains some non-ASCII characters, and it is stored as UTF-8 (I have `(prefer-coding-system 'utf-8)` in my .emacs.el) in my home as ~/.signature. Recently I started using notmuch with Emacs as the main MUA, using message-mode to send emails. I'm *very*

Re: Forwarding a mail, with a non-ASCII signature

2014-11-16 Thread Jani Nikula
On Sun, 16 Nov 2014, Lele Gaifax l...@metapensiero.it wrote: Recently I started using notmuch with Emacs as the main MUA, using message-mode to send emails. I'm *very* satisfied, BTW! It doesn't seem to matter here, but are you really not using notmuch-mua-new-mail to send emails? Your

Re: Forwarding a mail, with a non-ASCII signature

2014-11-16 Thread Lele Gaifax
Jani Nikula j...@nikula.org writes: On Sun, 16 Nov 2014, Lele Gaifax l...@metapensiero.it wrote: Recently I started using notmuch with Emacs as the main MUA, using message-mode to send emails. I'm *very* satisfied, BTW! It doesn't seem to matter here, but are you really not using