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 AD07B431FAF for ; Wed, 28 Nov 2012 10:10:01 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled 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 sCSI2ev5wGNo for ; Wed, 28 Nov 2012 10:10:01 -0800 (PST) Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 0BF90431FAE for ; Wed, 28 Nov 2012 10:10:01 -0800 (PST) Received: from convex-new.cs.unb.ca ([131.202.245.35]) by tesseract.cs.unb.ca with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Tdm59-0000pL-Fv; Wed, 28 Nov 2012 14:09:59 -0400 Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.80) (envelope-from ) id 1Tdm54-0003o2-4R; Wed, 28 Nov 2012 14:09:54 -0400 From: David Bremner To: Jeremy Nickurak , notmuch Subject: Re: gmail label support in offlineimap - update In-Reply-To: References: <50B62409.7050706@gmail.com> User-Agent: Notmuch/0.14+76~g84a0c52 (http://notmuchmail.org) Emacs/24.2.1 (x86_64-pc-linux-gnu) Date: Wed, 28 Nov 2012 14:09:54 -0400 Message-ID: <87wqx5bnv1.fsf@convex-new.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain X-Spam_bar: - 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: Wed, 28 Nov 2012 18:10:01 -0000 Jeremy Nickurak writes: > The other direction sounds like it would be trickier though, since there's > no obvious way to say "what notmuch tags have changed since time X?". Is > this something that notmuch could provide? Not currently, but there have been patches proposed; see e.g. id:1323796305-28789-1-git-send-email-schnouki@schnouki.net > Alternatively, would it be a good idea to give notmuch a tags-changed hook, > so that an external tool could be called on a tag change? That sounds like > would solve this problem, keep the gmail/imap logic safely away from > notmuch, and probably provide some really interesting other opportunities > for automation of things by tags. See the thread at id:1342503373-16979-1-git-send-email-dominik@with-h.at for some patches and discussion.