Inspired but need help searching folder names containing spaces
authorMatthew Lear <matt@bubblegen.co.uk>
Tue, 17 Feb 2015 22:04:17 +0000 (22:04 +0000)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:48:04 +0000 (14:48 -0700)
17/223c67ec0b4a8ffb5c9d58e512101f0f544c70 [new file with mode: 0644]

diff --git a/17/223c67ec0b4a8ffb5c9d58e512101f0f544c70 b/17/223c67ec0b4a8ffb5c9d58e512101f0f544c70
new file mode 100644 (file)
index 0000000..acaaa92
--- /dev/null
@@ -0,0 +1,119 @@
+Return-Path: <matt@bubblegen.co.uk>\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 E528A429E30\r
+       for <notmuch@notmuchmail.org>; Tue, 17 Feb 2015 14:25:27 -0800 (PST)\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 12DBvIfjimUM for <notmuch@notmuchmail.org>;\r
+       Tue, 17 Feb 2015 14:25:24 -0800 (PST)\r
+X-Greylist: delayed 390 seconds by postgrey-1.32 at olra;\r
+       Tue, 17 Feb 2015 14:25:24 PST\r
+Received: from sip.bubblegen.co.uk (bubblegen.plus.com [80.229.236.194])\r
+       (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 944DD431E82\r
+       for <notmuch@notmuchmail.org>; Tue, 17 Feb 2015 14:25:24 -0800 (PST)\r
+Message-ID: <54E3BAE1.1030004@bubblegen.co.uk>\r
+Date: Tue, 17 Feb 2015 22:04:17 +0000\r
+From: Matthew Lear <matt@bubblegen.co.uk>\r
+MIME-Version: 1.0\r
+To: notmuch@notmuchmail.org\r
+Subject: Inspired but need help searching folder names containing spaces\r
+Content-Type: text/plain; charset=utf-8\r
+Content-Transfer-Encoding: 8bit\r
+X-Mailman-Approved-At: Tue, 17 Feb 2015 22:52:21 -0800\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, 17 Feb 2015 22:25:28 -0000\r
+\r
+Hello all,\r
+\r
+As part of trying to cope with an extremely high amount of email at\r
+work, after a couple years of using X1 Search on Windows in conjunction\r
+with MS Outlook and many years getting incredibly frustrated at the lack\r
+of, and then failures of, email search features built into linux desktop\r
+environments such as KDE and Gnome, I craved a better tool for linux.\r
+Recently, I stumbled on the combination of offlineimap and notmuch and\r
+I'm convinced that this will make my world a better place. I'm still\r
+finding my way in terms of optimum ways to tag and filter my email, but\r
+this is a fun ongoing task that will continue over the coming weeks and\r
+months and I'm seeing a light at the end of the tunnel. So firstly,\r
+thank you.\r
+\r
+So...One thing I'm struggling with is searching for emails in folders\r
+which contain spaces in their name. The IMAP server at work is Exchange\r
+based and I have Inbox, Deleted Items and Sent Items folders (among many\r
+others) all at the same top level. I'm using the default offlineimap\r
+configuration which uses '.' as the separator. After a sync I have...\r
+\r
+mail/maildir/\r
+├── INBOX\r
+├── Deleted Items\r
+...\r
+└── Sent Items\r
+\r
+....on the file system. These directories have the cur, new and tmp sub\r
+directories associated with maildir. All ok so far.\r
+\r
+I have several emails in Deleted Items and Sent Items. I can ls and cat\r
+them just fine. What I cannot do, however, is search them with notmuch.\r
+Reading the very helpful replies in this thread\r
+(http://notmuchmail.org/pipermail/notmuch/2014/019053.html), I thought\r
+I'd stumbled on a solution. However, searching with..\r
+\r
+notmuch search 'folder:"Deleted Items"'\r
+\r
+.. throws up zero results.\r
+\r
+Confusingly, if I sync a different IMAP account with offlineimap and\r
+index it with notmuch, I can successfully search folders which contain\r
+spaces in their name, but in that account, these folders exist *under*\r
+INBOX, eg\r
+\r
+mail/maildir2/\r
+├── INBOX\r
+├── INBOX.Deleted Items\r
+...\r
+└── INBOX.Sent Items\r
+\r
+So searching with..\r
+\r
+notmuch search 'folder:"INBOX.Deleted Items"'\r
+\r
+..works.\r
+\r
+So why the difference? AFAICT the syntax I'm using is correct and should\r
+allow the string to be searched in the Xapian database. I just don't\r
+understand why one directory level seems to make a difference between a\r
+successful and an unsuccessful search.\r
+\r
+Any thoughts?\r
+\r
+If it helps I'm running notmuch 0.19 and xapian 1.2.18 on Gentoo linux.\r
+\r
+I suppose I don't need to sync Deleted Items, and I can tag -inbox\r
+emails sent by me, but I'd still like to be able to search both these\r
+folders if I need to.\r
+\r
+Can anybody help suggest what could be going wrong?\r
+\r
+Many thanks from a very happy new notmuch user.\r
+--  Matt\r