--- /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 D7E45431FAF\r
+ for <notmuch@notmuchmail.org>; Mon, 26 Aug 2013 11:05:53 -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 YxFzrZJz3-9B for <notmuch@notmuchmail.org>;\r
+ Mon, 26 Aug 2013 11:05:47 -0700 (PDT)\r
+Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com\r
+ [74.125.82.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client\r
+ certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
+ 07493431FC7 for <notmuch@notmuchmail.org>; Mon, 26 Aug 2013 11:05:46 -0700\r
+ (PDT)\r
+Received: by mail-wg0-f53.google.com with SMTP id c11so3050572wgh.8\r
+ for <notmuch@notmuchmail.org>; Mon, 26 Aug 2013 11:05: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;\r
+ bh=osGyWBJA0wPJspDXRuAUzb/rBJ7mb0/aFBeh6bA1tvA=;\r
+ b=h4TMSvZpPvhkl7sGHvtJtPKEWVZcoOBjZ3vkfkEPJ+wn/Trrr5HC2pMqIgKM5JbHyh\r
+ hKppDvNEJf7ggNoAwMPqgenijeXiKjdH1xPkGflo6Uw46crOWfWv4iOjOLr1vlBc9zRt\r
+ X49lzAein5g9AhuLjtwehMYcPLNoKslhKnRa63+o2Xc7USPFsK2g+EpCL/53EgSzJ0rO\r
+ P5EtGgoaqmXMeQfvJFDEzvCRFRL7xUK+lxL4CTsdicY2eJmIgtQkMKr7E1GCX1yZbyPQ\r
+ ZQETm+DRYqppN4ZfD3GhL5S53R2AIFAQ6TxtTYGkQeaxeDa/thX0DQ0E3+WupxaC4kug\r
+ E7Ow==\r
+X-Received: by 10.180.13.174 with SMTP id i14mr5130121wic.49.1377460541698;\r
+ Sun, 25 Aug 2013 12:55:41 -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 z2sm13248990wiv.11.1969.12.31.16.00.00\r
+ (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+ Sun, 25 Aug 2013 12:55:41 -0700 (PDT)\r
+From: Mark Walters <markwalters1009@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [Patch v4 0/3] Add some thread based actions to pick\r
+Date: Sun, 25 Aug 2013 20:55:31 +0100\r
+Message-Id: <1377460534-6022-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: Mon, 26 Aug 2013 18:05:54 -0000\r
+\r
+This is a rebased version of id:1371195472-441-1-git-send-email-markwalters1009@gmail.com\r
+\r
+The only other change is a new patch 3 adding previous/next thread\r
+commands: they are both very simple functions based on the first two\r
+patches.\r
+\r
+Best wishes\r
+\r
+Mark\r
+\r
+\r
+Mark Walters (3):\r
+ contrib: pick: add thread based utility functions\r
+ contrib: pick: thread tagging (including archiving) implemented\r
+ contrib: pick: bind M-p and M-n to prev/next thread\r
+\r
+ contrib/notmuch-pick/notmuch-pick.el | 64 ++++++++++++++++++++++++++++++++++\r
+ 1 files changed, 64 insertions(+), 0 deletions(-)\r
+\r
+-- \r
+1.7.9.1\r
+\r