From 38c35f8123e203e3aea63f3d12ef219a5932fb70 Mon Sep 17 00:00:00 2001 From: David Edmondson Date: Mon, 26 Apr 2010 12:22:40 +0100 Subject: [PATCH] emacs: Sort headers when composing Always sort the headers in the message composition window. --- emacs/notmuch-mua.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.43.0