Re: [PATCH v2] Omit User-Agent: header by default
[notmuch-archives.git] / 08 / 018ef4218148363d651d06e710191242159cff
1 Return-Path: <vashirov@redhat.com>\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 arlo.cworth.org (Postfix) with ESMTP id 6F45F6DE01EE\r
6  for <notmuch@notmuchmail.org>; Wed,  3 Aug 2016 03:34:32 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -5.032\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-5.032 tagged_above=-999 required=5\r
12  tests=[RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01,\r
13  RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001,\r
14  T_RP_MATCHES_RCVD=-0.01] autolearn=disabled\r
15 Received: from arlo.cworth.org ([127.0.0.1])\r
16  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
17  with ESMTP id WP_lU6fC7pPo for <notmuch@notmuchmail.org>;\r
18  Wed,  3 Aug 2016 03:34:24 -0700 (PDT)\r
19 X-Greylist: delayed 343 seconds by postgrey-1.35 at arlo;\r
20  Wed, 03 Aug 2016 03:34:24 PDT\r
21 Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28])\r
22  by arlo.cworth.org (Postfix) with ESMTPS id 64F1F6DE00BD\r
23  for <notmuch@notmuchmail.org>; Wed,  3 Aug 2016 03:34:24 -0700 (PDT)\r
24 Received: from int-mx14.intmail.prod.int.phx2.redhat.com\r
25  (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27])\r
26  (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))\r
27  (No client certificate requested)\r
28  by mx1.redhat.com (Postfix) with ESMTPS id 2274E4E023\r
29  for <notmuch@notmuchmail.org>; Wed,  3 Aug 2016 10:28:41 +0000 (UTC)\r
30 Received: from slowpoke.usersys.redhat.com.redhat.com\r
31  (ovpn-204-69.brq.redhat.com [10.40.204.69])\r
32  by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id\r
33  u73ASb9T000870\r
34  (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO)\r
35  for <notmuch@notmuchmail.org>; Wed, 3 Aug 2016 06:28:40 -0400\r
36 From: Viktor Ashirov <vashirov@redhat.com>\r
37 To: notmuch@notmuchmail.org\r
38 Subject: notmuch-emacs should correctly handle signature status on reply\r
39 User-Agent: Notmuch/0.21 (https://notmuchmail.org) Emacs/25.0.94.1\r
40  (x86_64-redhat-linux-gnu)\r
41 Date: Wed, 03 Aug 2016 12:28:36 +0200\r
42 Message-ID: <87invii1t7.fsf@slowpoke.usersys.redhat.com>\r
43 MIME-Version: 1.0\r
44 Content-Type: multipart/signed; boundary="=-=-=";\r
45  micalg=pgp-sha256; protocol="application/pgp-signature"\r
46 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27\r
47 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16\r
48  (mx1.redhat.com [10.5.110.38]); Wed, 03 Aug 2016 10:28:41 +0000 (UTC)\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.20\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: <https://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: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
60  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Wed, 03 Aug 2016 10:34:32 -0000\r
62 \r
63 --=-=-=\r
64 Content-Type: text/plain\r
65 \r
66 Hi,\r
67 \r
68 in notmuch-emacs, when I reply to multipart/signed email, signature\r
69 status gets inserted in the cited message, like this:\r
70 \r
71 ----------\r
72 John Doe writes:\r
73 > [ Unknown signature status ]\r
74 > Hello world!\r
75 ----------\r
76 \r
77 Even though signature was verified when email is viewed in notmuch-show\r
78 ----------\r
79  [ multipart/signed ]\r
80  [ Good signature by:  John Doe <jdoe@example.org> ]\r
81  [ text/plain ]\r
82 ----------\r
83 \r
84 So I'd like to be able to\r
85 1. Not include signature status in the cited message\r
86 2. But when I want to include it, it should be correctly processed.\r
87 \r
88 Thanks!\r
89 \r
90 --\r
91 Viktor\r
92 \r
93 --=-=-=\r
94 Content-Type: application/pgp-signature; name="signature.asc"\r
95 \r
96 -----BEGIN PGP SIGNATURE-----\r
97 Version: GnuPG v2\r
98 \r
99 iQIcBAEBCAAGBQJXocdUAAoJENolJPs2TTN4DbYP/1iyrX9HSkFwkiJak+qOPa5M\r
100 0K0aH10kShk9ixTJjD7JhHA3NrvFbsmYiXSXwkEoNNbW9cec4pTZWtfU7+QY1x2C\r
101 JYplTLHXP69/tk6yI10HOlF7HkJGchL7t8ujQT/nzh5PcpF/urn9Cer8T8UQb4JM\r
102 I6Wv9F05ut8rnZ5ZSs0IWdntyJoZ+xn8xHpGg+mT004CAp7KuyWgi5LktQTPMyKr\r
103 tc9EE068+BTy/5ujseQREN3JlpfTQqhLlWRROj/O7xhIPGedp+UjYxdI/6/kdFTW\r
104 eC4tj7KCPpeGbbPzpzt2NnyvwnQKXxgRpQPsDVtnOysYmueI/m/mUBbu2zY6eZv1\r
105 Wa7Wwkw0HZNxWepnPQJuvfQRXzMJHy2YYsV462sbS723W8rpWXOmSNGcyz7X8uKE\r
106 vASL3nlNViO9EkKc+xeURchmRZyIYEf7x/ZznrgcBzJeWJLdVl+tuaKttvyo1hhb\r
107 npTsz/sSzGFiwFE+gde/Ms9Q4sjAC5aimdBWchTGqkPsdnsWdE+2Y41QhaPxPYjU\r
108 OuQ5jcGJREQ5vMDvJh02s3g4cs0Kd+xbPNIy6WMmm3SJoG9NDJvAvm6Js9QajHy1\r
109 93Zh3N0vGlv4lqlLdGzH8qXtW2Non2bxlv7wBHgSu1F1AFf9tUldT2i44S3ciKV+\r
110 MehxOYOTAj9vZmn5GfTl\r
111 =UPzO\r
112 -----END PGP SIGNATURE-----\r
113 --=-=-=--\r