Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / dd / e39a4b56a052c3b7a2f539bb2a0772157445ae
1 Return-Path: <madduck@lapse.rw.madduck.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 E6CE1431FBC\r
6         for <notmuch@notmuchmail.org>; Mon, 15 Feb 2010 18:13:05 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -1.857\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.857 tagged_above=-999 required=5 tests=[AWL=0.742,\r
12         BAYES_00=-2.599] 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 OxTtfCU+hnJU for <notmuch@notmuchmail.org>;\r
16         Mon, 15 Feb 2010 18:13:04 -0800 (PST)\r
17 Received: from clegg.madduck.net (clegg.madduck.net [193.242.105.96])\r
18         by olra.theworths.org (Postfix) with ESMTP id 84431431FAE\r
19         for <notmuch@notmuchmail.org>; Mon, 15 Feb 2010 18:13:04 -0800 (PST)\r
20 Received: from lapse.rw.madduck.net (unknown\r
21         [IPv6:2404:130:0:1000:20a:e4ff:fe30:4316])\r
22         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
23         (Client CN "lapse.rw.madduck.net",\r
24         Issuer "CAcert Class 3 Root" (verified OK))\r
25         by clegg.madduck.net (postfix) with ESMTPS id AD5E21D4099;\r
26         Tue, 16 Feb 2010 03:12:53 +0100 (CET)\r
27 Received: by lapse.rw.madduck.net (Postfix, from userid 1000)\r
28         id 3D94AB1E; Tue, 16 Feb 2010 15:12:50 +1300 (NZDT)\r
29 Date: Tue, 16 Feb 2010 15:12:50 +1300\r
30 From: martin f krafft <madduck@madduck.net>\r
31 To: Stewart Smith <stewart@flamingspork.com>\r
32 Message-ID: <20100216021250.GB21780@lapse.rw.madduck.net>\r
33 Mail-Followup-To: Stewart Smith <stewart@flamingspork.com>,\r
34         Tim Stoakes <notmuch@stoakes.net>, notmuch@notmuchmail.org\r
35 References: <9cce5525b093b87fe74d427954ffad89@localhost>\r
36         <87d43b2oif.fsf@yoom.home.cworth.org>\r
37         <9bfdedddeab9c58cd45d8d448323d0fc@localhost>\r
38         <87skc23327.fsf@yoom.home.cworth.org>\r
39         <4b0eef22.JwxdgTGElffx149F%michiel@michielbuddingh.net>\r
40         <87ws1bjpmm.fsf@yoom.home.cworth.org> <878wdfkhcl.fsf@aegir.org.uk>\r
41         <20100210031339.GH16686@mail.rocksoft.com>\r
42         <20100215081331.GD22402@flamingspork.com>\r
43         <20100216015856.GG22402@flamingspork.com>\r
44 MIME-Version: 1.0\r
45 Content-Type: multipart/signed; micalg=pgp-ripemd160;\r
46         protocol="application/pgp-signature"; boundary="ftEhullJWpWg/VHq"\r
47 Content-Disposition: inline\r
48 In-Reply-To: <20100216015856.GG22402@flamingspork.com>\r
49 X-Motto: Keep the good times rollin'\r
50 X-OS: Debian GNU/Linux squeeze/sid kernel 2.6.32-1-686 i686\r
51 X-Spamtrap: madduck.bogus@madduck.net\r
52 X-Subliminal-Message: debian/rules!\r
53 User-Agent: Mutt/1.5.20 (2009-06-14)\r
54 X-Virus-Scanned: clamav-milter 0.95.3 at clegg\r
55 X-Virus-Status: Clean\r
56 Cc: notmuch@notmuchmail.org\r
57 Subject: Re: [notmuch] [PATCH] notmuch: Respect maildir message flags\r
58 X-BeenThere: notmuch@notmuchmail.org\r
59 X-Mailman-Version: 2.1.13\r
60 Precedence: list\r
61 List-Id: "Use and development of the notmuch mail system."\r
62         <notmuch.notmuchmail.org>\r
63 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
64         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
65 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
66 List-Post: <mailto:notmuch@notmuchmail.org>\r
67 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
68 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
69         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
70 X-List-Received-Date: Tue, 16 Feb 2010 02:13:06 -0000\r
71 \r
72 \r
73 --ftEhullJWpWg/VHq\r
74 Content-Type: text/plain; charset=us-ascii\r
75 Content-Disposition: inline\r
76 Content-Transfer-Encoding: quoted-printable\r
77 \r
78 also sprach Stewart Smith <stewart@flamingspork.com> [2010.02.16.1458 +1300=\r
79 ]:\r
80 > +         case 'R': /* replied */\r
81 > +             notmuch_message_add_tag (message, "answered");\r
82 > +             break;\r
83 \r
84 'r' means replied, not 'answered'.\r
85 \r
86 > +         case 'T': /* trashed */\r
87 > +             notmuch_message_add_tag (message, "deleted");\r
88 > +             break;\r
89 \r
90 Same. trashed and deleted are not the same thing.\r
91 \r
92 I don't want to get into an argument over this, because I think this\r
93 already exposes a problem: you are putting into global namespace\r
94 something not everyone might want, or agree with.\r
95 \r
96 Why not use 'maildirflags::replied' instead? People can always map\r
97 that to something in the global namespace.\r
98 \r
99 --=20\r
100 martin | http://madduck.net/ | http://two.sentenc.es/\r
101 =20\r
102 "geld ist das brecheisen der macht."\r
103                                                  - friedrich nietzsche\r
104 =20\r
105 spamtraps: madduck.bogus@madduck.net\r
106 \r
107 --ftEhullJWpWg/VHq\r
108 Content-Type: application/pgp-signature; name="digital_signature_gpg.asc"\r
109 Content-Description: Digital signature (see http://martin-krafft.net/gpg/)\r
110 Content-Disposition: inline\r
111 \r
112 -----BEGIN PGP SIGNATURE-----\r
113 Version: GnuPG v1.4.10 (GNU/Linux)\r
114 \r
115 iEYEAREDAAYFAkt5/xwACgkQIgvIgzMMSnWm7QCgluXOhObiPTeKqr/dAmMtMjSj\r
116 lJsAn2++4aof8HnnOk19xbpTWh5uTEPr\r
117 =boFw\r
118 -----END PGP SIGNATURE-----\r
119 \r
120 --ftEhullJWpWg/VHq--\r