Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 2FE81431FBC for ; Mon, 7 Dec 2009 11:02:06 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vRzDHnXeV-3w for ; Mon, 7 Dec 2009 11:02:05 -0800 (PST) Received: from mout.perfora.net (mout.perfora.net [74.208.4.194]) by olra.theworths.org (Postfix) with ESMTP id 94C1A431FAE for ; Mon, 7 Dec 2009 11:02:05 -0800 (PST) Received: from convex-new.cs.unb.ca (convex-new.cs.unb.ca [131.202.245.35]) by mx.perfora.net (node=mxus1) with ESMTP (Nemesis) id 0LgJG0-1NuNZp0F64-00oCVt for notmuch@notmuchmail.org; Mon, 07 Dec 2009 14:02:05 -0500 Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.69) (envelope-from ) id 1NHiqR-0001jM-8S; Mon, 07 Dec 2009 15:02:03 -0400 From: David Bremner To: Carl Worth , Notmuch list In-Reply-To: <874oo7hex2.fsf@yoom.home.cworth.org> References: <874oo7hex2.fsf@yoom.home.cworth.org> Date: Mon, 07 Dec 2009 15:02:03 -0400 Message-ID: <87y6lewqtw.fsf@convex-new.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] Quick thoughts on a notmuch daemon X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Dec 2009 19:02:06 -0000 On Thu, 03 Dec 2009 14:27:05 -0800, Carl Worth wrote: > But with the other commands in place, (such as search and show), then > this could operate over ssh and all that would be necessary is one > additional command not in the current command line, (for "give me this > file"). And then the client could just maintain a local cache of mail > files as needed. It might be a bit blue sky, but if this daemon could (optionally) talk IMAP and translate tags into folders on the fly, this would be very useful for people who need imap access to their mail as well as from an custom notmuch client. Of course it would be nice to be able to just drop a back-end into some well tested server that dealt with authentication and the imap protocol. As long as we're tossing out projects :) d