[RFC PATCH] test: add devel/test-in-docker.sh
[notmuch-archives.git] / e6 / 948f5d0c555972805ed10bc1868aa4f10d6075
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 146E56DE035A\r
6  for <notmuch@notmuchmail.org>; Sun, 24 Apr 2016 05:02:12 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.016\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.016 tagged_above=-999 required=5\r
12  tests=[AWL=-0.005, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01]\r
13  autolearn=disabled\r
14 Received: from arlo.cworth.org ([127.0.0.1])\r
15  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
16  with ESMTP id o1euuWjxOIs9 for <notmuch@notmuchmail.org>;\r
17  Sun, 24 Apr 2016 05:02:04 -0700 (PDT)\r
18 Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
19  by arlo.cworth.org (Postfix) with ESMTPS id 415FB6DE02D1\r
20  for <notmuch@notmuchmail.org>; Sun, 24 Apr 2016 05:01:55 -0700 (PDT)\r
21 Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
22  (envelope-from <bremner@tethera.net>)\r
23  id 1auIji-0004vg-0D; Sun, 24 Apr 2016 08:02:02 -0400\r
24 Received: (nullmailer pid 14709 invoked by uid 1000);\r
25  Sun, 24 Apr 2016 12:01:50 -0000\r
26 From: David Bremner <david@tethera.net>\r
27 To: notmuch@notmuchmail.org\r
28 Subject: [PATCH 4/6] NEWS: document S/MIME support\r
29 Date: Sun, 24 Apr 2016 09:01:43 -0300\r
30 Message-Id: <1461499305-14643-5-git-send-email-david@tethera.net>\r
31 X-Mailer: git-send-email 2.8.0.rc3\r
32 In-Reply-To: <1461499305-14643-1-git-send-email-david@tethera.net>\r
33 References: <1461499305-14643-1-git-send-email-david@tethera.net>\r
34 X-BeenThere: notmuch@notmuchmail.org\r
35 X-Mailman-Version: 2.1.20\r
36 Precedence: list\r
37 List-Id: "Use and development of the notmuch mail system."\r
38  <notmuch.notmuchmail.org>\r
39 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
40  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
41 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
42 List-Post: <mailto:notmuch@notmuchmail.org>\r
43 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
44 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
45  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
46 X-List-Received-Date: Sun, 24 Apr 2016 12:02:12 -0000\r
47 \r
48 ---\r
49  NEWS | 19 +++++++++++++++++++\r
50  1 file changed, 19 insertions(+)\r
51 \r
52 diff --git a/NEWS b/NEWS\r
53 index 949e219..8fc10c7 100644\r
54 --- a/NEWS\r
55 +++ b/NEWS\r
56 @@ -9,6 +9,20 @@ Xapian 1.3 support\r
57    Notmuch should now build (and the test suite should pass) on recent\r
58    releases of Xapian 1.3.x. It has been tested with Xapian 1.3.5.\r
59  \r
60 +Limited support for S/MIME messages\r
61 +\r
62 +  Signature verification is supported, but not decryption. S/MIME\r
63 +  signature creation and S/MIME encryption are supported via built-in\r
64 +  support in Emacs. S/MIME support is not extensively tested at this\r
65 +  time.\r
66 +\r
67 +Command Line Interface\r
68 +----------------------\r
69 +\r
70 +`notmuch show` now supports verifying S/MIME signatures\r
71 +\r
72 +  This support relies on an appropriately configured `gpgsm`.\r
73 +\r
74  Build System\r
75  ------------\r
76  \r
77 @@ -59,6 +73,11 @@ longer generate empty buffers\r
78    (or, in some cases, displaying an empty buffer and throwing an\r
79    error). This also affects re-display of the current thread.\r
80  \r
81 +Handle S/MIME signatures in emacs\r
82 +\r
83 +  The emacs interface is now capable making and verifying S/MIME\r
84 +  signatures.\r
85 +\r
86  `notmuch-message-address-insinuate` is now a no-op\r
87  \r
88    This reduces the amount of interference with non-notmuch uses of\r
89 -- \r
90 2.8.0.rc3\r
91 \r