Always sort the headers in the message composition window. --- emacs/notmuch-mua.el | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el
index b69e31c..004b50a 100644
--- a/emacs/notmuch-mua.el
+++ b/emacs/notmuch-mua.el
@@ -112,6 +112,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)
--
1.7.0
