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 B5F27431FBC for ; Tue, 16 Feb 2010 02:47:47 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.047 X-Spam-Level: X-Spam-Status: No, score=-1.047 tagged_above=-999 required=5 tests=[AWL=-0.862, BAYES_40=-0.185] 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 LHXa9j4pxBGn for ; Tue, 16 Feb 2010 02:47:46 -0800 (PST) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by olra.theworths.org (Postfix) with ESMTP id 7B32D431FAE for ; Tue, 16 Feb 2010 02:47:46 -0800 (PST) Received: from localhost (unknown [192.168.200.4]) by max.feld.cvut.cz (Postfix) with ESMTP id E22BB19F3420; Tue, 16 Feb 2010 11:47:45 +0100 (CET) X-Virus-Scanned: IMAP AMAVIS Received: from max.feld.cvut.cz ([192.168.200.1]) by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new, port 10044) with ESMTP id fp2nRMc20TcG; Tue, 16 Feb 2010 11:47:19 +0100 (CET) Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id 49BC619F3A5E; Tue, 16 Feb 2010 11:22:02 +0100 (CET) Received: from steelpick.localdomain (k335-30.felk.cvut.cz [147.32.86.30]) (Authenticated sender: sojkam1) by imap.feld.cvut.cz (Postfix) with ESMTPSA id 16F34FA003; Tue, 16 Feb 2010 11:22:01 +0100 (CET) Received: from wsh by steelpick.localdomain with local (Exim 4.71) (envelope-from ) id 1NhKZ7-0002ut-OO; Tue, 16 Feb 2010 11:22:01 +0100 From: Michal Sojka To: David Edmondson , notmuch@notmuchmail.org In-Reply-To: <873a12hl3f.fsf@aw.hh.sledj.net> References: <1266226909-19360-1-git-send-email-dme@dme.org> <873a12hl3f.fsf@aw.hh.sledj.net> Date: Tue, 16 Feb 2010 11:22:01 +0100 Message-ID: <87zl39fpkm.fsf@steelpick.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] [PATCH] notmuch.el: Colour cited regions and signatures with message-cited-text-face. 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, 16 Feb 2010 10:47:47 -0000 Nice, it works for me. On Mon, 15 Feb 2010 10:03:32 +0000, David Edmondson wrote: > This version is over-eager in marking (non-)signatures. The second call > to 'overlay-put' needs to move inside the 'if' a line below. Could you please send a fixed patch so that it can be applied easilly. Michal