Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 3c / d90f77f6165c3b92393e1d5dd5757e422bde9d
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 2C7CD429E3E\r
6         for <notmuch@notmuchmail.org>; Fri,  6 Jan 2012 02:39:52 -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 CXyrIOMLwlrN for <notmuch@notmuchmail.org>;\r
16         Fri,  6 Jan 2012 02:39:51 -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  9970C429E33    for <notmuch@notmuchmail.org>; Fri,  6 Jan 2012 02:39:51 -0800\r
21  (PST)\r
22 Received: by wgbds13 with SMTP id ds13so1332513wgb.2\r
23         for <notmuch@notmuchmail.org>; Fri, 06 Jan 2012 02:39:50 -0800 (PST)\r
24 Received: by 10.180.107.195 with SMTP id he3mr6297257wib.13.1325846390421;\r
25         Fri, 06 Jan 2012 02:39:50 -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 q5sm19034294wbo.8.2012.01.06.02.39.48\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Fri, 06 Jan 2012 02:39:49 -0800 (PST)\r
31 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
32         id 606EAA053A; Fri,  6 Jan 2012 10:39:47 +0000 (GMT)\r
33 To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
34 Subject: Re: Exporting mime email\r
35 In-Reply-To: <87k455p1mj.fsf@qmul.ac.uk>\r
36 References: <87hb09y8p8.fsf@qmul.ac.uk>\r
37         <cunehvd44a8.fsf@hotblack-desiato.hh.sledj.net>\r
38         <87k455p1mj.fsf@qmul.ac.uk>\r
39 User-Agent: Notmuch/0.10.2+151~gbf1dc2b (http://notmuchmail.org)\r
40         Emacs/24.0.92.1 (x86_64-pc-linux-gnu)\r
41 From: David Edmondson <dme@dme.org>\r
42 X-Now-Playing: Baby Face Willette: Work Song (Blue Note's Six Vital Organs:\r
43         Home of the Hammond)\r
44 Date: Fri, 06 Jan 2012 10:39:43 +0000\r
45 Message-ID: <cuny5tl2jyo.fsf@hotblack-desiato.hh.sledj.net>\r
46 MIME-Version: 1.0\r
47 Content-Type: multipart/signed; boundary="=-=-=";\r
48         micalg=pgp-sha1; protocol="application/pgp-signature"\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Fri, 06 Jan 2012 10:39:52 -0000\r
62 \r
63 --=-=-=\r
64 Content-Type: text/plain; charset=utf-8\r
65 Content-Transfer-Encoding: quoted-printable\r
66 \r
67 On Fri, 06 Jan 2012 10:27:16 +0000, Mark Walters <markwalters1009@gmail.com=\r
68 > wrote:\r
69 > Does saving the message like this give you a file you can apply directly\r
70 > with the patch command? When I save it (using | or from view-raw) I get\r
71 > a message which looks like\r
72 \r
73 Ahh. This particular message is a bad example for me to check, because I\r
74 have the version that I bcc'd rather than the one delivered by the\r
75 mailing list.\r
76 \r
77 Presumably something is converting it from 8bit to base64 along the\r
78 path.\r
79 \r
80 I scouted around for other messages that include =C2=A9 (which is what I\r
81 presume causes the encoding), but the ones I have are all still 8bit.\r
82 \r
83 > I have just discovered git am which solves this problem for patches but\r
84 > I think it might be useful to be able to export the plain-text email\r
85 > sometimes.\r
86 \r
87 Agreed.\r
88 \r
89 --=-=-=\r
90 Content-Type: application/pgp-signature\r
91 \r
92 -----BEGIN PGP SIGNATURE-----\r
93 Version: GnuPG v1.4.11 (GNU/Linux)\r
94 \r
95 iEYEARECAAYFAk8Gz28ACgkQaezQq/BJZRb3DQCggsurSGRdcQrFobqXnK7tEfXl\r
96 /n4An1dNg4dj6GwTjkJU9JrVl1UVqdwq\r
97 =z3EG\r
98 -----END PGP SIGNATURE-----\r
99 --=-=-=--\r