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 273D4431FAF for ; Fri, 12 Oct 2012 10:07:19 -0700 (PDT) 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 HyOnHIJBKjH1 for ; Fri, 12 Oct 2012 10:07:18 -0700 (PDT) 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 99BCF431FAE for ; Fri, 12 Oct 2012 10:07:18 -0700 (PDT) Received: from remotemail by tesseract.cs.unb.ca with local (Exim 4.72) (envelope-from ) id 1TMihh-00087z-Ik; Fri, 12 Oct 2012 14:07:17 -0300 Received: (nullmailer pid 10461 invoked by uid 1000); Fri, 12 Oct 2012 17:07:15 -0000 From: David Bremner To: Damien Cassou , notmuch@notmuchmail.org Subject: Re: [ANN] notmuch-labeler: Improves notmuch way of displaying labels In-Reply-To: References: User-Agent: Notmuch/0.14 (http://notmuchmail.org) Emacs/24.1.1 (x86_64-pc-linux-gnu) Date: Fri, 12 Oct 2012 14:07:15 -0300 Message-ID: <87lifbmxfg.fsf@maritornes.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain 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: Fri, 12 Oct 2012 17:07:19 -0000 Damien Cassou writes: > > If there is interest, I can help integrate into notmuch itself. > Hi Damien; It seeems like a nice UI enchancement, and people would not have to use it if they didn't like it, so in principle I guess we should work towards integrating it into notmuch upstream. I'm not an elisp expert, but I did find it strange to use use defadvice on your own code. Maybe I'm just too conservative. At some point we should probably get a patch series against notmuch mainline; I'll let other people comment on whether yes, now is the time (and thereby volunteering to review the patches ;).