Re: notmuch and "mute" -- useful to anyone?
[notmuch-archives.git] / 07 / 09ff936be8099aa369ba66c9e8055a3be99481
1 Return-Path: <tomi.ollila@iki.fi>\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 7EE3D6DE0C81\r
6  for <notmuch@notmuchmail.org>; Mon, 14 Dec 2015 13:27:27 -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.691\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.691 tagged_above=-999 required=5 tests=[AWL=0.039, \r
12  SPF_NEUTRAL=0.652] 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 qa5_oaCEEWPD for <notmuch@notmuchmail.org>;\r
16  Mon, 14 Dec 2015 13:27:25 -0800 (PST)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18  by arlo.cworth.org (Postfix) with ESMTP id E271B6DE0231\r
19  for <notmuch@notmuchmail.org>; Mon, 14 Dec 2015 13:27:24 -0800 (PST)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21  by guru.guru-group.fi (Postfix) with ESMTP id BA59510005A;\r
22  Mon, 14 Dec 2015 23:27:40 +0200 (EET)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
25 Subject: Re: [Patch v3 4/8] test: initial tests for S/MIME and notmuch-emacs\r
26 In-Reply-To: <87h9jkajct.fsf@tesseract.cs.unb.ca>\r
27 References: <1450100337-31655-1-git-send-email-david@tethera.net>\r
28  <1450100337-31655-5-git-send-email-david@tethera.net>\r
29  <87h9jkajct.fsf@tesseract.cs.unb.ca>\r
30 User-Agent: Notmuch/0.21+32~g73439f8 (http://notmuchmail.org) Emacs/24.3.1\r
31  (x86_64-unknown-linux-gnu)\r
32 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
33  $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
34  !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
35 Date: Mon, 14 Dec 2015 23:27:40 +0200\r
36 Message-ID: <m27fkgwwj7.fsf@guru.guru-group.fi>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.20\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43  <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
45  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
50  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Mon, 14 Dec 2015 21:27:27 -0000\r
52 \r
53 On Mon, Dec 14 2015, David Bremner <david@tethera.net> wrote:\r
54 \r
55 > David Bremner <david@tethera.net> writes:\r
56 >\r
57 >> Test the ability of notmuch-mua-mail to send S/MIME signed (and\r
58 >> encrypted) messages; this really relies on existing functionality in\r
59 >> message-mode.\r
60 >>\r
61 >> The generated keys and messages will later be useful for testing the\r
62 >> notmuch CLI.\r
63 >> ---\r
64 >>  test/T355-smime.sh      | 42 +++++++++++++++++++++++++++++++++++++\r
65 >>  test/smime/README       |  7 +++++++\r
66 >>  test/smime/key+cert.pem | 56 +++++++++++++++++++++++++++++++++++++++++++++++++\r
67 >>  test/smime/test.crt     | 19 +++++++++++++++++\r
68 >>  test/test-lib.el        | 10 +++++++++\r
69 >>  test/test-lib.sh        |  1 +\r
70 >>  6 files changed, 135 insertions(+)\r
71 >>  create mode 100755 test/T355-smime.sh\r
72 >>  create mode 100644 test/smime/README\r
73 >>  create mode 100644 test/smime/key+cert.pem\r
74 >>  create mode 100644 test/smime/test.crt\r
75 >>\r
76 >> diff --git a/test/T355-smime.sh b/test/T355-smime.sh\r
77 >> new file mode 100755\r
78 >> index 0000000..e3419d6\r
79 >> --- /dev/null\r
80 >> +++ b/test/T355-smime.sh\r
81 >> @@ -0,0 +1,42 @@\r
82 >> +#!/usr/bin/env bash\r
83 >> +\r
84 >> +test_description='S/MIME signature verification and decryption'\r
85 >> +. ./test-lib.sh\r
86 >\r
87 > Apparently this needs\r
88 >\r
89 > unset GPG_AGENT_INFO\r
90 >\r
91 > at the beginning to avoid getting confused by a potential pre-2.1\r
92 > gpg-agent.\r
93 \r
94 And, as the first patch series was very old it did not have this:\r
95 \r
96 . ./test-lib.sh || exit 1\r
97 \r
98 \r
99 Tomi\r
100 \r