Re: [PATCH] emacs: sign/encrypt replies to signed/encrypted messages
[notmuch-archives.git] / 78 / 6c6c06f01151acbd2bfd37fbc89208e56b465f
1 Return-Path: <bremner@unb.ca>\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 EB19D431FBC\r
6         for <notmuch@notmuchmail.org>; Fri,  3 Feb 2012 21:24:17 -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: -1.224\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.224 tagged_above=-999 required=5\r
12         tests=[DATE_IN_PAST_03_06=1.076, RCVD_IN_DNSWL_MED=-2.3]\r
13         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 obUdaKiSTNnF for <notmuch@notmuchmail.org>;\r
17         Fri,  3 Feb 2012 21:24:17 -0800 (PST)\r
18 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
19         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 63416431FAE\r
22         for <notmuch@notmuchmail.org>; Fri,  3 Feb 2012 21:24:17 -0800 (PST)\r
23 Received: from rocinante.cs.unb.ca ([209.104.169.194]) (authenticated bits=0)\r
24         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id q145O7rV012980\r
25         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);\r
26         Sat, 4 Feb 2012 01:24:12 -0400\r
27 Received: from bremner by rocinante.cs.unb.ca with local (Exim 4.77)\r
28         (envelope-from <bremner@unb.ca>)\r
29         id 1RtUWL-0004gp-AA; Fri, 03 Feb 2012 21:34:29 -0400\r
30 From: David Bremner <david@tethera.net>\r
31 To: Allan Wind <allan_wind@lifeintegrity.com>, notmuch@notmuchmail.org\r
32 Subject: Re: [PATCH] lib: update notmuch_tags_get example to reflect api\r
33  change\r
34 In-Reply-To: <1327955744-13031-1-git-send-email-allan_wind@lifeintegrity.com>\r
35 References: <1327955744-13031-1-git-send-email-allan_wind@lifeintegrity.com>\r
36 User-Agent: Notmuch/0.11+7~gf38bc44 (http://notmuchmail.org) Emacs/23.3.1\r
37         (x86_64-pc-linux-gnu)\r
38 Date: Fri, 03 Feb 2012 21:34:29 -0400\r
39 Message-ID: <87obtfjs9m.fsf@rocinante.cs.unb.ca>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain; charset=us-ascii\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Sat, 04 Feb 2012 05:24:18 -0000\r
55 \r
56 On Mon, 30 Jan 2012 15:35:44 -0500, Allan Wind <allan_wind@lifeintegrity.com> wrote:\r
57 > The function notmuch_database_find_message_by_filename now requires a\r
58 > notmuch_message_t and returns a notmuch_status_t.  This\r
59 > change was introduced with 02a3076711, LIBNOTMUCH_VERSION_MAJOR = 2,\r
60 > version 0.9.\r
61 \r
62 Hi Allan;\r
63 \r
64 Thanks for all of your work on this. Unfortunately it collides with some\r
65 other recently applied patches and needs to be rebased (against master\r
66 after I get this machine connected to the net again and push the current\r
67 master, hopefully around when this message is sent).\r
68 \r
69 d\r
70 \r
71 \r