Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id D7E45431FAF for ; Mon, 26 Aug 2013 11:05:53 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 2.7 X-Spam-Level: ** X-Spam-Status: No, score=2.7 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001, FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YxFzrZJz3-9B for ; Mon, 26 Aug 2013 11:05:47 -0700 (PDT) Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 07493431FC7 for ; Mon, 26 Aug 2013 11:05:46 -0700 (PDT) Received: by mail-wg0-f53.google.com with SMTP id c11so3050572wgh.8 for ; Mon, 26 Aug 2013 11:05:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=osGyWBJA0wPJspDXRuAUzb/rBJ7mb0/aFBeh6bA1tvA=; b=h4TMSvZpPvhkl7sGHvtJtPKEWVZcoOBjZ3vkfkEPJ+wn/Trrr5HC2pMqIgKM5JbHyh hKppDvNEJf7ggNoAwMPqgenijeXiKjdH1xPkGflo6Uw46crOWfWv4iOjOLr1vlBc9zRt X49lzAein5g9AhuLjtwehMYcPLNoKslhKnRa63+o2Xc7USPFsK2g+EpCL/53EgSzJ0rO P5EtGgoaqmXMeQfvJFDEzvCRFRL7xUK+lxL4CTsdicY2eJmIgtQkMKr7E1GCX1yZbyPQ ZQETm+DRYqppN4ZfD3GhL5S53R2AIFAQ6TxtTYGkQeaxeDa/thX0DQ0E3+WupxaC4kug E7Ow== X-Received: by 10.180.13.174 with SMTP id i14mr5130121wic.49.1377460541698; Sun, 25 Aug 2013 12:55:41 -0700 (PDT) Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) by mx.google.com with ESMTPSA id z2sm13248990wiv.11.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 25 Aug 2013 12:55:41 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [Patch v4 0/3] Add some thread based actions to pick Date: Sun, 25 Aug 2013 20:55:31 +0100 Message-Id: <1377460534-6022-1-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.9.1 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Aug 2013 18:05:54 -0000 This is a rebased version of id:1371195472-441-1-git-send-email-markwalters1009@gmail.com The only other change is a new patch 3 adding previous/next thread commands: they are both very simple functions based on the first two patches. Best wishes Mark Mark Walters (3): contrib: pick: add thread based utility functions contrib: pick: thread tagging (including archiving) implemented contrib: pick: bind M-p and M-n to prev/next thread contrib/notmuch-pick/notmuch-pick.el | 64 ++++++++++++++++++++++++++++++++++ 1 files changed, 64 insertions(+), 0 deletions(-) -- 1.7.9.1