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 64702429E38 for ; Thu, 13 Jun 2013 16:37:18 -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 dEnduXtaQshH for ; Thu, 13 Jun 2013 16:37:11 -0700 (PDT) Received: from mail-ee0-f41.google.com (mail-ee0-f41.google.com [74.125.83.41]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id ADE18431FC2 for ; Thu, 13 Jun 2013 16:37:11 -0700 (PDT) Received: by mail-ee0-f41.google.com with SMTP id d17so4050296eek.14 for ; Thu, 13 Jun 2013 16:37:09 -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=y3fFFcli8X5o9vwYl7FVucebd0kBxxcVrxWlb6N23FE=; b=gLDpkM8YaItyAak9404BV79LJUej4pNPcNJZgIld44TuJ1WnKEoOhRXoU2yhMZ7Eb4 tuL/bk4oBb6st5Kma6mSHBPpK35gWvcjpE3UkivRpRK46zZjPaG/BYKhAQHMwIK2T2Ck 3dVg9GrvbeAu26xdnf6tBnIGI3loa6k1eylXzM2qJh8mcUEybZmwf9OXefm7VUrXu0nV ziKjbdN76mtgWfBdpOUMy5TP0qxtybEG0gZk63vkucaqRnmBylvUSWlq4RO5c65X3Afh OP+MF2kThDdKryEI6717DKBRh1nuPUB9HF4P6F83SxHRTQwIqYRCHBzfXYNXRHblAUw9 HMaw== X-Received: by 10.15.93.134 with SMTP id w6mr3808769eez.25.1371166629156; Thu, 13 Jun 2013 16:37:09 -0700 (PDT) Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) by mx.google.com with ESMTPSA id u7sm46892514eef.14.2013.06.13.16.37.07 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 13 Jun 2013 16:37:08 -0700 (PDT) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH v2 0/2] Add some thread based actions to pick Date: Fri, 14 Jun 2013 00:36:56 +0100 Message-Id: <1371166618-27196-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: Thu, 13 Jun 2013 23:37:18 -0000 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