[PATCH 4/4] Update NEWS for user.other_name
[notmuch-archives.git] / 2d / 98a8cc9473f7285c2c199b695dae0df253b079
1 Return-Path: <bremner@tethera.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 arlo.cworth.org (Postfix) with ESMTP id 652B06DE0924\r
6  for <notmuch@notmuchmail.org>; Mon, 14 Dec 2015 05:39:11 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.312\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.312 tagged_above=-999 required=5 tests=[AWL=0.239,\r
12   RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id EdXjp968lVnc for <notmuch@notmuchmail.org>;\r
16  Mon, 14 Dec 2015 05:39:09 -0800 (PST)\r
17 Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
18  by arlo.cworth.org (Postfix) with ESMTPS id 804BA6DE02CE\r
19  for <notmuch@notmuchmail.org>; Mon, 14 Dec 2015 05:39:09 -0800 (PST)\r
20 Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
21  (envelope-from <bremner@tethera.net>) id 1a8TLC-0008E9-8Y\r
22  for notmuch@notmuchmail.org; Mon, 14 Dec 2015 08:39:02 -0500\r
23 Received: (nullmailer pid 31791 invoked by uid 1000);\r
24  Mon, 14 Dec 2015 13:39:04 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: notmuch@notmuchmail.org\r
27 Subject: \r
28 Date: Mon, 14 Dec 2015 09:38:49 -0400\r
29 Message-Id: <1450100337-31655-1-git-send-email-david@tethera.net>\r
30 X-Mailer: git-send-email 2.6.2\r
31 X-BeenThere: notmuch@notmuchmail.org\r
32 X-Mailman-Version: 2.1.20\r
33 Precedence: list\r
34 List-Id: "Use and development of the notmuch mail system."\r
35  <notmuch.notmuchmail.org>\r
36 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
37  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
38 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
39 List-Post: <mailto:notmuch@notmuchmail.org>\r
40 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
41 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
42  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
43 X-List-Received-Date: Mon, 14 Dec 2015 13:39:11 -0000\r
44 \r
45 This obsoletes \r
46 \r
47      id:1449842087-10972-1-git-send-email-david@tethera.net\r
48 \r
49 I reworked the tests to use gpgsm to generate the certificate. This\r
50 leaves less room for me to screw things up. Since this requires gpgsm\r
51 2.1, I'm including the certs in the patches, rather then having the\r
52 test suite generate them. This is probably more robust in any case,\r
53 since we are all then working with the same certificate when\r
54 debugging. I'm not sure whether to hardcode the fingerprint, leave the\r
55 previous code with computes it on the fly. So far I left the code, but\r
56 it could be simplified a bit.\r
57 \r
58 One bizarro thing is that we show the expiry as a (very) negative\r
59 number. I think this because we call\r
60 \r
61         sp->integer (sp, expires)\r
62 \r
63 where expires is a time_t\r
64 \r
65 \r
66 \r