From: David Bremner Date: Thu, 3 Dec 2015 19:17:10 +0000 (+2000) Subject: Re: Query to get emails from notmuch mailing list? X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2e57e60aa70cef83bb82622a0c06982436ddba36;p=notmuch-archives.git Re: Query to get emails from notmuch mailing list? --- diff --git a/b2/b9ef2d658f7518227ea4d90997bd6d4898d88f b/b2/b9ef2d658f7518227ea4d90997bd6d4898d88f new file mode 100644 index 000000000..4a3cbc689 --- /dev/null +++ b/b2/b9ef2d658f7518227ea4d90997bd6d4898d88f @@ -0,0 +1,65 @@ +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 985A06DE13AB + for ; Thu, 3 Dec 2015 11:17:21 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.327 +X-Spam-Level: +X-Spam-Status: No, score=-0.327 tagged_above=-999 required=5 tests=[AWL=0.224, + 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 2moNb7ovZ5sL for ; + Thu, 3 Dec 2015 11:17:19 -0800 (PST) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id 557986DE13A3 + for ; Thu, 3 Dec 2015 11:17:19 -0800 (PST) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84) + (envelope-from ) + id 1a4ZNP-0003ly-OH; Thu, 03 Dec 2015 14:17:11 -0500 +Received: (nullmailer pid 11678 invoked by uid 1000); + Thu, 03 Dec 2015 19:17:10 -0000 +From: David Bremner +To: Damien Cassou , notmuch@notmuchmail.org +Subject: Re: Query to get emails from notmuch mailing list? +In-Reply-To: <87y4dbbhlv.fsf@cassou.me> +References: <87y4dbbhlv.fsf@cassou.me> +User-Agent: Notmuch/0.21+5~gca076ce (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Thu, 03 Dec 2015 15:17:10 -0400 +Message-ID: <874mfzl4uh.fsf@tesseract.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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, 03 Dec 2015 19:17:21 -0000 + +Damien Cassou writes: + +> Hi, +> +> how do you write a notmuch query to get all emails of the notmuch +> mailing list? +> + +at one point I use + +notmuch tag +inbox::notmuch tag:inbox and '(' to:notmuch or folder:notmuch ')' + +just now I noticed the folder:notmuch is not matching anything because +of reorganization, so it's really to:notmuch; that seems to work for me. + +d