[PATCH 2/2] emacs: Change the default thousands separator to a space
[notmuch-archives.git] / 2a / 1f2dbc009d9a7153e1f8d3c828a4264826b4eb
1 Return-Path: <jrollins@finestructure.net>\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 E031A4196F5\r
6         for <notmuch@notmuchmail.org>; Wed,  9 Jun 2010 12:20:39 -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.12\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.12 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, RCVD_IN_SORBS_WEB=0.77, T_MIME_NO_TEXT=0.01]\r
13         autolearn=no\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id JaGOYEktjXeh for <notmuch@notmuchmail.org>;\r
17         Wed,  9 Jun 2010 12:20:30 -0700 (PDT)\r
18 Received: from tarap.cc.columbia.edu (tarap.cc.columbia.edu [128.59.29.7])\r
19         by olra.theworths.org (Postfix) with ESMTP id E9A5E4196F3\r
20         for <notmuch@notmuchmail.org>; Wed,  9 Jun 2010 12:20:29 -0700 (PDT)\r
21 Received: from servo.finestructure.net (NYUFGA-GUESTS-01.NATPOOL.NYU.EDU\r
22         [192.76.177.124])\r
23         (user=jgr2110 author=jrollins@finestructure.net mech=PLAIN bits=0)\r
24         by tarap.cc.columbia.edu (8.14.3/8.14.3) with ESMTP id o59JKMZv002942\r
25         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT);\r
26         Wed, 9 Jun 2010 15:20:22 -0400 (EDT)\r
27 Received: from jrollins by servo.finestructure.net with local (Exim 4.71)\r
28         (envelope-from <jrollins@finestructure.net>)\r
29         id 1OMQp3-0008Ux-Sc; Wed, 09 Jun 2010 15:20:21 -0400\r
30 From: Jameson Rollins <jrollins@finestructure.net>\r
31 To: Dirk Hohndel <hohndel@infradead.org>, Carl Worth <cworth@cworth.org>,\r
32         Notmuch Mail <notmuch@notmuchmail.org>\r
33 Subject: Re: [PATCH] remove message archiving from show-advance-and-archive\r
34 In-Reply-To: <m3sk4wdq4g.fsf@x201s.gr8dns.org>\r
35 References: <87zkz4xnf4.fsf@servo.finestructure.net>\r
36         <871vcghz8o.fsf@yoom.home.cworth.org>\r
37         <m3sk4wdq4g.fsf@x201s.gr8dns.org>\r
38 User-Agent: Notmuch/0.3.1-59-g0b3b2bd (http://notmuchmail.org) Emacs/23.1.1\r
39         (i486-pc-linux-gnu)\r
40 Date: Wed, 09 Jun 2010 15:20:21 -0400\r
41 Message-ID: <87sk4wvwqy.fsf@servo.finestructure.net>\r
42 MIME-Version: 1.0\r
43 Content-Type: multipart/signed; boundary="=-=-=";\r
44         micalg=pgp-sha256; protocol="application/pgp-signature"\r
45 X-No-Spam-Score: Local\r
46 X-Scanned-By: MIMEDefang 2.68 on 128.59.29.7\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Wed, 09 Jun 2010 19:20:40 -0000\r
60 \r
61 --=-=-=\r
62 Content-Transfer-Encoding: quoted-printable\r
63 \r
64 On Wed, 09 Jun 2010 11:20:47 -0700, Dirk Hohndel <hohndel@infradead.org> wr=\r
65 ote:\r
66 > On Wed, 09 Jun 2010 10:50:15 -0700, Carl Worth <cworth@cworth.org> wrote:\r
67 > > That would highlight the current 'a' as out of place since it's\r
68 > > currently archiving every message in the thread. So I'd then fix it to\r
69 > > be 'a' for the current message and "M-a" for every (open) message in the\r
70 > > thread.\r
71 >=20\r
72 > I really like this. It's consistent and I'm sure I'll get used to it\r
73 > quickly. The only question now is "all messages in a thread" or "all\r
74 > open messages in a thread". I'd vote for all.\r
75 \r
76 I actually vote for the behavior Carl suggests.  The behavior of\r
77 archiving the entire thread can be done by popping out to the search and\r
78 applying notmuch-search-archive-thread to the thread with:\r
79 \r
80 (define-key notmuch-search-mode-map "a" 'notmuch-search-archive-thread)\r
81 \r
82 jamie.\r
83 \r
84 --=-=-=\r
85 Content-Type: application/pgp-signature\r
86 \r
87 -----BEGIN PGP SIGNATURE-----\r
88 Version: GnuPG v1.4.10 (GNU/Linux)\r
89 \r
90 iQIcBAEBCAAGBQJMD+l1AAoJEO00zqvie6q8JtAQALf4v2h4AV7yhGQ11Bx16g5A\r
91 criZS/pQnq54lJJGK1rMcM15eSpGGxgKyhtHHKFJFDXMc9VGnuvwiat7xqePzSbm\r
92 WlOe/ZjSpSB9blLVUOYSZmGzN72ZZmLibWVKKBGMh+dGVk3B8i7cJpAiSJucI/Wt\r
93 oGGq59Uk2f7JKWLqH9bnl8D2Va2jrTIjjd1+Oubz0hA9QNKgWaREP2VDd4dAEXq5\r
94 BG9mWWNW1x/4m0dMPt+Td0TRzkGuWmVQLlkdaVC9dHvRTSjXAzs6l0xaLIqXKwwV\r
95 cZUGidKNzSvHgRkdnBL0vAdhfClmxRqS75nvi4KD65oeOWbgYUeuyxVtSqnLeoLg\r
96 k/4CvvjO828EN8KA2RXb0SBuGQ3KuRe1CXMhUYGkRdTATlBcwVgIBcsqiQx7o0oL\r
97 Xc38VBkuJACkC7/JFdLutvUnJytXEUPBcO81MtKzHtnzqdkuzOj4ly9hC4pPwZRP\r
98 9cesmW5Evrk96AijOYSYFvS2VS21yZ/4Tt4ZMm5y23i/gBxaUv3nRTKpXVMdLQYf\r
99 Om/L30iRi/SVU66HtyDC02RHINflk0zIH+G/fgmxWJ9+vwbJC1FuuaKVoKW2T8Wt\r
100 zyB5DQ3tJ3Tz0xdxhleiOPmObicAtrxsqDeMxA17mKjAdDa49GF+3CISNk/YNFSp\r
101 FRafKlzx+gWgVS/zE09J\r
102 =uNP3\r
103 -----END PGP SIGNATURE-----\r
104 --=-=-=--\r