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 1FFED431FC0 for ; Mon, 25 Jan 2010 05:49:06 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.362 X-Spam-Level: X-Spam-Status: No, score=-0.362 tagged_above=-999 required=5 tests=[AWL=-0.363, 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 hcggl4YEY7iz for ; Mon, 25 Jan 2010 05:49:05 -0800 (PST) Received: from homiemail-a22.g.dreamhost.com (caiajhbdcbbj.dreamhost.com [208.97.132.119]) by olra.theworths.org (Postfix) with ESMTP id 84B2A431FBC for ; Mon, 25 Jan 2010 05:49:05 -0800 (PST) Received: from sspaeth.de (unknown [84.55.198.58]) by homiemail-a22.g.dreamhost.com (Postfix) with ESMTPA id 31CAC1A8071; Mon, 25 Jan 2010 05:49:03 -0800 (PST) Received: by sspaeth.de (sSMTP sendmail emulation); Mon, 25 Jan 2010 14:49:00 +0100 From: "Sebastian Spaeth" To: martin f krafft , Asheesh Laroia In-Reply-To: <20100125004659.GA24818@lapse.rw.madduck.net> References: <20100111221909.GA30299@lapse.rw.madduck.net> <1263267603-sup-302@elise> <20100112045152.GA15275@lapse.rw.madduck.net> <20100114203730.GE4691@lapse.rw.madduck.net> <20100125004659.GA24818@lapse.rw.madduck.net> Date: Mon, 25 Jan 2010 14:49:00 +0100 Message-ID: <87k4v670s3.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: notmuch Subject: Re: [notmuch] Git as notmuch object store (was: Potential problem using Git for mail) 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: Mon, 25 Jan 2010 13:49:06 -0000 On Mon, 25 Jan 2010 13:46:59 +1300, martin f krafft wrote: > I think we all kinda agreed that the Maildir flags should not be > used by notmuch and that things like Sebastian's notmuchsync should > be used if people wanted flags represented in Maildir filenames. While notmuchsync fullfils my needs, it is a kludge. It needs to call "notmuch" for each mail where a MailDir flag has changed (which can be quite often on an initial run, where most mails are likely to be read), this can take a long, long time. It would makes sense IMHO to at least pick pioto's "don't set unread if 'S' flag is set" on notmuch new[1]. Or - at the very least - not to set the "unread" flag by default. Sebastian [1] pioto's noarg-count branch (http://git.pioto.org/gitweb/notmuch.git Announced in mail id:20100121204201.1C82764A0E@aether.pioto.org)