Re: [PATCH 1/4] Mailstore abstraction interface
authorStewart Smith <stewart@flamingspork.com>
Tue, 13 Apr 2010 21:49:12 +0000 (14:49 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:38 +0000 (09:36 -0800)
c6/0b4d3da05c37323cf74e9e8c8e347d8a9b4fbc [new file with mode: 0644]

diff --git a/c6/0b4d3da05c37323cf74e9e8c8e347d8a9b4fbc b/c6/0b4d3da05c37323cf74e9e8c8e347d8a9b4fbc
new file mode 100644 (file)
index 0000000..7cfddde
--- /dev/null
@@ -0,0 +1,67 @@
+Return-Path: <stewart@flamingspork.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 280C1431FC1\r
+       for <notmuch@notmuchmail.org>; Tue, 13 Apr 2010 14:49:15 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.001\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5\r
+       tests=[BAYES_40=-0.001] autolearn=unavailable\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 chnecevdkKjq for <notmuch@notmuchmail.org>;\r
+       Tue, 13 Apr 2010 14:49:13 -0700 (PDT)\r
+Received: from kaylee.flamingspork.com (kaylee.flamingspork.com\r
+       [74.207.245.61])\r
+       by olra.theworths.org (Postfix) with ESMTP id C71524196F2\r
+       for <notmuch@notmuchmail.org>; Tue, 13 Apr 2010 14:49:13 -0700 (PDT)\r
+Received: from willster (localhost [127.0.0.1])\r
+       by kaylee.flamingspork.com (Postfix) with ESMTPS id 2F8DA63B7;\r
+       Tue, 13 Apr 2010 21:44:00 +0000 (UTC)\r
+Received: by willster (Postfix, from userid 1000)\r
+       id 5B0DA10ADA5C; Wed, 14 Apr 2010 07:49:12 +1000 (EST)\r
+From: Stewart Smith <stewart@flamingspork.com>\r
+To: Carl Worth <cworth@cworth.org>, Michal Sojka <sojkam1@fel.cvut.cz>,\r
+       notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 1/4] Mailstore abstraction interface\r
+In-Reply-To: <87aat7kznb.fsf@yoom.home.cworth.org>\r
+References: <1270737766-29237-1-git-send-email-sojkam1@fel.cvut.cz>\r
+       <1270737766-29237-2-git-send-email-sojkam1@fel.cvut.cz>\r
+       <87aat7kznb.fsf@yoom.home.cworth.org>\r
+Date: Tue, 13 Apr 2010 14:49:12 -0700\r
+Message-ID: <87aat7qazr.fsf@willster.local.flamingspork.com>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\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, 13 Apr 2010 21:49:15 -0000\r
+\r
+On Tue, 13 Apr 2010 10:53:12 -0700, Carl Worth <cworth@cworth.org> wrote:\r
+> This series is looking like one of the most complete approaches to\r
+> maildir-flag synchronization, (and I like some of the motivation that\r
+> leads to "notmuch cat"). But I think the mailstore abstraction is\r
+> largely a distraction from the real features here.\r
+\r
+For my case (of wanting to have backup of my mailstore complete in\r
+reasonable time, preferably using less disk space) of wanting mail in\r
+git packs, 'notmuch cat' being used everywhere removes a lot of the\r
+issues of doing this.\r
+\r
+(pluggin in an alternative to readdir is fairly simple... but the emacs\r
+UI needs to read from it too :)\r
+\r
+-- \r
+Stewart Smith\r