From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id AC1C0431FB6 for ; Fri, 19 Oct 2012 09:14:48 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 w80BRFppc91y for ; Fri, 19 Oct 2012 09:14:48 -0700 (PDT) Received: from mail-vc0-f181.google.com (mail-vc0-f181.google.com [209.85.220.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 386C1431FAE for ; Fri, 19 Oct 2012 09:14:48 -0700 (PDT) Received: by mail-vc0-f181.google.com with SMTP id n11so685046vch.26 for ; Fri, 19 Oct 2012 09:14:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=zXJNxUoUWuMrmutplRE752OEtdmOGtXEBR73h9zw3tw=; b=0FXFd06NHDF6O5ifnku/ExDp2WIWzSP2u8/Q2k/gtGhhg3X6WigHPKnIxGHUyrnRyP Po/W3BGV9OKlA9wvP4lsOxGnXidYJRfEXCniFMgWNU65cjCkHd6y33yqkyQfQ4yfayzU zzH7HYT2yBE5yKrGzUPxtp8Pd3OdvtJx8PcAg6seU4+scgQGIwpkv9sGHOUAdAXKeGYH Ka2dLsQTwthmb5bXLSVo1GCMCqNtfFVQN1OxnJQWkV7xNv0KjyrGnD7AaXGdPC2aKB5a iuq3gzhLyDQb2NCdw0+vM6Bdz/oD1s6iCsaDoWKXqAASIeg1nlsUj/mGgea8J5PMNts7 V7JQ== Received: by 10.52.29.233 with SMTP id n9mr1838058vdh.30.1350663287482; Fri, 19 Oct 2012 09:14:47 -0700 (PDT) Received: from smtp.gmail.com (p70-80.acedsl.com. [66.114.70.80]) by mx.google.com with ESMTPS id xf2sm1757140vec.12.2012.10.19.09.14.46 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 19 Oct 2012 09:14:46 -0700 (PDT) From: Ethan Glasser-Camp To: notmuch@notmuchmail.org Subject: [PATCH] Add NEWS item for multipart/alternative toggle Date: Fri, 19 Oct 2012 12:14:40 -0400 Message-Id: <1350663280-2454-1-git-send-email-ethan@betacantrips.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <8762agh73q.fsf@qmul.ac.uk> References: <8762agh73q.fsf@qmul.ac.uk> Cc: Ethan Glasser-Camp 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, 19 Oct 2012 16:14:48 -0000 Users who relied on notmuch-show-all-multipart/alternative-parts might need to know that it is now buffer-local. Signed-off-by: Ethan Glasser-Camp --- Hi! I'm trying to figure out the status of this patch series, which seems to have fallen through the cracks. It looks like Jani's solution exists and works, though it isn't perfect. I would like to get Jani's solution applied until someone who is sufficiently motivated decides to work on fancy cycle-multipart-message things. It seems like the last hurdle is that Mark would like Jani to put the buffer-localization of notmuch-show-all-multipart/alternative-parts in NEWS. Here's that. However, it also seems like there was a disagreement about design direction -- should multiple alternative parts be toggled so you can see them all at once, or cycled so you can see one at a time? See id:"87d32yadl5.fsf@qmul.ac.uk". I'm for the code that works now which is Jani's patch. NEWS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS b/NEWS index 2b50ba3..fc9b50a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Emacs Interface +--------------- + +Display of multipart messages + + Displaying multipart/alternative parts has been made a toggle, the + same way as indentation and message decryption. + notmuch-show-all-multipart/alternative-parts is now buffer-local, so + if you have set it using setq, you will have to update that to use + setq-default. + Notmuch 0.14 (2012-08-20) ========================= -- 1.7.9.5