aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch-mua.el
diff options
context:
space:
mode:
authorGravatar David Edmondson <dme@dme.org>2010-04-26 12:22:40 +0100
committerGravatar Carl Worth <cworth@cworth.org>2010-04-26 07:15:50 -0700
commit38c35f8123e203e3aea63f3d12ef219a5932fb70 (patch)
tree84ab3622614104e6c2bf5d140a8320a338f830cf /emacs/notmuch-mua.el
parent47f5871aff404990cb059b3da9976971da922b00 (diff)
emacs: Sort headers when composing
Always sort the headers in the message composition window.
Diffstat (limited to 'emacs/notmuch-mua.el')
-rw-r--r--emacs/notmuch-mua.el1
1 files changed, 1 insertions, 0 deletions
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)