From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <markwalters1009@gmail.com>
Received: from localhost (localhost [127.0.0.1])
	by olra.theworths.org (Postfix) with ESMTP id 96EF3431FAF
	for <notmuch@notmuchmail.org>; Sun, 23 Dec 2012 06:10:23 -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 dDlsXEYT0LNF for <notmuch@notmuchmail.org>;
	Sun, 23 Dec 2012 06:10:23 -0800 (PST)
Received: from mail-we0-f182.google.com (mail-we0-f182.google.com
	[74.125.82.182]) (using TLSv1 with cipher RC4-SHA (128/128 bits))
	(No client certificate requested)
	by olra.theworths.org (Postfix) with ESMTPS id 08979431FAE
	for <notmuch@notmuchmail.org>; Sun, 23 Dec 2012 06:10:22 -0800 (PST)
Received: by mail-we0-f182.google.com with SMTP id u54so3010767wey.13
	for <notmuch@notmuchmail.org>; Sun, 23 Dec 2012 06:10: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;
	bh=U7Ych1tyisDYuhehRT6OkKv+gj7VLehJaoxo1c+YiL0=;
	b=KGQLLCV59r4m1OtTkdCt5zBtDfA4v5jm7sNFHpY0ZxX0xo1hrqeAD4XzAGYgg/qw/E
	WQ639OIs2qhlF7tu+DgEbP0dfPL5hTAKI5ZxFnPqoEqZwzgKDNEeCUFXiua4xqJEodqS
	+ncHXZm0Yewre0zULFiEb/F2WCWxfOq3N7KQQkMFNz9cSF4Pxdlv7dOpocyHDtgzHcGp
	YfY9FYCkXhNs7RKUPnPBagIdxVDsYTpWWvulXDWyvH4i5KnaDK79WKWIbFVsohfWYOlm
	K4hRXRo2EBUJ1zlduML/RJLkcfxf8Mz5NronMWGE0Tnsgfdenp2S7IUfi1sf5i1OppXS
	QHmQ==
X-Received: by 10.194.5.74 with SMTP id q10mr32033755wjq.13.1356271820489;
	Sun, 23 Dec 2012 06:10: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 s16sm34061402wii.0.2012.12.23.06.10.19
	(version=TLSv1/SSLv3 cipher=OTHER);
	Sun, 23 Dec 2012 06:10:19 -0800 (PST)
From: Mark Walters <markwalters1009@gmail.com>
To: notmuch@notmuchmail.org
Subject: [PATCH] NEWS for emacs part visibility change
Date: Sun, 23 Dec 2012 14:10:15 +0000
Message-Id: <1356271815-2549-1-git-send-email-markwalters1009@gmail.com>
X-Mailer: git-send-email 1.7.9.1
X-BeenThere: notmuch@notmuchmail.org
X-Mailman-Version: 2.1.13
Precedence: list
List-Id: "Use and development of the notmuch mail system."
	<notmuch.notmuchmail.org>
List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,
	<mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>
List-Archive: <http://notmuchmail.org/pipermail/notmuch>
List-Post: <mailto:notmuch@notmuchmail.org>
List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>
List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,
	<mailto:notmuch-request@notmuchmail.org?subject=subscribe>
X-List-Received-Date: Sun, 23 Dec 2012 14:10:23 -0000

---
Here is some news for the recent part visibility change. I am not
completely happy with the wording so please do read. In particular
should it mention how the user's preferred part is chosen
(notmuch-multipart/alternative-discouraged etc)?

Best wishes

Mark


 NEWS |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index 3e48501..d290934 100644
--- a/NEWS
+++ b/NEWS
@@ -63,6 +63,16 @@ Removal of the deprecated `notmuch-folders` variable
   has now been removed. Any remaining users should migrate to
   `notmuch-saved-searches`.
 
+Visibility of mime parts can be toggled
+
+  The visibility of mime parts that can be displayed in the emacs show
+  buffer can be toggled by activating the part button (either by
+  pressing RET on it or with a mouse click). In particular, the
+  "alternative" parts of a multipart/alternative email can be viewed.
+  Note: the default has changed and only the user preferred part of a
+  multipart/alternative email is displayed. To restore the old
+  behaviour set `notmuch-show-all-multipart/alternative-parts` to t.
+
 Emacs now buttonizes mid: links
 
   mid: links are a standardized way to link to messages by message ID
-- 
1.7.9.1