[PATCH v4 4/5] emacs: wash: fix fake-diff part to include msg parameter
Mark Walters
markwalters1009 at gmail.com
Mon Dec 17 13:54:46 PST 2012
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
More information about the notmuch
mailing list