Re: [notmuch] Git as notmuch object store (was: Potential problem using Git for mail)
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Mon, 25 Jan 2010 13:49:00 +0000 (14:49 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:02 +0000 (09:36 -0800)
dc/6ab23f688037c74829b17f42b67cd56d7feb2c [new file with mode: 0644]

diff --git a/dc/6ab23f688037c74829b17f42b67cd56d7feb2c b/dc/6ab23f688037c74829b17f42b67cd56d7feb2c
new file mode 100644 (file)
index 0000000..cdd117b
--- /dev/null
@@ -0,0 +1,75 @@
+Return-Path: <Sebastian@SSpaeth.de>\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 1FFED431FC0\r
+       for <notmuch@notmuchmail.org>; Mon, 25 Jan 2010 05:49:06 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.362\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.362 tagged_above=-999 required=5\r
+       tests=[AWL=-0.363, BAYES_50=0.001] autolearn=ham\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 hcggl4YEY7iz for <notmuch@notmuchmail.org>;\r
+       Mon, 25 Jan 2010 05:49:05 -0800 (PST)\r
+Received: from homiemail-a22.g.dreamhost.com (caiajhbdcbbj.dreamhost.com\r
+       [208.97.132.119])\r
+       by olra.theworths.org (Postfix) with ESMTP id 84B2A431FBC\r
+       for <notmuch@notmuchmail.org>; Mon, 25 Jan 2010 05:49:05 -0800 (PST)\r
+Received: from sspaeth.de (unknown [84.55.198.58])\r
+       by homiemail-a22.g.dreamhost.com (Postfix) with ESMTPA id 31CAC1A8071; \r
+       Mon, 25 Jan 2010 05:49:03 -0800 (PST)\r
+Received: by sspaeth.de (sSMTP sendmail emulation);\r
+       Mon, 25 Jan 2010 14:49:00 +0100\r
+From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>\r
+To: martin f krafft <madduck@madduck.net>,\r
+ Asheesh Laroia <asheesh@asheesh.org>\r
+In-Reply-To: <20100125004659.GA24818@lapse.rw.madduck.net>\r
+References: <20100111221909.GA30299@lapse.rw.madduck.net>\r
+       <1263267603-sup-302@elise>\r
+       <20100112045152.GA15275@lapse.rw.madduck.net>\r
+       <alpine.DEB.2.00.1001140254240.27198@vellum>\r
+       <20100114203730.GE4691@lapse.rw.madduck.net>\r
+       <alpine.DEB.2.00.1001210124590.24778@localhost>\r
+       <20100125004659.GA24818@lapse.rw.madduck.net>\r
+Date: Mon, 25 Jan 2010 14:49:00 +0100\r
+Message-ID: <87k4v670s3.fsf@SSpaeth.de>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Cc: notmuch <notmuch@notmuchmail.org>\r
+Subject: Re: [notmuch] Git as notmuch object store (was: Potential problem\r
+ using Git for mail)\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: Mon, 25 Jan 2010 13:49:06 -0000\r
+\r
+\r
+On Mon, 25 Jan 2010 13:46:59 +1300, martin f krafft <madduck@madduck.net> wrote:\r
+> I think we all kinda agreed that the Maildir flags should not be\r
+> used by notmuch and that things like Sebastian's notmuchsync should\r
+> be used if people wanted flags represented in Maildir filenames.\r
+\r
+While notmuchsync fullfils my needs, it is a kludge. It needs to call\r
+"notmuch" for each mail where a MailDir flag has changed (which can be\r
+quite often on an initial run, where most mails are likely to be read),\r
+this can take a long, long time. It would makes sense IMHO to at least\r
+pick pioto's "don't set unread if 'S' flag is set" on notmuch new[1].\r
+\r
+Or - at the very least - not to set the "unread" flag by default.\r
+\r
+Sebastian\r
+\r
+[1] pioto's noarg-count branch (http://git.pioto.org/gitweb/notmuch.git\r
+Announced in mail id:20100121204201.1C82764A0E@aether.pioto.org)\r