Re: Alternative to no longer supported folder:foo* wildcard matching ?
authorDavid Bremner <david@tethera.net>
Tue, 10 Mar 2015 07:10:33 +0000 (08:10 +0100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:48:24 +0000 (14:48 -0700)
2b/0af1666d9250522d29cb9cab4d2160d20ac5ed [new file with mode: 0644]

diff --git a/2b/0af1666d9250522d29cb9cab4d2160d20ac5ed b/2b/0af1666d9250522d29cb9cab4d2160d20ac5ed
new file mode 100644 (file)
index 0000000..34eb8fe
--- /dev/null
@@ -0,0 +1,116 @@
+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 olra.theworths.org (Postfix) with ESMTP id 8C466431FAF\r
+       for <notmuch@notmuchmail.org>; Tue, 10 Mar 2015 00:11:43 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 2.438\r
+X-Spam-Level: **\r
+X-Spam-Status: No, score=2.438 tagged_above=-999 required=5\r
+       tests=[DNS_FROM_AHBL_RHSBL=2.438] 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 Rc8g8N-UQnHV for <notmuch@notmuchmail.org>;\r
+       Tue, 10 Mar 2015 00:11:40 -0700 (PDT)\r
+Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
+       [87.98.215.224])\r
+       (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 0C2F4431FAE\r
+       for <notmuch@notmuchmail.org>; Tue, 10 Mar 2015 00:11:40 -0700 (PDT)\r
+Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
+       4.80) (envelope-from <david@tethera.net>)\r
+       id 1YVEJT-0000nJ-86; Tue, 10 Mar 2015 07:10:47 +0000\r
+Received: (nullmailer pid 7677 invoked by uid 1000); Tue, 10 Mar 2015\r
+       07:10:33 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Jean-Marc Liotier <jm@liotier.org>, notmuch@notmuchmail.org\r
+Subject: Re: Alternative to no longer supported folder:foo* wildcard matching\r
+ ?\r
+In-Reply-To: <54FE37F4.7090605@liotier.org>\r
+References: <54FDFAAB.9080504@liotier.org>\r
+       <877fupzuzc.fsf@maritornes.cs.unb.ca> <54FE37F4.7090605@liotier.org>\r
+User-Agent: Notmuch/0.19+67~gdbe9924 (http://notmuchmail.org) Emacs/24.4.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Tue, 10 Mar 2015 08:10:33 +0100\r
+Message-ID: <87a8zlxr86.fsf@maritornes.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=utf-8\r
+Content-Transfer-Encoding: quoted-printable\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: Tue, 10 Mar 2015 07:11:43 -0000\r
+\r
+Jean-Marc Liotier <jm@liotier.org> writes:\r
+\r
+>\r
+> % cd ~/Maildir\r
+> % mkdir .NM_myTopLevelFolder\r
+> % ln -rs .myTopLevelFolder* -t .NM_myTopLevelFolder\r
+\r
+This is doing one level of links. If you want more hierarchy\r
+you'll have to create subdirectories with links to only some of your\r
+folders. In fact the NM_myTopLevelFolder doesn't seem useful to me,\r
+since you don't gain any new queries that way.\r
+\r
+So if you have .foo.*  and .bar.*, I would\r
+\r
+mkdir foo\r
+ln -rs .foo.* -t foo\r
+mkdir bar\r
+ln -rs .bar.* -t bar\r
+\r
+> On the downside:\r
+> - It doubles the number of messages to index (though then even=20\r
+> multiplied by two, my 300k messages are Not Much Mail=E2=84=A2 - but stil=\r
+l...)\r
+\r
+Conceivably this has to do with duplicating the top level folder, not\r
+sure; I don't see an increase. In particular I don't see in increase in\r
+the output of "notmuch count", so in notmuch jargon, the number of\r
+_messages_ does not increase but rather the number of _files_. There\r
+will obviously be some growth in the database size, but there was\r
+nothing too shocking in my experiments (I didn't measure carefully, but\r
+my database is still at around 30% of the raw mail size)\r
+\r
+> - myTopLevelFolder gets a NM_myTopLevelFolder twin and restricting the=20\r
+> search scope to it requires using its twin's name\r
+\r
+yes, I suppose that's true. But for "nice" symlink names this doesn't\r
+seem so terrible. But *shrug* it's a matter of taste.\r
+\r
+> - The additional messages are duplicates, so --remove-dups becomes=20\r
+> mandatory in any search query\r
+\r
+Based on the name, I'd suspect "remove-dups" corresponds roughly to the\r
+default behaviour of notmuch in reporting results.\r
+\r
+> - This method is good for restricting the search scope to a directory,\r
+> but not for excluding a directory from the search scope... Which alas\r
+> is what I desire most...\r
+\r
+Either I don't understand what you want, or this might again be\r
+something to do with notmuch-mutt. For me, queries like\r
+\r
+        notmuch count not 'path:list/**'=20\r
+\r
+and\r
+        notmuch count not 'path:list/**' and from:bremner\r
+\r
+work as expected.\r
+\r
+Hope this helps,\r
+\r
+d\r