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 E7AB54196F3 for ; Thu, 22 Apr 2010 01:58:18 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.1 X-Spam-Level: X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5 tests=[BAYES_40=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001] 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 rz63LEajr8n5 for ; Thu, 22 Apr 2010 01:58:17 -0700 (PDT) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) by olra.theworths.org (Postfix) with ESMTP id 9729F431FC1 for ; Thu, 22 Apr 2010 01:58:17 -0700 (PDT) Received: by wyf23 with SMTP id 23so537748wyf.26 for ; Thu, 22 Apr 2010 01:58:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=fE9NiMc641vP3KPUHi0uwyT5NpuW1jQk3W/tLjoD3PE=; b=YPBqH58A7zIgfehga0C1CGFPYrlj0g0fLvIld6QTMCqaNtZoKIIiP2j8KIaRT7MyBi 9ORK2KcfbIutDpgWfDIHWqmSBC4A2igUf4/0Gqkem3Lx0HHzKP/kQe+fdBrwYCIupb2M 4iZF1rZsyr4URIovhYs/sy/mLerg4ShC5awUk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=xeQrmpI7s3kdJrWp/w4vzClif8ETFwxXlT5SHcDqAQy/XEYnmjCUmbkEKLtUoQaQCi RLecMExjHQHkXgsGEiqNplfJKS+RM9ZUV6QqfjKkukTdQBQP07VHtnGQ/UPiR+DKEpmh NYaCBBoEr0d12wWc8wBSo2BkvaP1ER+Sf+m+w= MIME-Version: 1.0 Received: by 10.216.89.140 with HTTP; Thu, 22 Apr 2010 01:58:16 -0700 (PDT) In-Reply-To: <87iq7kjz7c.fsf@yoom.home.cworth.org> References: <87sk722sfq.fsf@ut.hh.sledj.net> <87eiibq22s.fsf@ut.hh.sledj.net> <87iq7kjz7c.fsf@yoom.home.cworth.org> Date: Thu, 22 Apr 2010 04:58:16 -0400 Received: by 10.216.87.146 with SMTP id y18mr49236wee.127.1271926696740; Thu, 22 Apr 2010 01:58:16 -0700 (PDT) Message-ID: Subject: Re: pull request From: Servilio Afre Puentes To: Carl Worth Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: notmuch 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: Thu, 22 Apr 2010 08:58:19 -0000 On 21 April 2010 17:03, Carl Worth wrote: > On Mon, 19 Apr 2010 09:27:39 +0100, David Edmondson wrote: [...] > Meanwhile, another issue with the result of this series is that I now > seem to get rendering for both the text/plain and the text/html > alternatives when a message has both. For now, the paragraphs are > wrapped much more nicely in the rendering of the html portion, but links > are apparently entirely missing. The link URLs at least appear in the > text/plain rendering, (which is pretty ugly, but at least not impossible > to use). > > If we could get one version or the other working completely, then it > would be nice to display only one. I think that a better approach here would be to list them as parts if they are present, then have a [configurable] way to show only one by default, and the other would be available to show in-line. [...] >> commit e9d737feb5a49fd59e1f27bccd24cac2fd1ef749 >> >> =A0 =A0 emacs/notmuch-show.el: Add `notmuch-show-toggle-all' bound to M-= RET >> >> =A0 =A0 `notmuch-show-toggle-all' changes the visibility all of the mess= ages >> =A0 =A0 in the current thread. By default it makes all of the messages n= ot >> =A0 =A0 visible. With a prefix argument, it makes them all visible. > > I didn't push this one yet. > > The feature is *almost* what I want. It's just that I often want to open > all messages in a thread, (and I've never found myself wanting to close > all messages). So I'd like to switch which behavior requires the prefix > argument here. What I miss in this view sometimes is the possibility of being able to see the structure of the thread. A way to toggle the expanded state of the messages originally expanded when I first opened the view would do this very nicely. [...] > [Aside: We could improve our help screen by making RET on any line then > bring up the full help message for that function.] +1 >> commit b3be927b54956a7258f203159e0bdb954e686c80 >> >> =A0 =A0 emacs: Support for customizing search result display > > Finally, this is pushed. It's a quite lovely feature that's quite easy > to take advantage of from "M-x customize-group" "notmuch". > > Anyone, if you haven't tried that mode yet for customizing notmuch, you > should give it a try. (And we should add some hint somewhere to make it > easier to find. Perhaps a keybinding to get to the customization > buffer.) The help screen is a very good place to place a link to the customization screen. Servilio