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 10A3A431FB6 for ; Mon, 17 Dec 2012 13:55:14 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.201 X-Spam-Level: X-Spam-Status: No, score=0.201 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=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 WJha0znc8NNp for ; Mon, 17 Dec 2012 13:55:12 -0800 (PST) Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id ECE3A431FBC for ; Mon, 17 Dec 2012 13:55:11 -0800 (PST) Received: by mail-we0-f181.google.com with SMTP id t11so2876082wey.26 for ; Mon, 17 Dec 2012 13:55:10 -0800 (PST) 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=kok5j5FrU/yMvFp1h+sv/S0SbEcZU8m+DVyR8nmc7XQ=; b=zNj5LDdOBouMi8ldUJOB1X65t9RIlv4PTgrFOsYjAXQByV2ijnEn8TKz8h5wGIHxtF Mywae+KRjxNifmXm5yJAFy8IdkBObKDFqEyRifEYfXXxSKXaoLgCJjZH7DU1cSwnDIIb Gx5YJ8HYtXBfhWwHHjeQeRg5cf7CJLeybcITnDx6pDoGFeMJOxv62OcaVvJfqGAJ1SO6 ptMK3QUiYG0Bb+4tNq7mepaJy4vivr9CQNmbzyX6v8zuONReki05jQria1KWacYzG+7E bKI8uG7pVZbsSV0q2t9fmvyTZFa02VfAyzNPLc7G4L+2Md38RwRj7YuXkzs5c2+Dqyk0 8x2Q== Received: by 10.180.19.136 with SMTP id f8mr236352wie.0.1355781310686; Mon, 17 Dec 2012 13:55:10 -0800 (PST) Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) by mx.google.com with ESMTPS id dw4sm14593320wib.1.2012.12.17.13.55.09 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 17 Dec 2012 13:55:09 -0800 (PST) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH v4 5/5] emacs: show: set default show-all-multipart/alternatives to nil Date: Mon, 17 Dec 2012 21:54:47 +0000 Message-Id: <1355781287-6010-6-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: <1355781287-6010-1-git-send-email-markwalters1009@gmail.com> References: <1355781287-6010-1-git-send-email-markwalters1009@gmail.com> 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: Mon, 17 Dec 2012 21:55:14 -0000 Now that the invisibility display of parts is present we no longer need to force the display of all multipart/alternatives: users can toggle them for themselves when needed. --- emacs/notmuch-show.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 05931b7..355ff49 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -94,7 +94,7 @@ visible for any given message." :group 'notmuch-hooks) ;; Mostly useful for debugging. -(defcustom notmuch-show-all-multipart/alternative-parts t +(defcustom notmuch-show-all-multipart/alternative-parts nil "Should all parts of multipart/alternative parts be shown?" :type 'boolean :group 'notmuch-show) -- 1.7.9.1