[PATCH] emacs: Re-arrange message sending code

David Edmondson dme at dme.org
Fri Apr 23 22:52:33 PDT 2010


On Fri, 23 Apr 2010 13:25:22 -0700, Carl Worth <cworth at cworth.org> wrote:
> And I'm hoping that this new support makes it easier for people to hook
> in the Fcc code. Does this mean there's now a single place to add that
> that will make it work for messages composed from 'm', 'f', or 'r'?

Yes.

> The one unpleasantry I've noticed is that in the case of 'm' the headers
> are being put into the buffer in the following order:
> 
> 	User-Agent:
> 	To:
> 	Subject:
> 	From:
> 
> where I would prefer them in the following order:
> 
> 	From:
> 	To:
> 	Subject:
> 	User-Agent:

I have:

(setq message-hidden-headers
      '("^References:" "^Face:" "^X-Face:" "^X-Draft-From:" "^User-Agent:"))

so the User-Agent is not even visible.

dme.
-- 
David Edmondson, http://dme.org


More information about the notmuch mailing list