emacs: Sort headers when composing

Always sort the headers in the message composition window.
This commit is contained in:
David Edmondson 2010-04-26 12:22:40 +01:00 committed by Carl Worth
parent 47f5871aff
commit 38c35f8123

View file

@ -111,6 +111,7 @@
(message-mail to subject other-headers continue
switch-function yank-action send-actions)
(message-sort-headers)
(message-hide-headers))
(defun notmuch-mua-send-and-exit (&optional arg)