From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 3B6126DE0B14 for ; Fri, 30 Sep 2016 07:22:18 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.469 X-Spam-Level: X-Spam-Status: No, score=-0.469 tagged_above=-999 required=5 tests=[FREEMAIL_FORGED_FROMDOMAIN=0.249, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] 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 XvD24jyELyXA for ; Fri, 30 Sep 2016 07:22:17 -0700 (PDT) X-Greylist: delayed 1211 seconds by postgrey-1.35 at arlo; Fri, 30 Sep 2016 07:22:16 PDT Received: from aibo.runbox.com (aibo.runbox.com [91.220.196.211]) by arlo.cworth.org (Postfix) with ESMTPS id CD0E36DE0134 for ; Fri, 30 Sep 2016 07:22:16 -0700 (PDT) Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1bpyNz-0006Wt-3r for notmuch@notmuchmail.org; Fri, 30 Sep 2016 16:01:59 +0200 Received: from x5d83f80c.dyn.telefonica.de ([93.131.248.12] helo=localhost) by mailfront12.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1bpyMy-0008LO-5X for notmuch@notmuchmail.org; Fri, 30 Sep 2016 16:00:56 +0200 From: ng0 To: notmuch@notmuchmail.org Subject: filter for List-Id ? Date: Fri, 30 Sep 2016 14:00:50 +0000 Message-ID: <87fuohlc6l.fsf@we.make.ritual.n0.is> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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, 30 Sep 2016 14:22:18 -0000 Hello, I have a problem with filtering/tagging debbugs on gnu.org. Ricardo told me: > Notmuch should be able to filter by list. With mu4e I match for > “list:bug-guix.gnu.org”. All emails to the bug-* lists contain a header > for “List-Id”, which you may be able to match on. ( https://lists.gnu.org/archive/html/help-guix/2016-09/msg00082.html ) However reading `info notmuch-search-terms(7)' and trying to just search for list:bug-guix.gnu.org or without the list: prefix, not much turns up as result (only unrelated results). Is this not implemented in notmuch, and if it is not, how could it be achieved? Thanks.