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 83AE040D172 for ; Sun, 7 Nov 2010 14:16:39 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2 X-Spam-Level: X-Spam-Status: No, score=-2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, 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 Vs87Cm1i4OmX for ; Sun, 7 Nov 2010 14:16:29 -0800 (PST) Received: from homiemail-a18.g.dreamhost.com (caiajhbdcbbj.dreamhost.com [208.97.132.119]) by olra.theworths.org (Postfix) with ESMTP id 3DA5640D158 for ; Sun, 7 Nov 2010 14:16:29 -0800 (PST) Received: from homiemail-a18.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a18.g.dreamhost.com (Postfix) with ESMTP id 6BB26250069 for ; Sun, 7 Nov 2010 14:16:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=SSpaeth.de; h=from:to:subject :in-reply-to:references:date:message-id:mime-version: content-type; q=dns; s=sspaeth.de; b=RqnzPa29j2LWuBjAWyIz2if3zx3 VkYXn/2XwHyrNJFN1APPRJmtoFaNhAZ4RuI3SFgzXGEYIEZDeYzENNpvhj/bHHBr ZNd3laY4mK0GJuDtsEqtl6CoDaV8YcuU+MkfX7g0sRXCxWQdCbvexXC4Sdr+ufX7 4XmH8fkVB9+hlaxg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=SSpaeth.de; h=from:to :subject:in-reply-to:references:date:message-id:mime-version: content-type; s=sspaeth.de; bh=c3PUeoZx9enMNs8sPfDMXnD+UIM=; b=K bdw6GAJzV7RcO01KLc7JixzBh76/cXeZo2+u8FpM4lRixUCQkLP2IViNGS1PjfYr 2isBnNYk1lLA99nKFzT6b9BAmN25y0+x4gFkait81LdYLf9nJJLveDUi3Gry72vG drOPIGCAfmUsd59sYk15fusIxCT0DfzS09fYd6gaI4= Received: from spaetzbook.sspaeth.de (unknown [84.55.209.24]) (Authenticated sender: fax@sspaeth.de) by homiemail-a18.g.dreamhost.com (Postfix) with ESMTPA id E49DA250058 for ; Sun, 7 Nov 2010 14:16:26 -0800 (PST) Received: by spaetzbook.sspaeth.de (sSMTP sendmail emulation); Sun, 07 Nov 2010 23:16:25 +0100 From: Sebastian Spaeth To: notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: Add `notmuch-show-elide-same-subject', controlling the appearance of collapsed messages in notmuch-show mode. In-Reply-To: <878w17psjr.fsf@yoom.home.cworth.org> References: <1288950615-32406-1-git-send-email-dme@dme.org> <878w17psjr.fsf@yoom.home.cworth.org> User-Agent: Notmuch/0.3.1-127-g6d93d20 (http://notmuchmail.org) Emacs/23.1.1 (x86_64-pc-linux-gnu) Date: Sun, 07 Nov 2010 23:16:24 +0100 Message-ID: <87sjzcg4p3.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: Sun, 07 Nov 2010 22:16:39 -0000 On Fri, 05 Nov 2010 10:51:52 -0700, Carl Worth wrote: > > +(defcustom notmuch-show-elide-same-subject nil > > + "Do not show the subject of a collapsed message if it is the > > +same as that of the previous message." Just for the record. I really think this is an improvement that doesn't need a pref to clutter up my prefs. If it is good, let's just use it :-). Sebastian