From: Mark Walters Date: Fri, 14 Jun 2013 07:37:50 +0000 (+0100) Subject: [PATCH v3 0/2] Add some thread based actions to pick X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5ff324afeef65d75f4285c70f2bb932ba12b6b08;p=notmuch-archives.git [PATCH v3 0/2] Add some thread based actions to pick --- diff --git a/bd/94298ac67c464f9d30fa129a4d35b28fd82652 b/bd/94298ac67c464f9d30fa129a4d35b28fd82652 new file mode 100644 index 000000000..c235279ef --- /dev/null +++ b/bd/94298ac67c464f9d30fa129a4d35b28fd82652 @@ -0,0 +1,90 @@ +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 1D33F431FC2 + for ; Fri, 14 Jun 2013 00:38:08 -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 PwqX6yXhjDaP for ; + Fri, 14 Jun 2013 00:38:00 -0700 (PDT) +Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com + [209.85.212.172]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 50499431E62 + for ; Fri, 14 Jun 2013 00:38:00 -0700 (PDT) +Received: by mail-wi0-f172.google.com with SMTP id c10so2293210wiw.11 + for ; Fri, 14 Jun 2013 00:37:56 -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:x-mailer; + bh=KZbutKLm31d9JIwabzBXJE9YGDeGVgxniKqgGT49+ms=; + b=ZoN3m9QF6NEJcAq2sldaUpZMgCkLGhccXvxUAbXx5IoH8BpNWxB9b30JhjsUuQvVFJ + 5gRDOEmvClT+B7gmHREdBm25lPIYtkk2QaE6g94buY2taSx4z/HjwJ/A6JTRVd+c2uMD + TznpmSz/Mogccq3/Zru+d29o2tyfzuEaoSSs40oIMYEegC55byXq7LTWLmfgFp+lN/RA + CVNkNTGT7GW6pSeJW4Y6XDxo0RrCedqyJPE+visnpfBWDys4fPESvB5JCx26XPIAsFnb + UllDaoN7v6AQZ/AHdmAWs+mxiJ7Y8lUEosH9/4Lf2wsjO1EWTIBgRaBREv6bsObpPpLK + l+kA== +X-Received: by 10.194.104.199 with SMTP id gg7mr613654wjb.56.1371195476726; + Fri, 14 Jun 2013 00:37:56 -0700 (PDT) +Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) + by mx.google.com with ESMTPSA id u9sm1185698wif.6.2013.06.14.00.37.55 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Fri, 14 Jun 2013 00:37:55 -0700 (PDT) +From: Mark Walters +To: notmuch@notmuchmail.org +Subject: [PATCH v3 0/2] Add some thread based actions to pick +Date: Fri, 14 Jun 2013 08:37:50 +0100 +Message-Id: <1371195472-441-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: Fri, 14 Jun 2013 07:38:08 -0000 + +Version 2 of this series +id:1371166618-27196-1-git-send-email-markwalters1009@gmail.com has an +error in my rebasing (I forgot to fold a bugfix in and had not +commited one part). Version 1 which had some review is at +id:1354970914-18342-1-git-send-email-markwalters1009@gmail.com + +The changes from version 1: rebase on to current master, fix the macro +to be a function, change the mapc into the more natural mapcar which +removes the need for one auxillary function, removed the unnecessary +funcall, tweaked the docstring, changed a setq to a let. + +Finally the rebase error (which was a bugfix from v1) is that we make +sure notmuch-pick-thread-top does not go into an infinite loop if +applied to an empty buffer. + +Best wishes + +Mark + +Mark Walters (2): + contrib: pick: add thread based utility functions + contrib: pick: thread tagging (including archiving) implemented + + contrib/notmuch-pick/notmuch-pick.el | 51 ++++++++++++++++++++++++++++++++++ + 1 files changed, 51 insertions(+), 0 deletions(-) + +-- +1.7.9.1 +