Re: [notmuch] [patch] store folder information
authorMarten Veldthuis <marten@veldthuis.com>
Tue, 15 Dec 2009 19:57:51 +0000 (20:57 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:53 +0000 (09:35 -0800)
d2/b8ddd942b40f166295654fa1a0aaa902beaf0b [new file with mode: 0644]

diff --git a/d2/b8ddd942b40f166295654fa1a0aaa902beaf0b b/d2/b8ddd942b40f166295654fa1a0aaa902beaf0b
new file mode 100644 (file)
index 0000000..4f74638
--- /dev/null
@@ -0,0 +1,69 @@
+Return-Path: <marten@veldthuis.com>\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 CADAF431FBC\r
+       for <notmuch@notmuchmail.org>; Tue, 15 Dec 2009 11:57:55 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\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 y+wugRBLFxQe for <notmuch@notmuchmail.org>;\r
+       Tue, 15 Dec 2009 11:57:55 -0800 (PST)\r
+Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com\r
+       [66.111.4.25])\r
+       by olra.theworths.org (Postfix) with ESMTP id 2CF04431FAE\r
+       for <notmuch@notmuchmail.org>; Tue, 15 Dec 2009 11:57:55 -0800 (PST)\r
+Received: from compute1.internal (compute1.internal [10.202.2.41])\r
+       by gateway1.messagingengine.com (Postfix) with ESMTP id 0BA39C7934;\r
+       Tue, 15 Dec 2009 14:57:51 -0500 (EST)\r
+Received: from heartbeat1.messagingengine.com ([10.202.2.160])\r
+       by compute1.internal (MEProxy); Tue, 15 Dec 2009 14:57:51 -0500\r
+DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com;\r
+       h=from:to:cc:subject:in-reply-to:references:date:message-id:mime-version:content-type;  s=smtpout; bh=L7+gnfcdjreAVBw+qvG7gY23KZY=;\r
+       b=cC7I9jJNt0nF0LYI2zlN0KBMk+X4+Rc48B9SGR1A7UW9o66wBvCVv1BvqWi4S6HeDCZw6u/NV9IGZqd9dMapgEh6XiEo2cM61R+d9dDmjZTjViO8ohXKTzwuRIaWxuwGUgqCxX9I62wZZxT9Zz8aq1s944LSsjHkfknTtzTa/mw=\r
+X-Sasl-enc: 1/VbYrPKoY6tOnwaNqEArjPbsTTYRfp0z/WbkoV4xOvy 1260907069\r
+Received: from veldthuis.com (marten.rgoc.rug.nl [129.125.147.35])\r
+       by mail.messagingengine.com (Postfix) with ESMTPSA id 541814AF737;\r
+       Tue, 15 Dec 2009 14:57:49 -0500 (EST)\r
+Received: by veldthuis.com (sSMTP sendmail emulation);\r
+       Tue, 15 Dec 2009 20:57:51 +0100\r
+From: Marten Veldthuis <marten@veldthuis.com>\r
+To: Ruben Pollan <meskio@sindominio.net>,\r
+       Andreas =?iso-8859-1?q?Kl=F6ckner?= <lists@informa.tiker.net>\r
+In-Reply-To: <20091215121635.GD2934@blackspot>\r
+References: <200912141421.52561.lists@informa.tiker.net>\r
+       <20091215121635.GD2934@blackspot>\r
+Date: Tue, 15 Dec 2009 20:57:51 +0100\r
+Message-ID:\r
+ <878wd4ggcg.fsf@marten.i-did-not-set--mail-host-address--so-tickle-me>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Cc: notmuch@notmuchmail.org\r
+Subject: Re: [notmuch] [patch] store folder information\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.12\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, 15 Dec 2009 19:57:56 -0000\r
+\r
+On Tue, 15 Dec 2009 13:16:35 +0100, Ruben Pollan <meskio@sindominio.net> wrote:\r
+> The patch works fine for me. I like it handles nicely the .foo.bar directories \r
+> so I can do searches for "folder:foo" and for "folder:bar".\r
+> \r
+> Reviewed-by: Ruben Pollan <meskio@sindominio.net>\r
+\r
+Second that, and I actually think it's a nicer solution than\r
+automatically adding tags based on folder.\r
+\r
+Reviewed-by: Marten Veldthuis <marten@veldthuis.com>\r
+\r
+-- \r
+- Marten\r