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 42B23431FC7 for ; Sat, 15 Dec 2012 00:15:57 -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 j3BSZtAYkZf9 for ; Sat, 15 Dec 2012 00:15:56 -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 2858C431FC2 for ; Sat, 15 Dec 2012 00:15:55 -0800 (PST) Received: by mail-we0-f181.google.com with SMTP id t11so1803420wey.26 for ; Sat, 15 Dec 2012 00:15:54 -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=hkhvxVhgTnQjv9xSEJxE4uh+OVCT5iEGAfMSqWfVLdY=; b=u9eIQh7pOQe/VfFiYUUNkBtd8+6uTCsyepRkdpqDn5Ro3FTdQfJfCljp51A8xbXvJ4 NHJgGgSPJZ9Z2FtMQ9LtHqImpebSs2ojk56xM9fpDUZeVbH3LwGJ3GdKyq3A4zU/B8Mi SCcNAOuYFV+ytghjvqBKnw0Ghj3UZlrN/PDPZHzIHE5zdidVb2gLJV9G5A8bjK0QRiT5 WOCvA5qNqP1GPzzyWcbvozHuTZz5YPplxSAl1EOQQT+isaCc7GUP3TvRt7y6LLY+vNN1 Px1AvoxWiFKNp+b+e40J6ghaKMjlFbSc/+5iRNNjb/Xr1aY74KWzWXXgpHuHetRZY2Sr pG6g== Received: by 10.194.157.227 with SMTP id wp3mr7598169wjb.3.1355559354020; Sat, 15 Dec 2012 00:15:54 -0800 (PST) Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) by mx.google.com with ESMTPS id y3sm960571wix.6.2012.12.15.00.15.52 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 15 Dec 2012 00:15:53 -0800 (PST) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH v3 5/5] emacs: show: set default show-all-multipart/alternatives to nil Date: Sat, 15 Dec 2012 08:15:37 +0000 Message-Id: <1355559338-14313-6-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: <1355559338-14313-1-git-send-email-markwalters1009@gmail.com> References: <1355559338-14313-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: Sat, 15 Dec 2012 08:15:57 -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 b11d65d..457f84a 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