From: Xu Wang Date: Thu, 3 Dec 2015 22:12:26 +0000 (+1900) Subject: Re: Query to get emails from notmuch mailing list? X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4a2b5e2bc3befe1baea9f9aa64c3cf3d117f9e9b;p=notmuch-archives.git Re: Query to get emails from notmuch mailing list? --- diff --git a/61/5edd72a68e53fc7f8f7b4e2f543325415e0bc2 b/61/5edd72a68e53fc7f8f7b4e2f543325415e0bc2 new file mode 100644 index 000000000..211e190d9 --- /dev/null +++ b/61/5edd72a68e53fc7f8f7b4e2f543325415e0bc2 @@ -0,0 +1,90 @@ +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 D7E6A6DE176A + for ; Thu, 3 Dec 2015 14:12:30 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.489 +X-Spam-Level: +X-Spam-Status: No, score=-0.489 tagged_above=-999 required=5 tests=[AWL=0.081, + DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, + RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, 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 U2SkGP0Eh8Ev for ; + Thu, 3 Dec 2015 14:12:28 -0800 (PST) +Received: from mail-ig0-f173.google.com (mail-ig0-f173.google.com + [209.85.213.173]) + by arlo.cworth.org (Postfix) with ESMTPS id A80A36DE1557 + for ; Thu, 3 Dec 2015 14:12:28 -0800 (PST) +Received: by igcto18 with SMTP id to18so22860251igc.0 + for ; Thu, 03 Dec 2015 14:12:27 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=mime-version:in-reply-to:references:date:message-id:subject:from:to + :cc:content-type; + bh=vBK6jGBXQR5iGQ8XJ6bVVayU5k8haBLMaEC7zQmRduQ=; + b=cbdqfSAk2yVIRQSBP2nbuWKrlPAWVnMpmXeylaGbvAVO91MO/fGu1Z3S5SAwCQAdFE + yY6eAb26buNG7FC61R4GyRlaY+7SPgKIGPPxrMub4dCYsKmOOw1P88t67nmo1/DXVnxk + 7Z+qf3kcXvLsYfUGwn6qDF9U3GaN1z7PtpViXXC9/ObcYDvUCNWGIWM5F4LeNIO4SQO4 + nfPJ2bzXlYsdEPk7iJNmiOlr6UHJ4v22SpUYt0CBPjLOO3c/gdr8OmD/7efCyb4whnRO + eUGaXxxSOmzJqtvzwBePaMKwNKmbYvFkx5L4H/MkO4hfOH1V8PAmvitCHyX6i9SKs7Hv + 3LxQ== +MIME-Version: 1.0 +X-Received: by 10.50.79.201 with SMTP id l9mr1010749igx.53.1449180746882; Thu, + 03 Dec 2015 14:12:26 -0800 (PST) +Received: by 10.79.117.214 with HTTP; Thu, 3 Dec 2015 14:12:26 -0800 (PST) +In-Reply-To: +References: <87y4dbbhlv.fsf@cassou.me> <874mfzl4uh.fsf@tesseract.cs.unb.ca> + +Date: Thu, 3 Dec 2015 17:12:26 -0500 +Message-ID: + +Subject: Re: Query to get emails from notmuch mailing list? +From: Xu Wang +To: Tomi Ollila +Cc: David Bremner , Damien Cassou , + notmuch@notmuchmail.org +Content-Type: text/plain; charset=UTF-8 +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 22:12:31 -0000 + +On Thu, Dec 3, 2015 at 3:41 PM, Tomi Ollila wrote: +> On Thu, Dec 03 2015, David Bremner wrote: +> +>> 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. +> +> wouldn't to:notmuch@notmuchmail.org be more accurate ? + +Probably also CC? I don't know how to search for To or CC though. + +Kind regards, + +Xu