Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
[notmuch-archives.git] / 70 / dcde83ddb6786f01e25909c782da670a1bb804
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 67A8C431FAF\r
6         for <notmuch@notmuchmail.org>; Sat, 25 May 2013 23:41:54 -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 sW6L-5cO6gzF for <notmuch@notmuchmail.org>;\r
18         Sat, 25 May 2013 23:41:47 -0700 (PDT)\r
19 Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com\r
20  [74.125.82.46])        (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  9C947431FAE    for <notmuch@notmuchmail.org>; Sat, 25 May 2013 23:41:47 -0700\r
23  (PDT)\r
24 Received: by mail-wg0-f46.google.com with SMTP id l18so3499064wgh.1\r
25         for <notmuch@notmuchmail.org>; Sat, 25 May 2013 23:41:46 -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=I8N/SAOKpjmI5AFiNGoCZ9W7OlqrrLUbpkeGG5zDRIs=;\r
29         b=AkkxFb/ot4LvQgT33HH15SKZcbOEu+o5fu/Ya2Lxo7FApvL0nMNZG7VTibhuuhHxwa\r
30         vllKPL9E2V5E3fTXQwc/YZd+x8CFT2V9NHdjEUBwuTrAjPWnJVLS75anRrj7y+rsV9C/\r
31         RTu7kMlqc2yN/b1U1sj9AznJnh83+SyKSDY+POze22mB2goXQm+GHRDLYu6HCiLOTc2l\r
32         6EU78sbNnDl8tIEizcvS7gKZOIS9jyf4pWES/Y/gR7eMq+OvyxuOMldd2faKPBUG/pF1\r
33         a6gb31gopiliTiDMLIGKDZcHbpeijcD+9dTO9Yr+e2eHXtcfdMt97VrweIh78rD9Sz7k\r
34         MaGQ==\r
35 X-Received: by 10.180.105.161 with SMTP id gn1mr4116702wib.5.1369550504866;\r
36         Sat, 25 May 2013 23:41:44 -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 dj7sm9027252wib.6.2013.05.25.23.41.43\r
39         for <multiple recipients>\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Sat, 25 May 2013 23:41:44 -0700 (PDT)\r
42 From: Mark Walters <markwalters1009@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH] contrib: pick: if no target specified go to first matching\r
45         message\r
46 Date: Sun, 26 May 2013 07:40:58 +0100\r
47 Message-Id: <1369550458-30562-1-git-send-email-markwalters1009@gmail.com>\r
48 X-Mailer: git-send-email 1.7.9.1\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Sun, 26 May 2013 06:41:54 -0000\r
62 \r
63 ---\r
64 \r
65 Now that all the plumbing\r
66 (id:1357814477-1348-1-git-send-email-markwalters1009@gmail.com) is in\r
67 place this is easy.\r
68 \r
69 Best wishes\r
70 \r
71 Mark\r
72 \r
73  contrib/notmuch-pick/notmuch-pick.el |    6 ++++--\r
74  1 files changed, 4 insertions(+), 2 deletions(-)\r
75 \r
76 diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el\r
77 index 128fabf..b7e9515 100644\r
78 --- a/contrib/notmuch-pick/notmuch-pick.el\r
79 +++ b/contrib/notmuch-pick/notmuch-pick.el\r
80 @@ -652,8 +652,10 @@ unchanged ADDRESS if parsing fails."\r
81    (save-excursion\r
82      (goto-char (point-max))\r
83      (notmuch-pick-insert-msg msg))\r
84 -  (let ((msg-id (notmuch-id-to-query (plist-get msg :id))))\r
85 -    (when (string= msg-id notmuch-pick-target-msg)\r
86 +  (let ((msg-id (notmuch-id-to-query (plist-get msg :id)))\r
87 +       (target notmuch-pick-target-msg))\r
88 +    (when (or (and (not target) (plist-get msg :match))\r
89 +             (string= msg-id target))\r
90        (setq notmuch-pick-target-msg "found")\r
91        (goto-char (point-max))\r
92        (forward-line -1))))\r
93 -- \r
94 1.7.9.1\r
95 \r