Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 547884196F0 for ; Mon, 26 Apr 2010 04:22:33 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QKLaAgTBnuRe for ; Mon, 26 Apr 2010 04:22:32 -0700 (PDT) Received: from mail-ww0-f53.google.com (mail-ww0-f53.google.com [74.125.82.53]) by olra.theworths.org (Postfix) with ESMTP id 9BA01431FC1 for ; Mon, 26 Apr 2010 04:22:32 -0700 (PDT) Received: by wwi18 with SMTP id 18so339581wwi.26 for ; Mon, 26 Apr 2010 04:22:31 -0700 (PDT) Received: by 10.216.178.136 with SMTP id f8mr243457wem.69.1272280951805; Mon, 26 Apr 2010 04:22:31 -0700 (PDT) Received: from ut.hh.sledj.net (host83-217-165-81.dsl.vispa.com [83.217.165.81]) by mx.google.com with ESMTPS id x14sm872893wbs.12.2010.04.26.04.22.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 26 Apr 2010 04:22:30 -0700 (PDT) Received: by ut.hh.sledj.net (Postfix, from userid 1000) id 4C0DF59413B; Mon, 26 Apr 2010 12:22:41 +0100 (BST) From: David Edmondson To: notmuch@notmuchmail.org Subject: [PATCH] emacs: Sort headers when composing Date: Mon, 26 Apr 2010 12:22:40 +0100 Message-Id: <1272280960-3876-1-git-send-email-dme@dme.org> X-Mailer: git-send-email 1.7.0 In-Reply-To: <87ljcchnfc.fsf@yoom.home.cworth.org> References: <87ljcchnfc.fsf@yoom.home.cworth.org> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2010 11:22:33 -0000 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