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 5C42D431FBC for ; Tue, 19 Jan 2010 07:42:46 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.253 X-Spam-Level: X-Spam-Status: No, score=-0.253 tagged_above=-999 required=5 tests=[AWL=-0.254, BAYES_50=0.001] 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 ScyK5SeJMcHZ for ; Tue, 19 Jan 2010 07:42:45 -0800 (PST) Received: from homiemail-a19.g.dreamhost.com (mailbigip.dreamhost.com [208.97.132.5]) by olra.theworths.org (Postfix) with ESMTP id C2723431FAE for ; Tue, 19 Jan 2010 07:42:45 -0800 (PST) Received: from sspaeth.de (mtec-hg-docking-2-dhcp-062.ethz.ch [82.130.121.62]) by homiemail-a19.g.dreamhost.com (Postfix) with ESMTPA id D766B604069; Tue, 19 Jan 2010 07:42:43 -0800 (PST) Received: by sspaeth.de (sSMTP sendmail emulation); Tue, 19 Jan 2010 16:42:41 +0100 From: "Sebastian Spaeth" To: notmuch@notmuchmail.org In-Reply-To: <87my0aqgw9.fsf@veldthuis.com> References: <87pr57jvkz.fsf@SSpaeth.de> <201001181641.25647.sojkam1@fel.cvut.cz> <87hbqjwgmf.fsf@SSpaeth.de> <87my0a5i80.fsf@SSpaeth.de> <87my0aqgw9.fsf@veldthuis.com> Date: Tue, 19 Jan 2010 16:42:41 +0100 Message-ID: <878wbuxfri.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] Introducing notmuchsync 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: Tue, 19 Jan 2010 15:42:46 -0000 On Tue, 19 Jan 2010 16:00:06 +0100, Marten Veldthuis wrote: > On Tue, 19 Jan 2010 14:37:03 +0100, "Sebastian Spaeth" wrote: > > - Move read files from 'new' to 'cur' folder. At what point is that > > moving typically done in Maildir? When the user has actually looked > > at the mail? > > Yes, exactly that. Thanks Marten. Implemented moving from "new" to "cur" now. spaetz