From: David Edmondson Date: Mon, 26 Apr 2010 11:22:40 +0000 (+0100) Subject: emacs: Sort headers when composing X-Git-Tag: 0.3~66 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=38c35f8123e203e3aea63f3d12ef219a5932fb70 emacs: Sort headers when composing Always sort the headers in the message composition window. --- diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index e9b76f10..fcdd2d14 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -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)