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 7F6FC40D14B for ; Mon, 18 Oct 2010 07:12:49 -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 X0pkpZ9v9MLE for ; Mon, 18 Oct 2010 07:12:38 -0700 (PDT) Received: from everglades.pioto.org (mail.pioto.org [207.192.71.235]) by olra.theworths.org (Postfix) with ESMTP id B617B40D143 for ; Mon, 18 Oct 2010 07:12:38 -0700 (PDT) Received: from pioto.org (pit84.pair.com [216.92.130.84]) (Authenticated sender: pioto) by everglades.pioto.org (Postfix) with ESMTPSA id F287D1604B5 for ; Mon, 18 Oct 2010 10:12:37 -0400 (EDT) Date: Mon, 18 Oct 2010 10:12:31 -0400 From: Mike Kelly To: notmuch@notmuchmail.org Subject: Re: [PATCH 0/4] Maildir synchronization v2 Message-ID: <20101018101231.69904381@pioto.org> In-Reply-To: <1286972038-21064-1-git-send-email-sojkam1@fel.cvut.cz> References: <1286972038-21064-1-git-send-email-sojkam1@fel.cvut.cz> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.18.7; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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, 18 Oct 2010 14:12:49 -0000 On Wed, 13 Oct 2010 14:13:54 +0200 Michal Sojka wrote: > Hi, > > this is an updated version of patches sent in > id:1273580061-22580-1-git-send-email-sojkam1@fel.cvut.cz. Only the > last patch (tests) was actually updated to work with new test suite. > These patches has already been tested by several people and I think > they are ready to be merged. They can be pulled by: > > git pull git://rtime.felk.cvut.cz/notmuch maildir-sync-v2 I've tested these patches on Linux, and they seem to work as expected. However, I'd like to suggest/request that the level-4 syncing of a filename should happen in notmuch_(message|thread)_(add|remove)_tag(), not in notmuch-tag.cc. Otherwise, anyone using libnotmuch directly (e.g. alternative clients, things using python bindings, etc) will not benefit from this. -- Mike Kelly