Re: [notmuch] Quick thoughts on a notmuch daemon
authorMarten Veldthuis <marten@veldthuis.com>
Mon, 7 Dec 2009 22:55:24 +0000 (23:55 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:51 +0000 (09:35 -0800)
24/40c1db4eb4efa29452c360b92d587d37fc3785 [new file with mode: 0644]

diff --git a/24/40c1db4eb4efa29452c360b92d587d37fc3785 b/24/40c1db4eb4efa29452c360b92d587d37fc3785
new file mode 100644 (file)
index 0000000..a9e2bcd
--- /dev/null
@@ -0,0 +1,78 @@
+Return-Path: <marten@home.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 B867E431FBC\r
+       for <notmuch@notmuchmail.org>; Mon,  7 Dec 2009 14:55:33 -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 KFjdrqrWIXuJ for <notmuch@notmuchmail.org>;\r
+       Mon,  7 Dec 2009 14:55:33 -0800 (PST)\r
+Received: from mout.perfora.net (mout.perfora.net [74.208.4.194])\r
+       by olra.theworths.org (Postfix) with ESMTP id 9681C431FAE\r
+       for <notmuch@notmuchmail.org>; Mon,  7 Dec 2009 14:55:33 -0800 (PST)\r
+Received: from smtp01.online.nl (smtp01.online.nl [194.134.41.31])\r
+       by mx.perfora.net (node=mxus0) with ESMTP (Nemesis)\r
+       id 0M4pHR-1O0YQ52hY5-00zSPW for notmuch@notmuchmail.org;\r
+       Mon, 07 Dec 2009 17:55:33 -0500\r
+Received: from smtp01.online.nl (localhost [127.0.0.1])\r
+       by smtp01.online.nl (Postfix) with ESMTP id 8A2ED8E190;\r
+       Mon,  7 Dec 2009 23:55:29 +0100 (CET)\r
+Received: from gopher (s55919504.adsl.wanadoo.nl [85.145.149.4])\r
+       by smtp01.online.nl (Postfix) with ESMTP;\r
+       Mon,  7 Dec 2009 23:55:28 +0100 (CET)\r
+Received: by gopher (Postfix, from userid 1000)\r
+       id 14B7523213B; Mon,  7 Dec 2009 23:55:25 +0100 (CET)\r
+From: Marten Veldthuis <marten@veldthuis.com>\r
+To: David Bremner <david@tethera.net>, Carl Worth <cworth@cworth.org>,\r
+       Notmuch list <notmuch@notmuchmail.org>\r
+In-Reply-To: <87y6lewqtw.fsf@convex-new.cs.unb.ca>\r
+References: <874oo7hex2.fsf@yoom.home.cworth.org>\r
+       <87y6lewqtw.fsf@convex-new.cs.unb.ca>\r
+Date: Mon, 07 Dec 2009 23:55:24 +0100\r
+Message-ID: <87638i75sz.fsf@home.veldthuis.com>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-Online-Scanned: by Cloudmark authority (on smtp01.online.nl)\r
+Subject: Re: [notmuch] Quick thoughts on a notmuch daemon\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, 07 Dec 2009 22:55:33 -0000\r
+\r
+On Mon, 07 Dec 2009 15:02:03 -0400, David Bremner <david@tethera.net> wrote:\r
+> \r
+> On Thu, 03 Dec 2009 14:27:05 -0800, Carl Worth <cworth@cworth.org> wrote:\r
+> It might be a bit blue sky, but if this daemon could (optionally) talk\r
+> IMAP and translate tags into folders on the fly, this would be very\r
+> useful for people who need imap access to their mail as well as from an\r
+> custom notmuch client.\r
+\r
+For me, my IMAP needs are pretty much limited to my iPhone. I'm making\r
+do for now, but to make notmuch viable in the long term, what I'd need\r
+is:\r
+\r
+ * notmuch shouldn't choke on mails I had in notmuch's database, and\r
+   then marked read or deleted on my iPhone (which renames them in the\r
+   maildir). This is coming with the moving/deleting patches.\r
+ * notmuch should sync back read/unread state to maildir\r
+ * notmuch should move read stuff out of my inbox. It would be\r
+   acceptable if it moved everything into a designated archive folder\r
+   unless it had the 'inbox' tag assigned, in which case it moved it\r
+   there. Note that we have the moving/deleting patches, then this could\r
+   even be done as a script and some searches.\r
+\r
+With this, my inbox would be usable from my iPhone.\r
+\r
+-- \r
+- Marten\r