Re: [PATCH 0/5] lib: make folder: prefix literal
authorTomi Ollila <tomi.ollila@iki.fi>
Wed, 5 Feb 2014 21:12:22 +0000 (23:12 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:59:45 +0000 (09:59 -0800)
0a/f0d0441446c0d49af9906db01b021be43fa9ca [new file with mode: 0644]

diff --git a/0a/f0d0441446c0d49af9906db01b021be43fa9ca b/0a/f0d0441446c0d49af9906db01b021be43fa9ca
new file mode 100644 (file)
index 0000000..4d79f15
--- /dev/null
@@ -0,0 +1,95 @@
+Return-Path: <tomi.ollila@iki.fi>\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 48650431FBF\r
+       for <notmuch@notmuchmail.org>; Wed,  5 Feb 2014 13:12:39 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 1.207\r
+X-Spam-Level: *\r
+X-Spam-Status: No, score=1.207 tagged_above=-999 required=5\r
+       tests=[MISSING_HEADERS=1.207] 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 iZBf+NREmJ2e for <notmuch@notmuchmail.org>;\r
+       Wed,  5 Feb 2014 13:12:31 -0800 (PST)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id 8440C431FAE\r
+       for <notmuch@notmuchmail.org>; Wed,  5 Feb 2014 13:12:31 -0800 (PST)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+       by guru.guru-group.fi (Postfix) with ESMTP id 95738100033\r
+       for <notmuch@notmuchmail.org>; Wed,  5 Feb 2014 23:12:22 +0200 (EET)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+Cc: notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 0/5] lib: make folder: prefix literal\r
+In-Reply-To: <m2vbwtwvnh.fsf@guru.guru-group.fi>\r
+References: <cover.1389304779.git.jani@nikula.org>\r
+       <87y525m649.fsf@awakening.csail.mit.edu>\r
+       <87r47wfltb.fsf@nikula.org> <87iot8f4vg.fsf@nikula.org>\r
+       <20140130220234.GI4375@mit.edu> <87fvo2yjc4.fsf@nikula.org>\r
+       <20140204200249.GO4375@mit.edu> <m2vbwtwvnh.fsf@guru.guru-group.fi>\r
+User-Agent: Notmuch/0.17+55~g4397960 (http://notmuchmail.org) Emacs/24.3.1\r
+       (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+       $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+       !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Wed, 05 Feb 2014 23:12:22 +0200\r
+Message-ID: <m261otmfgp.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\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: Wed, 05 Feb 2014 21:12:39 -0000\r
+\r
+On Wed, Feb 05 2014, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
+\r
+> On Tue, Feb 04 2014, Austin Clements <amdragon@MIT.EDU> wrote:\r
+>\r
+>\r
+> In zsh:\r
+>\r
+> $ echo whatever:/**\r
+> whatever:/**\r
+\r
+Except (retested after seeing related IRC msg from Austin):\r
+\r
+$ unsetopt no_nomatch\r
+$ echo whatever:/**\r
+zsh: no matches found: whatever:/**\r
+\r
+We can maybe document this (and bash nullglob) for users to decide\r
+how they want their shells to behave...\r
+\r
+Tomi\r
+\r
+\r
+> Quick check with:\r
+> ksh-20100621-12.el6.x86_64,\r
+> dash-0.5.5.1-3.1.el6.x86_64\r
+> busybox-1.15.1-20.el6.x86_64 (busybox sh & busybox ash)\r
+> and\r
+> http://sourceforge.net/projects/heirloom/files/heirloom-sh/050706/heirloom-sh-050706.tar.bz2/download\r
+>\r
+> all do the same (non-)expansion.\r
+>\r
+>\r
+> I vaguely remember some shells did puke some error when expansion yielded\r
+> no results... maybe some shell option does it. Definitely not mainstream\r
+> feature.\r
+\r
+... or maybe it is after all ;/\r
+\r
+>\r
+> Tomi\r
+\r