Re: [PATCH 2/5] test: fix insert folder: searches
authorRob Browning <rlb@defaultvalue.org>
Sat, 25 Jan 2014 19:32:42 +0000 (13:32 +1800)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:59:22 +0000 (09:59 -0800)
97/01afbb7ce9844fc811c606b876305485cf5ad2 [new file with mode: 0644]

diff --git a/97/01afbb7ce9844fc811c606b876305485cf5ad2 b/97/01afbb7ce9844fc811c606b876305485cf5ad2
new file mode 100644 (file)
index 0000000..a989081
--- /dev/null
@@ -0,0 +1,90 @@
+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 862DD431FBD\r
+       for <notmuch@notmuchmail.org>; Sat, 25 Jan 2014 11:41:53 -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 CHXqf89Bni+T for <notmuch@notmuchmail.org>;\r
+       Sat, 25 Jan 2014 11:41:48 -0800 (PST)\r
+X-Greylist: delayed 541 seconds by postgrey-1.32 at olra;\r
+       Sat, 25 Jan 2014 11:41:48 PST\r
+Received: from defaultvalue.org (defaultvalue.org [70.85.129.156])\r
+       by olra.theworths.org (Postfix) with ESMTP id 587C6431FBC\r
+       for <notmuch@notmuchmail.org>; Sat, 25 Jan 2014 11:41:48 -0800 (PST)\r
+Received: from trouble.defaultvalue.org (localhost [127.0.0.1])\r
+       (Authenticated sender: rlb@defaultvalue.org)\r
+       by defaultvalue.org (Postfix) with ESMTPSA id B552490D2B;\r
+       Sat, 25 Jan 2014 13:32:42 -0600 (CST)\r
+Received: by trouble.defaultvalue.org (Postfix, from userid 1000)\r
+       id 5482F14E14B; Sat, 25 Jan 2014 13:32:42 -0600 (CST)\r
+From: Rob Browning <rlb@defaultvalue.org>\r
+To: Austin Clements <amdragon@MIT.EDU>\r
+Subject: Re: [PATCH 2/5] test: fix insert folder: searches\r
+References: <cover.1389304779.git.jani@nikula.org>\r
+       <7eb4b4ee3345e7b166f9dd142435da32ffeffc86.1389304779.git.jani@nikula.org>\r
+       <87txctm5zo.fsf@awakening.csail.mit.edu>\r
+Date: Sat, 25 Jan 2014 13:32:42 -0600\r
+In-Reply-To: <87txctm5zo.fsf@awakening.csail.mit.edu> (Austin Clements's\r
+       message of "Fri, 24 Jan 2014 16:20:43 -0500")\r
+Message-ID: <87y523rh5x.fsf@trouble.defaultvalue.org>\r
+User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\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: Sat, 25 Jan 2014 19:41:53 -0000\r
+\r
+Austin Clements <amdragon@MIT.EDU> writes:\r
+\r
+> This is the other reason I disagree with including cur/new.  If we strip\r
+> it, people's existing folder: searches will mostly continue to work.  If\r
+> we include it, such saved searches, scripted searches, and post-new\r
+> hooks are guaranteed to break.\r
+\r
+What about Maildir++'s ".folder" vs an mh (or other) "folder"?\r
+\r
+And it might be deemed unimportant, but always unifying cur/new will\r
+make it impossible for someone not using Maildir to independently refer to\r
+legitimate directories named cur and new.\r
+\r
+If it were feasible to rewrite queries, I'd be tempted to consider\r
+adding a fully literal path:, and then building a "more magic" maildir:\r
+or folder: on top, via rewriting.\r
+\r
+Regardless, I suspect that in the long run it might make sense to\r
+support literal searches somehowm, in addition to any more "friendly"\r
+option (that perhaps guesses about the mailstore type, etc.).\r
+\r
+One possibility might be to change the current literal folder: proposal\r
+to present itself as path: (leaving folder: alone).  Then any rework of\r
+folder: (as the friendlier term) could be considered independently.\r
+\r
+But I don't feel very strongly about any of this.  I'll be happy with\r
+any reasonable way to specify specific "folders" in a Maildir++ tree\r
+(with or without cur/new unification, etc.).\r
+\r
+Thanks\r
+-- \r
+Rob Browning\r
+rlb @defaultvalue.org and @debian.org\r
+GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A\r
+GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4\r