Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / c6 / c760c67f8eb04276d11635fd53b1e03032612d
1 Return-Path: <cworth@cworth.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 3029A431FD0\r
6         for <notmuch@notmuchmail.org>; Mon, 23 May 2011 14:38:15 -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: 0.01\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.01 tagged_above=-999 required=5\r
12         tests=[T_MIME_NO_TEXT=0.01] 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 XXyaGKQ8EIDT for <notmuch@notmuchmail.org>;\r
16         Mon, 23 May 2011 14:38:14 -0700 (PDT)\r
17 Received: from arlo.cworth.org (arlo.cworth.org [50.43.72.2])\r
18         by olra.theworths.org (Postfix) with ESMTP id 5250A431FB6\r
19         for <notmuch@notmuchmail.org>; Mon, 23 May 2011 14:38:14 -0700 (PDT)\r
20 Received: from yoom.home.cworth.org (localhost [127.0.0.1])\r
21         by arlo.cworth.org (Postfix) with ESMTP id 84D0F29A4F5;\r
22         Mon, 23 May 2011 14:38:12 -0700 (PDT)\r
23 Received: by yoom.home.cworth.org (Postfix, from userid 1000)\r
24         id 4334C254183; Mon, 23 May 2011 14:38:12 -0700 (PDT)\r
25 From: Carl Worth <cworth@cworth.org>\r
26 To: Matthias Guedemann <Matthias.Guedemann@ovgu.de>,\r
27         Dirk Hohndel <hohndel@infradead.org>,\r
28         "notmuch\@notmuchmail.org" <notmuch@notmuchmail.org>\r
29 Subject: Re: problems with multipart/mixed\r
30 In-Reply-To: <877h9hmt8k.fsf@pc44es141.cs.uni-magdeburg.de>\r
31 References: <878vu0ftni.fsf@pc44es141.cs.uni-magdeburg.de>\r
32         <m3oc2tmzfp.fsf@x201s.gr8dns.org>\r
33         <877h9hmt8k.fsf@pc44es141.cs.uni-magdeburg.de>\r
34 User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.3.1\r
35         (i486-pc-linux-gnu)\r
36 Date: Mon, 23 May 2011 14:38:05 -0700\r
37 Message-ID: <87vcx1m72a.fsf@yoom.home.cworth.org>\r
38 MIME-Version: 1.0\r
39 Content-Type: multipart/signed; boundary="=-=-=";\r
40         micalg=pgp-sha1; protocol="application/pgp-signature"\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Mon, 23 May 2011 21:38:15 -0000\r
54 \r
55 --=-=-=\r
56 Content-Transfer-Encoding: quoted-printable\r
57 \r
58 On Mon, 23 May 2011 15:39:07 +0200, Matthias Guedemann <Matthias.Guedemann@=\r
59 ovgu.de> wrote:\r
60 >=20\r
61 > > If you did then I'm in the same boat. Notmuch/emacs used to display both\r
62 >=20\r
63 > welcome to the boat!\r
64 \r
65 My fault. I'm sorry about this breakage.\r
66 \r
67 > Now a quick-and-dirty way around this:\r
68 >=20\r
69 > reset to c51d5b3cdb5ca0816816e88ca6f7136a24e74eee\r
70 >=20\r
71 > and apply this patch:\r
72 ..\r
73 > -       *part_count =3D *part_count + 1;\r
74 > -       (*show_part) (part, part_count);\r
75 > +       //*part_count =3D *part_count + 1;\r
76 > +       //(*show_part) (part, part_count);\r
77 \r
78 Your patch here removes the change to the part numbering for "notmuch\r
79 show".\r
80 \r
81 I've just pushed a change which instead adds this same part numbering to\r
82 "notmuch part". Please try it out and let me know if you have any\r
83 further trouble.\r
84 \r
85 Clearly, we've got a hole in our test suite since it didn't notice this\r
86 problem at all.\r
87 \r
88 Meanwhile, Jameson has proposed (in IRC) a patch series to further\r
89 rework the way that "notmuch part" works. That series also adds various\r
90 tests for "notmuch part" (which will instead be called "notmuch show\r
91 =2D-part") to the test suite.\r
92 \r
93 So hopefully we won't have this same regression appear in the future.\r
94 \r
95 Thanks, everyone for reporting this bug.\r
96 \r
97 =2DCarl\r
98 \r
99 --=-=-=\r
100 Content-Type: application/pgp-signature\r
101 \r
102 -----BEGIN PGP SIGNATURE-----\r
103 Version: GnuPG v1.4.11 (GNU/Linux)\r
104 \r
105 iEYEARECAAYFAk3a070ACgkQ6JDdNq8qSWi5igCdHoKI0lxDDDMudtP1BJXgRlZD\r
106 YccAniUTulZR4Dg9a3EsUJRTvrM4JnEB\r
107 =LJc2\r
108 -----END PGP SIGNATURE-----\r
109 --=-=-=--\r