The fake-diff part from notmuch wash did not pass the msg parameter to
notmuch-show-insert-bodypart. Previously this did not matter, but is
now needed to get the overlays right for invisibility.
---
 emacs/notmuch-wash.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/emacs/notmuch-wash.el b/emacs/notmuch-wash.el
index 7d003a2..b2affba 100644
--- a/emacs/notmuch-wash.el
+++ b/emacs/notmuch-wash.el
@@ -378,7 +378,7 @@ for error."
                               (plist-get
                                (plist-get msg :headers) :Subject))))
        (delete-region (point-min) (point-max))
-       (notmuch-show-insert-bodypart nil part depth)))))
+       (notmuch-show-insert-bodypart msg part depth)))))

 ;;

-- 
1.7.9.1

Reply via email to