--- /dev/null
+Return-Path: <markwalters1009@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 10A3A431FB6\r
+ for <notmuch@notmuchmail.org>; Mon, 17 Dec 2012 13:55:14 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.201\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+ FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
+ RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id WJha0znc8NNp for <notmuch@notmuchmail.org>;\r
+ Mon, 17 Dec 2012 13:55:12 -0800 (PST)\r
+Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
+ [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id ECE3A431FBC\r
+ for <notmuch@notmuchmail.org>; Mon, 17 Dec 2012 13:55:11 -0800 (PST)\r
+Received: by mail-we0-f181.google.com with SMTP id t11so2876082wey.26\r
+ for <notmuch@notmuchmail.org>; Mon, 17 Dec 2012 13:55:10 -0800 (PST)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references;\r
+ bh=kok5j5FrU/yMvFp1h+sv/S0SbEcZU8m+DVyR8nmc7XQ=;\r
+ b=zNj5LDdOBouMi8ldUJOB1X65t9RIlv4PTgrFOsYjAXQByV2ijnEn8TKz8h5wGIHxtF\r
+ Mywae+KRjxNifmXm5yJAFy8IdkBObKDFqEyRifEYfXXxSKXaoLgCJjZH7DU1cSwnDIIb\r
+ Gx5YJ8HYtXBfhWwHHjeQeRg5cf7CJLeybcITnDx6pDoGFeMJOxv62OcaVvJfqGAJ1SO6\r
+ ptMK3QUiYG0Bb+4tNq7mepaJy4vivr9CQNmbzyX6v8zuONReki05jQria1KWacYzG+7E\r
+ bKI8uG7pVZbsSV0q2t9fmvyTZFa02VfAyzNPLc7G4L+2Md38RwRj7YuXkzs5c2+Dqyk0\r
+ 8x2Q==\r
+Received: by 10.180.19.136 with SMTP id f8mr236352wie.0.1355781310686;\r
+ Mon, 17 Dec 2012 13:55:10 -0800 (PST)\r
+Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
+ by mx.google.com with ESMTPS id dw4sm14593320wib.1.2012.12.17.13.55.09\r
+ (version=TLSv1/SSLv3 cipher=OTHER);\r
+ Mon, 17 Dec 2012 13:55:09 -0800 (PST)\r
+From: Mark Walters <markwalters1009@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v4 5/5] emacs: show: set default\r
+ show-all-multipart/alternatives to nil\r
+Date: Mon, 17 Dec 2012 21:54:47 +0000\r
+Message-Id: <1355781287-6010-6-git-send-email-markwalters1009@gmail.com>\r
+X-Mailer: git-send-email 1.7.9.1\r
+In-Reply-To: <1355781287-6010-1-git-send-email-markwalters1009@gmail.com>\r
+References: <1355781287-6010-1-git-send-email-markwalters1009@gmail.com>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 17 Dec 2012 21:55:14 -0000\r
+\r
+Now that the invisibility display of parts is present we no longer\r
+need to force the display of all multipart/alternatives: users can\r
+toggle them for themselves when needed.\r
+---\r
+ emacs/notmuch-show.el | 2 +-\r
+ 1 files changed, 1 insertions(+), 1 deletions(-)\r
+\r
+diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
+index 05931b7..355ff49 100644\r
+--- a/emacs/notmuch-show.el\r
++++ b/emacs/notmuch-show.el\r
+@@ -94,7 +94,7 @@ visible for any given message."\r
+ :group 'notmuch-hooks)\r
+ \r
+ ;; Mostly useful for debugging.\r
+-(defcustom notmuch-show-all-multipart/alternative-parts t\r
++(defcustom notmuch-show-all-multipart/alternative-parts nil\r
+ "Should all parts of multipart/alternative parts be shown?"\r
+ :type 'boolean\r
+ :group 'notmuch-show)\r
+-- \r
+1.7.9.1\r
+\r