From: Tom Hirschowitz Date: Fri, 3 Apr 2015 11:42:05 +0000 (+0200) Subject: propagating the tags of a thread X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=59dc0583ab6cedfa3ab2161d3d7f599fd8f2bc47;p=notmuch-archives.git propagating the tags of a thread --- diff --git a/2b/94517cd225e8df3c752294a6bae7d7267dcf49 b/2b/94517cd225e8df3c752294a6bae7d7267dcf49 new file mode 100644 index 000000000..e289f25dc --- /dev/null +++ b/2b/94517cd225e8df3c752294a6bae7d7267dcf49 @@ -0,0 +1,80 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id AB4F76DE1974 + for ; Fri, 3 Apr 2015 15:56:47 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.498 +X-Spam-Level: +X-Spam-Status: No, score=-0.498 tagged_above=-999 required=5 tests=[AWL=2.353, + RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] + autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id ySUAtVicSxIM for ; + Fri, 3 Apr 2015 15:56:45 -0700 (PDT) +X-Greylist: delayed 4198 seconds by postgrey-1.35 at arlo; + Fri, 03 Apr 2015 15:56:45 PDT +Received: from dsi-mta-out.univ-savoie.fr (dsi-mta-out.univ-savoie.fr + [193.48.126.73]) + by arlo.cworth.org (Postfix) with ESMTP id 369936DE1965 + for ; Fri, 3 Apr 2015 15:56:45 -0700 (PDT) +Received: from localhost (localhost [127.0.0.1]) + by dsi-mta-out.univ-savoie.fr (Postfix) with ESMTP id B9F1D4250C + for ; Fri, 3 Apr 2015 13:42:05 +0200 (CEST) +Received: from dsi-mta-out.univ-savoie.fr ([127.0.0.1]) by localhost + (dsi-mta-out.univ-savoie.fr [127.0.0.1]) (amavisd-new, port 10026) with ESMTP + id QcUATMACJGyi for ; Fri, 3 Apr 2015 13:42:05 + +0200 (CEST) +Received: from dsi-mail-msa1.univ-savoie.fr (dsi-mail-msa1.univ-savoie.fr + [193.48.126.83]) + by dsi-mta-out.univ-savoie.fr (Postfix) with ESMTP id A952142495 + for ; Fri, 3 Apr 2015 13:42:05 +0200 (CEST) +Received: from localhost (localhost [127.0.0.1]) + by dsi-mail-msa1.univ-savoie.fr (Postfix) with ESMTP id A5AF614097 + for ; Fri, 3 Apr 2015 13:42:05 +0200 (CEST) +X-Virus-Scanned: Debian amavisd-new at dsi-mail-msa1.univ-savoie.fr +Received: from dsi-mail-msa1.univ-savoie.fr ([127.0.0.1]) + by localhost (dsi-mail-msa1.univ-savoie.fr [127.0.0.1]) (amavisd-new, + port 10024) with ESMTP id gWyIRw+D6HpO for ; + Fri, 3 Apr 2015 13:42:05 +0200 (CEST) +Received: from hirscho.lama.univ-savoie.fr (lama-d186.univ-savoie.fr + [193.48.123.186]) + by dsi-mail-msa1.univ-savoie.fr (Postfix) with ESMTPSA id 941B114096 + for ; Fri, 3 Apr 2015 13:42:05 +0200 (CEST) +From: Tom Hirschowitz +To: "notmuch\@notmuchmail.org" +Cc: +Subject: propagating the tags of a thread +User-Agent: Notmuch/0.18.2 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Fri, 03 Apr 2015 13:42:05 +0200 +Message-ID: <87sichmoaa.fsf@hirscho.lama.univ-savoie.fr> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +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, 03 Apr 2015 22:56:47 -0000 + + +Notmuch-hello all, + +Has anyone already coded the following behaviour: in notmuch-search +mode, when the cursor is on a certain thread, propagate all tags +occurring at least once in that thread to the whole thread. + +Thanks! + +