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 B6A1E431FBD for ; Tue, 18 Dec 2012 11:28:24 -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 zcNnh9P4hJEY for ; Tue, 18 Dec 2012 11:28:22 -0800 (PST) Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 3519A431FBF for ; Tue, 18 Dec 2012 11:28:21 -0800 (PST) Received: by mail-wg0-f43.google.com with SMTP id e12so478677wge.34 for ; Tue, 18 Dec 2012 11:28:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=5LnBbBKCcuKyVwSaFKH42TXTeCd1kQAhns/Rk4zMPGk=; b=MbR7QfogIQn3SM0tBY326slg3lHs9NfEQvXcAow9JzWjA7Chu0TEBPTdhwQzhUtmYD XP1jTjuC6v3lF1h2vZkONQIikObkhygmHF4N1kJovge4ARQeDelIbioPpugdUm/SQ1VG fwXiy7fXwyIqyUrYDbh7E/EUrcShQUKGJG0QghlKJX5r1BgnVKZQUfg3jogf54sKGX/J PE8BNWdYMNGqbkMlv4Nm3IXt1s+Hw3P9CmMVcyC0RpEtdk232DIIGUiTYuVWg4W93J23 waTzQ5BQJkWI3VC0971fHEGwoEzqolomZkr0Hkvq9x7t5jNgOcyO/YQyrJ2Zqi5m4nCc rMIA== X-Received: by 10.181.11.234 with SMTP id el10mr7010782wid.7.1355858900012; Tue, 18 Dec 2012 11:28:20 -0800 (PST) Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31]) by mx.google.com with ESMTPS id h19sm17170256wiv.7.2012.12.18.11.28.18 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 18 Dec 2012 11:28:19 -0800 (PST) From: Mark Walters To: notmuch@notmuchmail.org Subject: [PATCH v5 4/4] emacs: show: set default show-all-multipart/alternatives to nil Date: Tue, 18 Dec 2012 19:28:00 +0000 Message-Id: <1355858880-16329-5-git-send-email-markwalters1009@gmail.com> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: <1355858880-16329-1-git-send-email-markwalters1009@gmail.com> References: <1355858880-16329-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: Tue, 18 Dec 2012 19:28:25 -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 f9366d0..5751d98 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