Re: [PATCH v4 11/16] add --try-decrypt to notmuch insert
[notmuch-archives.git] / d8 / 99413cc5ef15c1ddd923eec10a8a53a29b6398
1 Return-Path: <zack@upsilon.cc>\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 1392E431FD5\r
6         for <notmuch@notmuchmail.org>; Sat, 24 Jan 2015 01:18:22 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 2.338\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.338 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         DNS_FROM_AHBL_RHSBL=2.438] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id ApG8oVASEzgY for <notmuch@notmuchmail.org>;\r
17         Sat, 24 Jan 2015 01:18:18 -0800 (PST)\r
18 Received: from upsilon.cc (upsilon.cc [178.32.142.91])\r
19         by olra.theworths.org (Postfix) with ESMTP id C16A8431FCB\r
20         for <notmuch@notmuchmail.org>; Sat, 24 Jan 2015 01:18:18 -0800 (PST)\r
21 Received: from timira.takhisis.invalid (unknown\r
22         [IPv6:2a01:e34:ec24:5360:7e7a:91ff:fe72:81b6])\r
23         by upsilon.cc (Postfix) with ESMTPSA id 9F057101EC;\r
24         Sat, 24 Jan 2015 10:11:48 +0100 (CET)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=upsilon.cc; s=mail;\r
26         t=1422090708; bh=ViZFONOH68eNMtLyJXXnpyj3tHNv5MsU/4eDkqkh/Hk=;\r
27         h=From:To:Cc:Subject:Date:From;\r
28         b=Wcebiu1AEA6N5hneTGdTK+L8UXeeWnV7FfNasp85ftmLg7Mf+CsXvsnmOgR5W14Hg\r
29         bSYtKRMU5kznngNr4sq4FYBkLPNE4PF/FXz0Dd/jQBQMh4WMjmjybL+pPwtdL1zMHY\r
30         Ws2L6L13sK4ikZTh0qGo6/hUu6NDDpYCcwNVqkLQ=\r
31 Received: by timira.takhisis.invalid (Postfix, from userid 1000)\r
32         id 6DB91600E1; Sat, 24 Jan 2015 10:11:47 +0100 (CET)\r
33 From: Stefano Zacchiroli <zack@upsilon.cc>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH] notmuch-mutt: support for messages that lack Message-ID\r
36 Date: Sat, 24 Jan 2015 10:11:38 +0100\r
37 Message-Id: <1422090701-19385-1-git-send-email-zack@upsilon.cc>\r
38 X-Mailer: git-send-email 2.1.4\r
39 Cc: "Jan N. Klug" <jan.n.klug@rub.de>\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Sat, 24 Jan 2015 09:18:22 -0000\r
53 \r
54 Please find attached a patch series that add support for messages that\r
55 lack Message-ID to notmuch-mutt, kindly provided by Jan N. Klug. I've\r
56 reviewed / adapted it, and I consider it suitable for inclusion into\r
57 the next release of notmuch(-mutt).\r
58 \r
59 Please let me know if you've any question.\r
60 \r
61 Cheers.\r
62 \r