From bf92162609a7bc287c5bbb33d6a37582992ddae7 Mon Sep 17 00:00:00 2001 From: Mark Walters Date: Fri, 14 Jun 2013 01:22:26 +0100 Subject: [PATCH] Re: [PATCH v2 0/2] Add some thread based actions to pick --- 8b/140bc69712f19a86530ac1e191f465a81e5c52 | 95 +++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 8b/140bc69712f19a86530ac1e191f465a81e5c52 diff --git a/8b/140bc69712f19a86530ac1e191f465a81e5c52 b/8b/140bc69712f19a86530ac1e191f465a81e5c52 new file mode 100644 index 000000000..c689a904c --- /dev/null +++ b/8b/140bc69712f19a86530ac1e191f465a81e5c52 @@ -0,0 +1,95 @@ +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 32734431E62 + for ; Thu, 13 Jun 2013 17:22:33 -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 TaCnjD7OpvXa for ; + Thu, 13 Jun 2013 17:22:27 -0700 (PDT) +Received: from mail-ve0-f172.google.com (mail-ve0-f172.google.com + [209.85.128.172]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id F19B6431FC2 + for ; Thu, 13 Jun 2013 17:22:26 -0700 (PDT) +Received: by mail-ve0-f172.google.com with SMTP id jz10so8278651veb.17 + for ; Thu, 13 Jun 2013 17:22:26 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=mime-version:in-reply-to:references:date:message-id:subject:from:to + :cc:content-type; + bh=ZO1s+63G+bhWpybxlVoy7DLXpnoTnkO26ZbuhkFR4iI=; + b=h71NkvW25HjEbnwozOFQKzNzfvxpFZpRrpyWciutZw/0Xsxssd/cbryIfNjq3lMrsM + PR3Fx0R5QVlM5HRa0V+lQggTPw++lW3KXzt4sJ4EnsctiJQ71irRxSTSK3nJ0NVFZdcD + UV62EKWeRHc1r9/gs6cYFjSF+6c77bd1+tO+LHLqv7BhQ90ZkoAt6EX2nx2KNU6AkXqk + himBJu10/qi/7JUyG5Vjeybq2KAZpRVhc75kLyQCZeMiHlkySYJ0G/B4ayHaaRcXSTpH + hGA8zeu0+Tb3Muue6SeVXEVdzpB3taeE6FlCUeHQkRA9WTYrjcGAGAyHSa+PM608pSxa + 9m8w== +MIME-Version: 1.0 +X-Received: by 10.52.167.73 with SMTP id zm9mr1142307vdb.131.1371169346314; + Thu, 13 Jun 2013 17:22:26 -0700 (PDT) +Received: by 10.58.254.98 with HTTP; Thu, 13 Jun 2013 17:22:26 -0700 (PDT) +In-Reply-To: <1371166618-27196-1-git-send-email-markwalters1009@gmail.com> +References: <1371166618-27196-1-git-send-email-markwalters1009@gmail.com> +Date: Fri, 14 Jun 2013 01:22:26 +0100 +Message-ID: + +Subject: Re: [PATCH v2 0/2] Add some thread based actions to pick +From: Mark Walters +To: notmuch@notmuchmail.org +Content-Type: text/plain; charset=ISO-8859-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 00:22:33 -0000 + +Please ignore this version: it has a rebase bug. I will post a +corrected version tomorrow. + +Sorry about that + +Mark + +On 14 June 2013 00:36, Mark Walters wrote: +> +> This is version 2 of this patch set. Version 1 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 and tweaked the docstring. +> +> 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 | 50 +> ++++++++++++++++++++++++++++++++++ +> 1 files changed, 50 insertions(+), 0 deletions(-) +> +> -- +> 1.7.9.1 +> -- 2.26.2