Re: [notmuch] [RFC PATCH -V2] notmuch: Add support for multiple maildirs
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Mon, 23 Nov 2009 05:23:49 +0000 (10:53 +0530)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:40 +0000 (09:35 -0800)
21/da9a7cecd3e875a0a746a0f4720f25cddaea34 [new file with mode: 0644]

diff --git a/21/da9a7cecd3e875a0a746a0f4720f25cddaea34 b/21/da9a7cecd3e875a0a746a0f4720f25cddaea34
new file mode 100644 (file)
index 0000000..6b52921
--- /dev/null
@@ -0,0 +1,70 @@
+Return-Path: <aneesh.kumar@linux.vnet.ibm.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 18C9E431FAE\r
+       for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 21:23:57 -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 rq0ZdC0Wlwon for <notmuch@notmuchmail.org>;\r
+       Sun, 22 Nov 2009 21:23:55 -0800 (PST)\r
+Received: from e28smtp02.in.ibm.com (e28smtp02.in.ibm.com [122.248.162.2])\r
+       by olra.theworths.org (Postfix) with ESMTP id 1D4D0431FBC\r
+       for <notmuch@notmuchmail.org>; Sun, 22 Nov 2009 21:23:54 -0800 (PST)\r
+Received: from d28relay03.in.ibm.com (d28relay03.in.ibm.com [9.184.220.60])\r
+       by e28smtp02.in.ibm.com (8.14.3/8.13.1) with ESMTP id nAN5NpOL028229\r
+       for <notmuch@notmuchmail.org>; Mon, 23 Nov 2009 10:53:51 +0530\r
+Received: from d28av05.in.ibm.com (d28av05.in.ibm.com [9.184.220.67])\r
+       by d28relay03.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id\r
+       nAN5NpQt3731586\r
+       for <notmuch@notmuchmail.org>; Mon, 23 Nov 2009 10:53:51 +0530\r
+Received: from d28av05.in.ibm.com (loopback [127.0.0.1])\r
+       by d28av05.in.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id\r
+       nAN5Npvv021038\r
+       for <notmuch@notmuchmail.org>; Mon, 23 Nov 2009 16:23:51 +1100\r
+Received: from skywalker.linux.vnet.ibm.com (N20wks267599wss.in.ibm.com\r
+       [9.124.31.111])\r
+       by d28av05.in.ibm.com (8.14.3/8.13.1/NCO v10.0 AVin) with ESMTP id\r
+       nAN5NnSR021004\r
+       (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO);\r
+       Mon, 23 Nov 2009 16:23:51 +1100\r
+Date: Mon, 23 Nov 2009 10:53:49 +0530\r
+From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>\r
+To: Carl Worth <cworth@cworth.org>\r
+Message-ID: <20091123052349.GA10662@skywalker.linux.vnet.ibm.com>\r
+References:\r
+ <1258914526-30984-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com>\r
+       <87pr79gapl.fsf@yoom.home.cworth.org>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Content-Disposition: inline\r
+In-Reply-To: <87pr79gapl.fsf@yoom.home.cworth.org>\r
+User-Agent: Mutt/1.5.20 (2009-06-14)\r
+Cc: notmuch@notmuchmail.org\r
+Subject: Re: [notmuch] [RFC PATCH -V2] notmuch: Add support for multiple\r
+ maildirs\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: Mon, 23 Nov 2009 05:23:57 -0000\r
+\r
+On Mon, Nov 23, 2009 at 04:51:34AM +0100, Carl Worth wrote:\r
+> Finally, (and maybe I should have started with this), what's the actual\r
+> use case here? Is it difficult to just arrange all mail to be under one\r
+> top-level directory, (perhaps just using symlinks even).\r
+> \r
+\r
+Ok i switched to using a separate directory for notmuch and symlink the\r
+interested folders into that. So you can ignore the patch\r
+\r
+-aneesh\r