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 6473340D166 for ; Sun, 7 Nov 2010 13:03:49 -0800 (PST) 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 7LdW0T7Y7q+f for ; Sun, 7 Nov 2010 13:03:38 -0800 (PST) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by olra.theworths.org (Postfix) with ESMTP id 0ABCF40D162 for ; Sun, 7 Nov 2010 13:03:37 -0800 (PST) Received: from localhost (unknown [192.168.200.4]) by max.feld.cvut.cz (Postfix) with ESMTP id EC1EA19F33EE; Sun, 7 Nov 2010 22:03:35 +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 jyDdlR-ys2hW; Sun, 7 Nov 2010 22:03:34 +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 AF47119F33ED; Sun, 7 Nov 2010 22:03:33 +0100 (CET) Received: from steelpick.2x.cz (note-sojka.felk.cvut.cz [147.32.86.30]) (Authenticated sender: sojkam1) by imap.feld.cvut.cz (Postfix) with ESMTPSA id 96FE8FA003; Sun, 7 Nov 2010 22:03:33 +0100 (CET) Received: from wsh by steelpick.2x.cz with local (Exim 4.72) (envelope-from ) id 1PFCOj-0001NS-7G; Sun, 07 Nov 2010 22:03:33 +0100 From: Michal Sojka To: Sebastian Spaeth , Dirk Hohndel , notmuch@notmuchmail.org Subject: Re: [PATCH 0/4] Maildir synchronization In-Reply-To: <87y698xltx.fsf@SSpaeth.de> References: <1273580061-22580-1-git-send-email-sojkam1@fel.cvut.cz> <87d3w082dh.fsf@linux-g6p1.site> <87y698xltx.fsf@SSpaeth.de> User-Agent: Notmuch/0.4-30-ga01dbf0 (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) Date: Sun, 07 Nov 2010 22:03:33 +0100 Message-ID: <87eiawhmmy.fsf@steelpick.2x.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Sun, 07 Nov 2010 21:03:49 -0000 On Fri, 05 Nov 2010, Sebastian Spaeth wrote: > On Wed, 09 Jun 2010 20:01:15 -0700, Dirk Hohndel wrote: > > I've been using them for a while as well and love the feature, but I > > keep running into situations where notmuch seems to get out of sync > > regarding file names on disk. I haven't done a lot of searching on what > > exactly causes this - but the symptom is that you'll open a message, > > read it and then try to do something on it (like, save an attachment) > > and suddenly are told that the message file on disk can't be found. > > Or that you reply to a message and just as you are trying to send the > > reply things fail for the same reason. > > But didn't Michal say that it gets the messages by id rather than > filename now? In that case, this might have gone away... Yes, yesterday Carl merged --format=raw a.k.a. cat and these problems doesn't occur now. -Michal