Re: Linking a privately built -lxapian
[notmuch-archives.git] / 3d / d8816f128182cc86e505722870c4e6efc4852a
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 12FAB431FBC\r
6         for <notmuch@notmuchmail.org>; Thu, 10 Jan 2013 02:41:23 -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: 0.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 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         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 hDAw10vzEJbe for <notmuch@notmuchmail.org>;\r
18         Thu, 10 Jan 2013 02:41:22 -0800 (PST)\r
19 Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com\r
20  [74.125.82.52])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
21  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
22  370AF431FAF    for <notmuch@notmuchmail.org>; Thu, 10 Jan 2013 02:41:22 -0800\r
23  (PST)\r
24 Received: by mail-wg0-f52.google.com with SMTP id 12so173037wgh.19\r
25         for <notmuch@notmuchmail.org>; Thu, 10 Jan 2013 02:41:21 -0800 (PST)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=x-received:from:to:cc:subject:date:message-id:x-mailer;\r
28         bh=br5OqM79xzXH4DMm+svZPKRCmW7nO4aF/YS5M9+4Zk8=;\r
29         b=SkUfFSNTNijz7ybJtGefYLQOJt/RKHIfyuLitr39po4sX85S5bd1he8LnOL/1m8XMA\r
30         aGKZO46bLb5+XVcvoc4i0iJ0V/WYu7jXwRJJ4RI+zf7CiSqthlvnL941RR9LEElXsNzx\r
31         Nsm4WRn2lc49u48Mn4wzVqO6OkOAwUnYwJroZYGgqdD++d60S/xQ0mq2Vz4sIBKZyusK\r
32         U/jtQNwI5yOG2jVx+bvvvatJ+cs3RIRTgq+u1g9ieESmwU04lHkqp9gMAlFvGdZuqpm7\r
33         UEPQpp+Oyu1Z6AJOoQqEHfC9qgXFJZk+2LrpimnD0Jno7yaeylrWcfClfQmm5DquJFH6\r
34         SHzQ==\r
35 X-Received: by 10.180.80.170 with SMTP id s10mr7874612wix.27.1357814479674;\r
36         Thu, 10 Jan 2013 02:41:19 -0800 (PST)\r
37 Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
38         by mx.google.com with ESMTPS id t17sm1679942wiv.6.2013.01.10.02.41.18\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Thu, 10 Jan 2013 02:41:19 -0800 (PST)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH 0/2] contrib: pick: allow target message\r
44 Date: Thu, 10 Jan 2013 10:41:15 +0000\r
45 Message-Id: <1357814477-1348-1-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 1.7.9.1\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Thu, 10 Jan 2013 10:41:23 -0000\r
60 \r
61 These two patches allow the caller of pick to specify a target message\r
62 that pick should jump to when it appears. This is used by refresh-view\r
63 (to keep the same current message) and by the entry from show\r
64 (notmuch-pick-from-show-current-thread).\r
65 \r
66 It would be easy to add functionality so that, if no target-message is\r
67 specified, pick goes to the first matching message.\r
68 \r
69 In the future this should be used to remove the horrible hack in\r
70 notmuch-pick-show-match-message-with-wait.\r
71 \r
72 Best wishes\r
73 \r
74 Mark\r
75 \r
76 \r
77 \r
78 Mark Walters (2):\r
79   contrib: pick: move save-excursion closer to message insertion\r
80   contrib: pick: add a target message for pick\r
81 \r
82  contrib/notmuch-pick/notmuch-pick.el |   43 ++++++++++++++++++++++++---------\r
83  1 files changed, 31 insertions(+), 12 deletions(-)\r
84 \r
85 -- \r
86 1.7.9.1\r
87 \r