From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id C18E34196F0 for ; Tue, 23 Mar 2010 01:53:28 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5 tests=[BAYES_40=-0.001, RCVD_IN_DNSWL_NONE=-0.0001] 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 GR13AVqscRuq for ; Tue, 23 Mar 2010 01:53:28 -0700 (PDT) Received: from homiemail-a12.g.dreamhost.com (mailbigip.dreamhost.com [208.97.132.5]) by olra.theworths.org (Postfix) with ESMTP id DF832431FC1 for ; Tue, 23 Mar 2010 01:53:27 -0700 (PDT) Received: from sspaeth.de (als-public-dock-157-dhcp.ethz.ch [82.130.77.157]) by homiemail-a12.g.dreamhost.com (Postfix) with ESMTPA id 5DBBC714058; Tue, 23 Mar 2010 01:53:25 -0700 (PDT) Received: by sspaeth.de (sSMTP sendmail emulation); Tue, 23 Mar 2010 09:53:22 +0100 From: "Sebastian Spaeth" To: Michal Sojka , Emil Sit , notmuch@notmuchmail.org In-Reply-To: <8739zshvrk.fsf@steelpick.2x.cz> References: <1268881147-32503-1-git-send-email-sit@emilsit.net> <8739zshvrk.fsf@steelpick.2x.cz> Date: Tue, 23 Mar 2010 09:53:22 +0100 Message-ID: <87ljdjiflp.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [PATCH] notmuch-new: Parse some maildir flags for labels 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, 23 Mar 2010 08:53:28 -0000 > if I remember, there has been at least three different patches for this, > so you are the fourth :-) You're right that it helps a lot with initial > import. To promote my work a little bit, I use bidirectional > synchronization between maildir flags and notmuch tags, which I sent in > id:1268926780-20045-4-git-send-email-sojkam1@fel.cvut.cz. I use IMAP > clients from time to time and this helps me a lot because the IMAP > server has almost never outdated status. And it shows the need for such a patch :-). It doesn't hurt people who stop using IMAP flags, and it helps those who still can't use notmuch locally all the time... So +1 from me to get one of the patches into mainline. Sebastian