Re: Query to get emails from notmuch mailing list?
authorDavid Bremner <david@tethera.net>
Thu, 3 Dec 2015 19:17:10 +0000 (15:17 +2000)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:50:06 +0000 (14:50 -0700)
b2/b9ef2d658f7518227ea4d90997bd6d4898d88f [new file with mode: 0644]

diff --git a/b2/b9ef2d658f7518227ea4d90997bd6d4898d88f b/b2/b9ef2d658f7518227ea4d90997bd6d4898d88f
new file mode 100644 (file)
index 0000000..4a3cbc6
--- /dev/null
@@ -0,0 +1,65 @@
+Return-Path: <david@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 985A06DE13AB\r
+ for <notmuch@notmuchmail.org>; Thu,  3 Dec 2015 11:17:21 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.327\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.327 tagged_above=-999 required=5 tests=[AWL=0.224,\r
+  RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id 2moNb7ovZ5sL for <notmuch@notmuchmail.org>;\r
+ Thu,  3 Dec 2015 11:17:19 -0800 (PST)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 557986DE13A3\r
+ for <notmuch@notmuchmail.org>; Thu,  3 Dec 2015 11:17:19 -0800 (PST)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1a4ZNP-0003ly-OH; Thu, 03 Dec 2015 14:17:11 -0500\r
+Received: (nullmailer pid 11678 invoked by uid 1000);\r
+ Thu, 03 Dec 2015 19:17:10 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Damien Cassou <damien@cassou.me>, notmuch@notmuchmail.org\r
+Subject: Re: Query to get emails from notmuch mailing list?\r
+In-Reply-To: <87y4dbbhlv.fsf@cassou.me>\r
+References: <87y4dbbhlv.fsf@cassou.me>\r
+User-Agent: Notmuch/0.21+5~gca076ce (http://notmuchmail.org) Emacs/24.4.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Thu, 03 Dec 2015 15:17:10 -0400\r
+Message-ID: <874mfzl4uh.fsf@tesseract.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 03 Dec 2015 19:17:21 -0000\r
+\r
+Damien Cassou <damien@cassou.me> writes:\r
+\r
+> Hi,\r
+>\r
+> how do you write a notmuch query to get all emails of the notmuch\r
+> mailing list?\r
+>\r
+\r
+at one point I use\r
+\r
+notmuch tag +inbox::notmuch tag:inbox and '(' to:notmuch or folder:notmuch ')'\r
+\r
+just now I noticed the folder:notmuch is not matching anything because\r
+of reorganization, so it's really to:notmuch; that seems to work for me.\r
+\r
+d\r