--- /dev/null
+Return-Path: <markwalters1009@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 67A8C431FAF\r
+ for <notmuch@notmuchmail.org>; Sat, 25 May 2013 23:41:54 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 2.7\r
+X-Spam-Level: **\r
+X-Spam-Status: No, score=2.7 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+ FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
+ FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id sW6L-5cO6gzF for <notmuch@notmuchmail.org>;\r
+ Sat, 25 May 2013 23:41:47 -0700 (PDT)\r
+Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com\r
+ [74.125.82.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client\r
+ certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
+ 9C947431FAE for <notmuch@notmuchmail.org>; Sat, 25 May 2013 23:41:47 -0700\r
+ (PDT)\r
+Received: by mail-wg0-f46.google.com with SMTP id l18so3499064wgh.1\r
+ for <notmuch@notmuchmail.org>; Sat, 25 May 2013 23:41:46 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=from:to:cc:subject:date:message-id:x-mailer;\r
+ bh=I8N/SAOKpjmI5AFiNGoCZ9W7OlqrrLUbpkeGG5zDRIs=;\r
+ b=AkkxFb/ot4LvQgT33HH15SKZcbOEu+o5fu/Ya2Lxo7FApvL0nMNZG7VTibhuuhHxwa\r
+ vllKPL9E2V5E3fTXQwc/YZd+x8CFT2V9NHdjEUBwuTrAjPWnJVLS75anRrj7y+rsV9C/\r
+ RTu7kMlqc2yN/b1U1sj9AznJnh83+SyKSDY+POze22mB2goXQm+GHRDLYu6HCiLOTc2l\r
+ 6EU78sbNnDl8tIEizcvS7gKZOIS9jyf4pWES/Y/gR7eMq+OvyxuOMldd2faKPBUG/pF1\r
+ a6gb31gopiliTiDMLIGKDZcHbpeijcD+9dTO9Yr+e2eHXtcfdMt97VrweIh78rD9Sz7k\r
+ MaGQ==\r
+X-Received: by 10.180.105.161 with SMTP id gn1mr4116702wib.5.1369550504866;\r
+ Sat, 25 May 2013 23:41:44 -0700 (PDT)\r
+Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
+ by mx.google.com with ESMTPSA id dj7sm9027252wib.6.2013.05.25.23.41.43\r
+ for <multiple recipients>\r
+ (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+ Sat, 25 May 2013 23:41:44 -0700 (PDT)\r
+From: Mark Walters <markwalters1009@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH] contrib: pick: if no target specified go to first matching\r
+ message\r
+Date: Sun, 26 May 2013 07:40:58 +0100\r
+Message-Id: <1369550458-30562-1-git-send-email-markwalters1009@gmail.com>\r
+X-Mailer: git-send-email 1.7.9.1\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sun, 26 May 2013 06:41:54 -0000\r
+\r
+---\r
+\r
+Now that all the plumbing\r
+(id:1357814477-1348-1-git-send-email-markwalters1009@gmail.com) is in\r
+place this is easy.\r
+\r
+Best wishes\r
+\r
+Mark\r
+\r
+ contrib/notmuch-pick/notmuch-pick.el | 6 ++++--\r
+ 1 files changed, 4 insertions(+), 2 deletions(-)\r
+\r
+diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el\r
+index 128fabf..b7e9515 100644\r
+--- a/contrib/notmuch-pick/notmuch-pick.el\r
++++ b/contrib/notmuch-pick/notmuch-pick.el\r
+@@ -652,8 +652,10 @@ unchanged ADDRESS if parsing fails."\r
+ (save-excursion\r
+ (goto-char (point-max))\r
+ (notmuch-pick-insert-msg msg))\r
+- (let ((msg-id (notmuch-id-to-query (plist-get msg :id))))\r
+- (when (string= msg-id notmuch-pick-target-msg)\r
++ (let ((msg-id (notmuch-id-to-query (plist-get msg :id)))\r
++ (target notmuch-pick-target-msg))\r
++ (when (or (and (not target) (plist-get msg :match))\r
++ (string= msg-id target))\r
+ (setq notmuch-pick-target-msg "found")\r
+ (goto-char (point-max))\r
+ (forward-line -1))))\r
+-- \r
+1.7.9.1\r
+\r