X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-wash.el;h=80c475c6c1b94dbf243c7af875a6b98fc3fd58d5;hb=72dcfede5114e6687ae778ee16016f800d74e964;hp=d6db4fa290970dd9bf851bd002f08f5e06fdc77d;hpb=8ba60168897e81133c85d9f4928b96ad4a4b6ffd;p=notmuch diff --git a/emacs/notmuch-wash.el b/emacs/notmuch-wash.el index d6db4fa2..80c475c6 100644 --- a/emacs/notmuch-wash.el +++ b/emacs/notmuch-wash.el @@ -23,7 +23,7 @@ (require 'coolj) -(declare-function notmuch-show-insert-bodypart "notmuch-show" (msg part depth)) +(declare-function notmuch-show-insert-bodypart "notmuch-show" (msg part depth &optional hide)) ;; @@ -115,7 +115,8 @@ lower).") (define-button-type 'notmuch-wash-button-invisibility-toggle-type 'action 'notmuch-wash-toggle-invisible-action 'follow-link t - 'face 'font-lock-comment-face) + 'face 'font-lock-comment-face + :supertype 'notmuch-button-type) (define-button-type 'notmuch-wash-button-citation-toggle-type 'help-echo "mouse-1, RET: Show citation"