[Patch v5 6/8] lib: add private function to extract the database for a message.
[notmuch-archives.git] / bd / 94298ac67c464f9d30fa129a4d35b28fd82652
1 Return-Path: <markwalters1009@gmail.com>\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 1D33F431FC2\r
6         for <notmuch@notmuchmail.org>; Fri, 14 Jun 2013 00:38:08 -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.7\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.7 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id PwqX6yXhjDaP for <notmuch@notmuchmail.org>;\r
18         Fri, 14 Jun 2013 00:38:00 -0700 (PDT)\r
19 Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com\r
20         [209.85.212.172]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 50499431E62\r
23         for <notmuch@notmuchmail.org>; Fri, 14 Jun 2013 00:38:00 -0700 (PDT)\r
24 Received: by mail-wi0-f172.google.com with SMTP id c10so2293210wiw.11\r
25         for <notmuch@notmuchmail.org>; Fri, 14 Jun 2013 00:37:56 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:cc:subject:date:message-id:x-mailer;\r
28         bh=KZbutKLm31d9JIwabzBXJE9YGDeGVgxniKqgGT49+ms=;\r
29         b=ZoN3m9QF6NEJcAq2sldaUpZMgCkLGhccXvxUAbXx5IoH8BpNWxB9b30JhjsUuQvVFJ\r
30         5gRDOEmvClT+B7gmHREdBm25lPIYtkk2QaE6g94buY2taSx4z/HjwJ/A6JTRVd+c2uMD\r
31         TznpmSz/Mogccq3/Zru+d29o2tyfzuEaoSSs40oIMYEegC55byXq7LTWLmfgFp+lN/RA\r
32         CVNkNTGT7GW6pSeJW4Y6XDxo0RrCedqyJPE+visnpfBWDys4fPESvB5JCx26XPIAsFnb\r
33         UllDaoN7v6AQZ/AHdmAWs+mxiJ7Y8lUEosH9/4Lf2wsjO1EWTIBgRaBREv6bsObpPpLK\r
34         l+kA==\r
35 X-Received: by 10.194.104.199 with SMTP id gg7mr613654wjb.56.1371195476726;\r
36         Fri, 14 Jun 2013 00:37:56 -0700 (PDT)\r
37 Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
38         by mx.google.com with ESMTPSA id u9sm1185698wif.6.2013.06.14.00.37.55\r
39         for <multiple recipients>\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Fri, 14 Jun 2013 00:37:55 -0700 (PDT)\r
42 From: Mark Walters <markwalters1009@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH v3 0/2] Add some thread based actions to pick\r
45 Date: Fri, 14 Jun 2013 08:37:50 +0100\r
46 Message-Id: <1371195472-441-1-git-send-email-markwalters1009@gmail.com>\r
47 X-Mailer: git-send-email 1.7.9.1\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Fri, 14 Jun 2013 07:38:08 -0000\r
61 \r
62 Version 2 of this series\r
63 id:1371166618-27196-1-git-send-email-markwalters1009@gmail.com has an\r
64 error in my rebasing (I forgot to fold a bugfix in and had not\r
65 commited one part). Version 1 which had some review is at \r
66 id:1354970914-18342-1-git-send-email-markwalters1009@gmail.com\r
67 \r
68 The changes from version 1: rebase on to current master, fix the macro\r
69 to be a function, change the mapc into the more natural mapcar which\r
70 removes the need for one auxillary function, removed the unnecessary\r
71 funcall, tweaked the docstring, changed a setq to a let.\r
72 \r
73 Finally the rebase error (which was a bugfix from v1) is that we make\r
74 sure notmuch-pick-thread-top does not go into an infinite loop if\r
75 applied to an empty buffer.\r
76 \r
77 Best wishes\r
78 \r
79 Mark\r
80 \r
81 Mark Walters (2):\r
82   contrib: pick: add thread based utility functions\r
83   contrib: pick: thread tagging (including archiving) implemented\r
84 \r
85  contrib/notmuch-pick/notmuch-pick.el |   51 ++++++++++++++++++++++++++++++++++\r
86  1 files changed, 51 insertions(+), 0 deletions(-)\r
87 \r
88 -- \r
89 1.7.9.1\r
90 \r