Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 46 / f8026148cb2a7f8320aa7adb4d3b33030bdc1d
1 Return-Path: <dme@dme.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 547884196F0\r
6         for <notmuch@notmuchmail.org>; Mon, 26 Apr 2010 04:22:33 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -1.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id QKLaAgTBnuRe for <notmuch@notmuchmail.org>;\r
16         Mon, 26 Apr 2010 04:22:32 -0700 (PDT)\r
17 Received: from mail-ww0-f53.google.com (mail-ww0-f53.google.com\r
18  [74.125.82.53])        by olra.theworths.org (Postfix) with ESMTP id 9BA01431FC1       for\r
19  <notmuch@notmuchmail.org>; Mon, 26 Apr 2010 04:22:32 -0700 (PDT)\r
20 Received: by wwi18 with SMTP id 18so339581wwi.26\r
21         for <notmuch@notmuchmail.org>; Mon, 26 Apr 2010 04:22:31 -0700 (PDT)\r
22 Received: by 10.216.178.136 with SMTP id f8mr243457wem.69.1272280951805;\r
23         Mon, 26 Apr 2010 04:22:31 -0700 (PDT)\r
24 Received: from ut.hh.sledj.net (host83-217-165-81.dsl.vispa.com\r
25         [83.217.165.81])\r
26         by mx.google.com with ESMTPS id x14sm872893wbs.12.2010.04.26.04.22.30\r
27         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
28         Mon, 26 Apr 2010 04:22:30 -0700 (PDT)\r
29 Received: by ut.hh.sledj.net (Postfix, from userid 1000)\r
30         id 4C0DF59413B; Mon, 26 Apr 2010 12:22:41 +0100 (BST)\r
31 From: David Edmondson <dme@dme.org>\r
32 To: notmuch@notmuchmail.org\r
33 Subject: [PATCH] emacs: Sort headers when composing\r
34 Date: Mon, 26 Apr 2010 12:22:40 +0100\r
35 Message-Id: <1272280960-3876-1-git-send-email-dme@dme.org>\r
36 X-Mailer: git-send-email 1.7.0\r
37 In-Reply-To: <87ljcchnfc.fsf@yoom.home.cworth.org>\r
38 References: <87ljcchnfc.fsf@yoom.home.cworth.org>\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Mon, 26 Apr 2010 11:22:33 -0000\r
52 \r
53 Always sort the headers in the message composition window.\r
54 ---\r
55  emacs/notmuch-mua.el |    1 +\r
56  1 files changed, 1 insertions(+), 0 deletions(-)\r
57 \r
58 diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el\r
59 index b69e31c..004b50a 100644\r
60 --- a/emacs/notmuch-mua.el\r
61 +++ b/emacs/notmuch-mua.el\r
62 @@ -112,6 +112,7 @@\r
63  \r
64    (message-mail to subject other-headers continue\r
65                 switch-function yank-action send-actions)\r
66 +  (message-sort-headers)\r
67    (message-hide-headers))\r
68  \r
69  (defun notmuch-mua-send-and-exit (&optional arg)\r
70 -- \r
71 1.7.0\r
72 \r