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 747924196F4 for ; Sat, 27 Mar 2010 13:49:33 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] autolearn=ham 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 WhkpS+RjP3Dg for ; Sat, 27 Mar 2010 13:49:32 -0700 (PDT) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by olra.theworths.org (Postfix) with ESMTP id A1FB14196F2 for ; Sat, 27 Mar 2010 13:49:32 -0700 (PDT) Received: from localhost (unknown [192.168.200.4]) by max.feld.cvut.cz (Postfix) with ESMTP id 08BD919F341C; Sat, 27 Mar 2010 21:49:32 +0100 (CET) X-Virus-Scanned: IMAP AMAVIS Received: from max.feld.cvut.cz ([192.168.200.1]) by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new, port 10044) with ESMTP id nyr-TYVEN2E3; Sat, 27 Mar 2010 21:49:30 +0100 (CET) Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id 75B4B19F3411; Sat, 27 Mar 2010 21:49:30 +0100 (CET) Received: from steelpick.2x.cz (r5da224.net.upc.cz [86.49.116.224]) (Authenticated sender: sojkam1) by imap.feld.cvut.cz (Postfix) with ESMTPSA id 666CBFA003; Sat, 27 Mar 2010 21:49:30 +0100 (CET) Received: from wsh by steelpick.2x.cz with local (Exim 4.71) (envelope-from ) id 1Nvcwe-0001s9-Ql; Sat, 27 Mar 2010 21:49:24 +0100 From: Michal Sojka To: Stewart Smith , notmuch@notmuchmail.org In-Reply-To: <8739zlijhp.fsf@steelpick.2x.cz> References: <1268926780-20045-1-git-send-email-sojkam1@fel.cvut.cz> <874ok68g1z.fsf@willster.local.flamingspork.com> <87sk7m91mt.fsf@steelpick.2x.cz> <8739zlijhp.fsf@steelpick.2x.cz> Date: Sat, 27 Mar 2010 21:49:24 +0100 Message-ID: <871vf5ij6z.fsf@steelpick.2x.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] Mailstore abstraction & maildir synchronization X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Sat, 27 Mar 2010 20:49:33 -0000 On Sat, 27 Mar 2010, Michal Sojka wrote: > On Fri, 26 Mar 2010, Michal Sojka wrote: > > On Wed, 24 Mar 2010, Stewart Smith wrote: > > > On Thu, 18 Mar 2010 16:39:36 +0100, Michal Sojka wrote: > > > > - Only file-based storage is suported. Notmuch access the files > > > > directly, and not via the mailstore interface. > > > > > > It'll be great when this is fixed... should be trivial to add a git > > > backend then. > > > > Yes, it seems to be quite trivial. I'll probably look at this tomorrow. > > Here it is. It was not so trivial, because it was needed to change > absolute paths to relative ones at several places. I forgot to mention that this is also available in git://rtime.felk.cvut.cz/notmuch.git branch mailstore-abstraction-v3 and can be viewed online at http://rtime.felk.cvut.cz/gitweb/notmuch.git. Michal