From: Tomi Ollila Date: Fri, 4 Dec 2015 15:08:48 +0000 (+0200) Subject: Re: Query to get emails from notmuch mailing list? X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ff3e785d3f2659827a5f20ac8f35df80aa6e1e8a;p=notmuch-archives.git Re: Query to get emails from notmuch mailing list? --- diff --git a/cb/e2f4101fe8462ebadf875c56898ab3c4cb1b44 b/cb/e2f4101fe8462ebadf875c56898ab3c4cb1b44 new file mode 100644 index 000000000..3c02bcf90 --- /dev/null +++ b/cb/e2f4101fe8462ebadf875c56898ab3c4cb1b44 @@ -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 4BBC36DE1009 + for ; Fri, 4 Dec 2015 07:08:39 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.709 +X-Spam-Level: +X-Spam-Status: No, score=0.709 tagged_above=-999 required=5 tests=[AWL=0.057, + SPF_NEUTRAL=0.652] 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 LVjHqpye6T2s for ; + Fri, 4 Dec 2015 07:08:37 -0800 (PST) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by arlo.cworth.org (Postfix) with ESMTP id 43BD96DE0FF7 + for ; Fri, 4 Dec 2015 07:08:37 -0800 (PST) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 82F79100080; + Fri, 4 Dec 2015 17:08:48 +0200 (EET) +From: Tomi Ollila +To: Xu Wang +Cc: notmuch@notmuchmail.org +Subject: Re: Query to get emails from notmuch mailing list? +In-Reply-To: + +References: <87y4dbbhlv.fsf@cassou.me> <874mfzl4uh.fsf@tesseract.cs.unb.ca> + + +User-Agent: Notmuch/0.21+32~g73439f8 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'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: Fri, 04 Dec 2015 15:08:39 -0000 + +On Fri, Dec 04 2015, Xu Wang wrote: + +> 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. + +to: covers [Cc][Cc]: too :D + +but, to followup to my orinal it does not -- or i am not sure, +whether my suggestion matches +(but, there probably is no use for that, at least for now). + +Tomi + +> +> Kind regards, +> +> Xu