[PATCH v2 0/5] Use invisibility to toggle display of all parts including multipart

Subject: [PATCH v2 0/5] Use invisibility to toggle display of all parts including multipart

Date: Thu, 13 Dec 2012 09:11:59 +0000

To: notmuch@notmuchmail.org

Cc:

From: Mark Walters


This is version 2 of the patch series (version 1 at
id:1354663662-20524-1-git-send-email-markwalters1009@gmail.com)

Almost all of the changes and fixes are in response to Austin's
review. I have changed things as he suggested.

There are two small extra tiny patches in this version: I set the
default value of notmuch-show-all-multipart/alternative-parts to nil.

The second is to fix a bug reported by Jani: that fake-patch parts (as
provided by notmuch-wash) did not get hidden when the whole message
was hidden.  This was due to notmuch-wash-convert-inline-patch-to-part
not passing a msg on down to notmuch-show-insert-bodypart. Previously
this did not matter but with with this series msg is needed to
construct the correct overlays.

Best wishes

Mark




Mark Walters (5):
  emacs: show: modify insert-part-header to save the button text
  emacs: show: add overlays for each part
  emacs: show: add invisibility button action
  emacs: wash: fix fake-diff part to include msg parameter
  emacs: show: set default show-all-multipart/alternatives to nil

 emacs/notmuch-show.el |  115 ++++++++++++++++++++++++++++++++++++++-----------
 emacs/notmuch-wash.el |    2 +-
 2 files changed, 90 insertions(+), 27 deletions(-)

-- 
1.7.9.1


Thread: