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 E6A164196F4 for ; Tue, 6 Apr 2010 00:38:32 -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 2HBQkJLlJxOc for ; Tue, 6 Apr 2010 00:38:32 -0700 (PDT) Received: from homiemail-a13.g.dreamhost.com (caiajhbdcaid.dreamhost.com [208.97.132.83]) by olra.theworths.org (Postfix) with ESMTP id 3F9644196F0 for ; Tue, 6 Apr 2010 00:38:32 -0700 (PDT) Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch [129.132.133.204]) by homiemail-a13.g.dreamhost.com (Postfix) with ESMTPA id 234726A806F; Tue, 6 Apr 2010 00:38:29 -0700 (PDT) Received: by sspaeth.de (sSMTP sendmail emulation); Tue, 06 Apr 2010 09:38:28 +0200 From: "Sebastian Spaeth" To: David Edmondson , notmuch@notmuchmail.org Subject: Re: [notmuch] [PATCH] notmuch.el: Allow citation suffixes to be shown as well as prefixes. In-Reply-To: <1266403911-16567-1-git-send-email-dme@dme.org> References: <1266403911-16567-1-git-send-email-dme@dme.org> Date: Tue, 06 Apr 2010 09:38:28 +0200 Message-ID: <874ojphvyj.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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, 06 Apr 2010 07:38:33 -0000 On Wed, 17 Feb 2010 10:51:51 +0000, David Edmondson wrote: > In many conversations the last few lines of a citation are more > interesting than the first few lines, hence allow those to be shown if > desired. > > Modify the face used for the citation button to distinguish it from > the surrounding citation. I've been using this patch and don't want to lose it. However, as it does not apply anymore due to the file moving, I'll reply with 2 updated patches that produce nicer citations. Sebastian