[PATCH 4/4] Update NEWS for user.other_name
[notmuch-archives.git] / 6f / 692e61def56ae080eebb12736442bb30964940
1 Return-Path: <jrollins@finestructure.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 olra.theworths.org (Postfix) with ESMTP id 563E0431FC0\r
6         for <notmuch@notmuchmail.org>; Tue, 22 May 2012 18:43:58 -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: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 OS+TY+9lzVdW for <notmuch@notmuchmail.org>;\r
16         Tue, 22 May 2012 18:43:56 -0700 (PDT)\r
17 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
18         [131.215.239.19])\r
19         by olra.theworths.org (Postfix) with ESMTP id 985C7431FAF\r
20         for <notmuch@notmuchmail.org>; Tue, 22 May 2012 18:43:56 -0700 (PDT)\r
21 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by earth-doxen-postvirus (Postfix) with ESMTP id 2749466E0177\r
23         for <notmuch@notmuchmail.org>; Tue, 22 May 2012 18:43:56 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from finestructure.net (gwave-125.ligo.caltech.edu\r
26  [131.215.114.125])     (Authenticated sender: jrollins)        by earth-doxen-submit\r
27  (Postfix) with ESMTP id 4CD4066E0159   for <notmuch@notmuchmail.org>; Tue, 22\r
28  May 2012 18:43:54 -0700 (PDT)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id 3008B1DA; Tue, 22 May 2012 18:43:54 -0700 (PDT)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Notmuch Mail <notmuch@notmuchmail.org>\r
33 Subject: [PATCH v3 0/6] cli: improved crypto internals\r
34 Date: Tue, 22 May 2012 18:43:44 -0700\r
35 Message-Id: <1337737430-21160-1-git-send-email-jrollins@finestructure.net>\r
36 X-Mailer: git-send-email 1.7.10\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Wed, 23 May 2012 01:43:58 -0000\r
50 \r
51 Third version of this series [0].  I've made some changes in this\r
52 version:\r
53 \r
54 * added a new crypto.c that holds two functions: one to return a\r
55   context for a specified crypto protocol (and initialize it if\r
56   needed), and another to cleanup a crypto struct.  This is introduced\r
57   in the first patch, and makes the rest of the patches a little\r
58   cleaner.\r
59 \r
60 * Based on Jani's and Daniel's suggestion, I decided to leave the\r
61   notmuch_show_params_t in notmuch-reply.c, since we might need it\r
62   later and it's less changes here.\r
63 \r
64 Otherwise everything else is the same.  I think the version is nicer\r
65 that the previous ones.\r
66 \r
67 FWIW I also now have S/MIME support working based on this patch\r
68 series.  Daniel has kindly agreed to put together some tests for that,\r
69 so once this series is accepted and Daniel's tests are sent, I'll send\r
70 on the rest of the S/MIME support (which is actually just one small\r
71 patch on top of this series).\r
72 \r
73 jamie.\r
74 \r
75 [0] id:"1337205359-2444-1-git-send-email-jrollins@finestructure.net"\r
76     id:"1337362357-31281-1-git-send-email-jrollins@finestructure.net"\r
77 \r