Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 87 / 704bb90ad160d7951017b1e154e69116d34d52
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 0C520431FAF\r
6         for <notmuch@notmuchmail.org>; Mon,  6 Feb 2012 11:34:30 -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: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\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 B+USboCbToO0 for <notmuch@notmuchmail.org>;\r
16         Mon,  6 Feb 2012 11:34:29 -0800 (PST)\r
17 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
18  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  3A362431FAE    for <notmuch@notmuchmail.org>; Mon,  6 Feb 2012 11:34:29 -0800\r
21  (PST)\r
22 Received: by wgbdt12 with SMTP id dt12so5750527wgb.2\r
23         for <notmuch@notmuchmail.org>; Mon, 06 Feb 2012 11:34:26 -0800 (PST)\r
24 Received: by 10.180.86.9 with SMTP id l9mr29538810wiz.15.1328556866566;\r
25         Mon, 06 Feb 2012 11:34:26 -0800 (PST)\r
26 Received: from hotblack-desiato.hh.sledj.net\r
27         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
28         by mx.google.com with ESMTPS id q7sm27340522wix.5.2012.02.06.11.34.24\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Mon, 06 Feb 2012 11:34:25 -0800 (PST)\r
31 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
32         id 4A163A0484; Mon,  6 Feb 2012 19:34:23 +0000 (GMT)\r
33 To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
34  notmuch@notmuchmail.org\r
35 Subject: Re: [PATCH 2/2 v2] emacs: Prefer '[No Subject]' to blank subjects.\r
36 In-Reply-To: <8762fjbwh9.fsf@servo.finestructure.net>\r
37 References: <1327496913-4946-1-git-send-email-dme@dme.org>\r
38         <1327918561-16245-1-git-send-email-dme@dme.org>\r
39         <1327918561-16245-3-git-send-email-dme@dme.org>\r
40         <87sjiobfu1.fsf@servo.finestructure.net>\r
41         <cunvcnk4d45.fsf@hotblack-desiato.hh.sledj.net>\r
42         <87obtcbd29.fsf@servo.finestructure.net>\r
43         <cunsjio49x9.fsf@hotblack-desiato.hh.sledj.net>\r
44         <8762fjbwh9.fsf@servo.finestructure.net>\r
45 User-Agent: Notmuch/0.11.1+160~gf0bcbb6 (http://notmuchmail.org)\r
46         Emacs/24.0.92.1 (x86_64-pc-linux-gnu)\r
47 From: David Edmondson <dme@dme.org>\r
48 Date: Mon, 06 Feb 2012 19:34:13 +0000\r
49 Message-ID: <cunk43z4uyy.fsf@hotblack-desiato.hh.sledj.net>\r
50 MIME-Version: 1.0\r
51 Content-Type: multipart/signed; boundary="=-=-=";\r
52         micalg=pgp-sha1; protocol="application/pgp-signature"\r
53 X-BeenThere: notmuch@notmuchmail.org\r
54 X-Mailman-Version: 2.1.13\r
55 Precedence: list\r
56 List-Id: "Use and development of the notmuch mail system."\r
57         <notmuch.notmuchmail.org>\r
58 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
60 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
61 List-Post: <mailto:notmuch@notmuchmail.org>\r
62 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
63 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
64         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
65 X-List-Received-Date: Mon, 06 Feb 2012 19:34:30 -0000\r
66 \r
67 --=-=-=\r
68 Content-Type: text/plain\r
69 Content-Transfer-Encoding: quoted-printable\r
70 \r
71 On Mon, 06 Feb 2012 11:19:46 -0800, Jameson Graef Rollins <jrollins@finestr=\r
72 ucture.net> wrote:\r
73 > On Mon, 06 Feb 2012 08:56:34 +0000, David Edmondson <dme@dme.org> wrote:\r
74 > > With blank subjects the printing code generated an error (because\r
75 > > `rename-buffer' doesn't like an empty string as the first argument), so\r
76 > > _some_ change is required.\r
77 >=20\r
78 > This sounds like something that could easily be fixed in the printing\r
79 > code, without changing the show and search behavior.\r
80 \r
81 Yes.\r
82 \r
83 --=-=-=\r
84 Content-Type: application/pgp-signature\r
85 \r
86 -----BEGIN PGP SIGNATURE-----\r
87 Version: GnuPG v1.4.11 (GNU/Linux)\r
88 \r
89 iEYEARECAAYFAk8wKzUACgkQaezQq/BJZRZSMQCeMubKizq+W1DsWlxsMm04epel\r
90 te8AoIgZljc3SOtfxuWEv6SP+j2ijTyY\r
91 =3Xl/\r
92 -----END PGP SIGNATURE-----\r
93 --=-=-=--\r