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 858F2431FB6 for ; Sun, 12 Aug 2012 13:33:46 -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 7eMhKMDACr1i for ; Sun, 12 Aug 2012 13:33:44 -0700 (PDT) Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 44CD9431FAE for ; Sun, 12 Aug 2012 13:33:44 -0700 (PDT) Received: by wibhq4 with SMTP id hq4so2357449wib.2 for ; Sun, 12 Aug 2012 13:33:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:content-disposition:from:user-agent:to :references:in-reply-to:message-id:subject:date; bh=MSD5QZdAwHfQLFtgxLyeK7Ob/jp2YYD2xkymaV3hgK4=; b=MPaXGGRcaD6KrBeiSpxih6uSuK5CQ6PENBFKEklwYF4BIEXlnGUzz6D30Iljg6vwh1 xPg4HbMc1MkC9thitu4Us0CthFMIkVZlx2VdHjQA/lyx1UJ15BEamp1LeWUc6lo7Hnfp bDDAL17HEYHA2r6AWT02fgDmTGvQ99KgCq8Rp2Q8/YXD4/3vKCXtD6PudV2k8yuhk0L8 Fx3EKk/46fxa9GTebmxKBioffc3XE/tkUz0UN4xSjzXEYfxFBL9RsHCYFi2Ip8mjlCah FHpQLlsm/PpMPNeqcEjRmNnKhvfM9ol1AS7jI62FbQ+5bnEDVjWAxn0kZIu9NKKcJTYm sHVw== Received: by 10.180.109.166 with SMTP id ht6mr12726313wib.11.1344803621681; Sun, 12 Aug 2012 13:33:41 -0700 (PDT) Received: from localhost (cpc23-sgyl27-2-0-cust434.18-2.cable.virginmedia.com. [92.233.171.179]) by mx.google.com with ESMTPS id t8sm12552054wiy.3.2012.08.12.13.33.40 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 12 Aug 2012 13:33:40 -0700 (PDT) Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="===============6462341303496013660==" MIME-Version: 1.0 Content-Disposition: inline From: Patrick Totzke User-Agent: alot/0.3.2+ To: David Froger , notmuch@notmuchmail.org References: <20120812152258.GA32178@hili.localdomain> <20120812144023.GC29680@david-desktop.localdomain> <20120813003735.GA20739@hili.localdomain> <20120812175343.GA32257@david-desktop.localdomain> In-Reply-To: <20120812175343.GA32257@david-desktop.localdomain> Message-ID: <20120812203339.14936.26407@brick.lan> Subject: Re: [announce] Bower 0.4 Date: Sun, 12 Aug 2012 21:33:39 +0100 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: Sun, 12 Aug 2012 20:33:46 -0000 --===============6462341303496013660== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Quoting David Froger (2012-08-12 16:53:43) > > > 3. Would it be possible to have the feature 'kill a thread' like Sup = have? (see > > > http://sup.rubyforge.org/README.txt). > > = > > I haven't needed such a feature so I don't have a clear idea how it > > should work. There are some patches/ideas about muting threads using > > notmuch generally around here. I guess the simplest thing to do is hide > > a thread if it has a certain tag, e.g. "muted" as suggested by notmuch > > TODO file, unless you search for it explicitly. > I like this solution, I will use it (adding 'and not tag:mutted' at t= he end of my search). > When I'm not interessed with a long discussion on a mailling list, I = like to be able to 'kill' > the thread so it does not reappear with every new mail. I'm not sure if this actually solves your problem, because notmuch's search is message, not thread based: If you search for threads that match "is:inbox and not is:muted", you will = see threads that contain messages which are tagged with "inbox" and not with "muted". This means if you just tag one (or all) msg in a thread "muted" and there i= s a new response, this thread will contain such a matching message again and show up in your = result list. To make this work, you need to set up your tagging script (that you run aft= er 'notmuch new') so that it updates those new messages accordingly. If a msg belongs to a th= read that has = muted messages, also tag the new one muted. I can pretty much recommend Justus' tagging script afew: https://github.com= /teythoon/afew One of the filters that it supports out of the box is exactly the "kill thr= eads" function you want. HTH, /p --===============6462341303496013660== MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Description: signature Content-Type: application/pgp-signature; name="signature.asc"; charset="us-ascii" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAlAoEyMACgkQlDQDZ9fWxarU+gCfXcwPmiuZrZNoSpcY8LQIqp/h SEYAoJTRXQmvs6AAgMIlXvcE0VttzG5r =shh8 -----END PGP SIGNATURE----- --===============6462341303496013660==--