From: Suvayu Ali Date: Thu, 27 Mar 2014 07:34:49 +0000 (+0100) Subject: Matching subthreads X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=eb9b668d55f6464f2b0875bedd5a74a1a20510ef;p=notmuch-archives.git Matching subthreads --- diff --git a/96/450366daccbd49874648f0b8f6d2adb6d2f9ac b/96/450366daccbd49874648f0b8f6d2adb6d2f9ac new file mode 100644 index 000000000..1395c5a7a --- /dev/null +++ b/96/450366daccbd49874648f0b8f6d2adb6d2f9ac @@ -0,0 +1,84 @@ +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 7086A431FBD + for ; Thu, 27 Mar 2014 00:35:03 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, 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 5fgr9vdcB5zb for ; + Thu, 27 Mar 2014 00:34:57 -0700 (PDT) +Received: from mail-ee0-f44.google.com (mail-ee0-f44.google.com + [74.125.83.44]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 91D55431FAF for ; Thu, 27 Mar 2014 00:34:57 -0700 + (PDT) +Received: by mail-ee0-f44.google.com with SMTP id e49so2474229eek.31 + for ; Thu, 27 Mar 2014 00:34:55 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=sender:date:from:to:subject:message-id:mail-followup-to + :mime-version:content-type:content-disposition:user-agent; + bh=zlWcBPfvsWj0dOosrGPCpIMKqV5Z0pKHQJsCZpUrk8A=; + b=U/eqgl0Mtx9mN3TI4zMrBx+eD3onb5lasOHnTv5ROW+ZisFF9EgK7Z5lb29f5wblLg + V4VMyOo7SeNp1Np6xIKR348rblW01Maqrh4qGlMxtXu9lUNzDmSeDKAz1Dd7ezlFOgo8 + 9Q+v15gGdmRrB5G917+N2Lk/1CfPREMci5j4x6qC8HXGts68ZabPLh0BtPCviY/ZCLgb + uNUd1X6HCp9oWRbmT3ztYRZeiyuG+AWJuF3JElRAwQLMHJYKDGpVEUsZG0WJOhg8Nmi7 + Aivi1AH2H8CXQfrYE3pnRihAXTLlZup6Am9qOFKsf73ZsfLU7Mu2lflIvxzJtza8RvrH + +QEA== +X-Received: by 10.14.225.132 with SMTP id z4mr210726eep.92.1395905693625; + Thu, 27 Mar 2014 00:34:53 -0700 (PDT) +Received: from chitra.dyndns-at-home.com (sd44012d5.adsl.online.nl. + [212.64.18.213]) + by mx.google.com with ESMTPSA id l42sm2499831eew.19.2014.03.27.00.34.51 + for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Thu, 27 Mar 2014 00:34:52 -0700 (PDT) +Sender: Suvayu Ali +Date: Thu, 27 Mar 2014 08:34:49 +0100 +From: Suvayu Ali +To: Notmuch list +Subject: Matching subthreads +Message-ID: <20140327073449.GB2088@chitra.dyndns-at-home.com> +Mail-Followup-To: Notmuch list +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +Content-Disposition: inline +User-Agent: Mutt/1.5.22.1 (2013-10-16) +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, 27 Mar 2014 07:35:03 -0000 + +Hi, + +I was wondering if it is possible to match subthreads? In my case, I +want to kill irrelevant subthreads in really long threads. Is this +possible somehow? I usually kill threads by tagging a message in the +thread "killed", then in post-new hook I tag any incoming message in +that thread the same. However this procedure does not understand +subthreads. + +I'm using mutt-kz (mutt with notmuch support using the library). + +Thanks in advance. + +-- +Suvayu + +Open source is the future. It sets us free.