Re: Folder-based searching
authorRob Browning <rlb@defaultvalue.org>
Mon, 17 Jan 2011 18:48:11 +0000 (12:48 +1800)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:43 +0000 (09:37 -0800)
13/70d9c50c70d1da13c2d79655e514e46830a887 [new file with mode: 0644]

diff --git a/13/70d9c50c70d1da13c2d79655e514e46830a887 b/13/70d9c50c70d1da13c2d79655e514e46830a887
new file mode 100644 (file)
index 0000000..a2879d1
--- /dev/null
@@ -0,0 +1,76 @@
+Return-Path: <rlb@defaultvalue.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 0EE0B431FB5\r
+       for <notmuch@notmuchmail.org>; Mon, 17 Jan 2011 10:48:14 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id rqrfdWFteKXh for <notmuch@notmuchmail.org>;\r
+       Mon, 17 Jan 2011 10:48:13 -0800 (PST)\r
+Received: from defaultvalue.org (defaultvalue.org [70.85.129.156])\r
+       by olra.theworths.org (Postfix) with ESMTP id 86772431FB6\r
+       for <notmuch@notmuchmail.org>; Mon, 17 Jan 2011 10:48:13 -0800 (PST)\r
+Received: from omen.defaultvalue.org (localhost [127.0.0.1])\r
+       by defaultvalue.org (Postfix) with ESMTP id C054F90D34;\r
+       Mon, 17 Jan 2011 12:48:11 -0600 (CST)\r
+Received: from raven.defaultvalue.org (raven.defaultvalue.org [192.168.1.7])\r
+       by omen.defaultvalue.org (Postfix) with ESMTP id 98239500FB;\r
+       Mon, 17 Jan 2011 12:48:11 -0600 (CST)\r
+Received: by raven.defaultvalue.org (Postfix, from userid 1000)\r
+       id 80FF97BB463; Mon, 17 Jan 2011 12:48:11 -0600 (CST)\r
+From: Rob Browning <rlb@defaultvalue.org>\r
+To: Carl Worth <cworth@cworth.org>\r
+Subject: Re: Folder-based searching\r
+References: <87tyh9wzs2.fsf@yoom.home.cworth.org>\r
+Date: Mon, 17 Jan 2011 12:48:11 -0600\r
+In-Reply-To: <87tyh9wzs2.fsf@yoom.home.cworth.org> (Carl Worth's message of\r
+       "Sat, 15 Jan 2011 14:46:53 -0800")\r
+Message-ID: <87oc7fe590.fsf@raven.defaultvalue.org>\r
+User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Cc: notmuch@notmuchmail.org\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://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: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 17 Jan 2011 18:48:14 -0000\r
+\r
+Carl Worth <cworth@cworth.org> writes:\r
+\r
+> Someone bringing in mail from such a system might want to migrate from\r
+> information in directory names to instead be information in notmuch\r
+> tags. That might look something like this:\r
+>\r
+>      notmuch tag +important folder:important\r
+\r
+Nice.  So what are the path semantics?  For example, is the path case\r
+sensitive or insensitive?  Can you say folder:foo/bar, and if so, is the\r
+path rooted, or can it match path sub-segments?\r
+\r
+i.e. which of these, if any, is "folder:foo/bar" like?\r
+\r
+  (.*/)?foo/bar(/.*)?\r
+  ^foo/bar$\r
+  ^foo/bar(/.*)?\r
+\r
+Thanks\r
+-- \r
+Rob Browning\r
+rlb @defaultvalue.org and @debian.org\r
+GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4\r