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 D57C8431FB6 for ; Sat, 8 Dec 2012 04:48:38 -0800 (PST) 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 v3ZOr62Ejeiy for ; Sat, 8 Dec 2012 04:48:37 -0800 (PST) Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 7D351431FAE for ; Sat, 8 Dec 2012 04:48:37 -0800 (PST) Received: by mail-we0-f181.google.com with SMTP id t11so646760wey.26 for ; Sat, 08 Dec 2012 04:48:36 -0800 (PST) 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=HzM1gDQFs3Gvd/ihmrb5JDhcVF7GpKMCIisBxvut8pk=; b=my0CA7EADt5M7lTCgN/GtUN3j/bXc4uKhmTX5WvuvMsFz74/w6c6u0eNH0u4zuRyiz T3Q4jO4MYeEQQ3MjvsQoGBKWC5zu3m51cJA8O0wIEQ8SpCpbt2S2LrYdDyQIsdWiHqM0 z6ZGtmktTnw9+7Tb67Bnq0ugiUaVFFBPWdd/ihgGJ0LExTBHGroTFsely+BZnlbjsw2u mk2qgFU9n+ytfujrYWc11NSI8YN+BBuMz5gjbn9KP6g0IlH9u07yG/dzYA/m3Nls0f2S b5MYgnwU0CupKHTsKHmI+b6dHRASy4c9BwyTwY8YLmN2ycHhJyuz+sbS+qj/paDcuBws NaZg== Received: by 10.180.82.69 with SMTP id g5mr2912708wiy.21.1354970916336; Sat, 08 Dec 2012 04:48:36 -0800 (PST) Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) by mx.google.com with ESMTPS id d9sm2136244wiw.0.2012.12.08.04.48.34 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 08 Dec 2012 04:48:35 -0800 (PST) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH 0/2] Add some thread based actions to pick Date: Sat, 8 Dec 2012 12:48:32 +0000 Message-Id: <1354970914-18342-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: Sat, 08 Dec 2012 12:48:39 -0000 This addes the a macro to notmuch pick to apply a command to all messages in the current thread. In the second patch we add the ability to tag/archive whole threads. This is independent of id:1354970494-18050-1-git-send-email-markwalters1009@gmail.com and id:1354970674-18136-1-git-send-email-markwalters1009@gmail.com but may have overlapping context (in the keybindings) so they should be applied first. I can easily supply a version applying straight to master if preferred. 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 | 58 ++++++++++++++++++++++++++++++++++ 1 files changed, 58 insertions(+), 0 deletions(-) -- 1.7.9.1