X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-lib.el;h=cb9be30177013e7fc24783fc77091357043c801b;hb=3bf27d6c5867a14c58735adba36a3a9ead06a8ff;hp=f4454be61610c25defd5d36b0df31b81002b860d;hpb=e8414a72d478b55d2a5dd8b2fb30c67ee60b1732;p=notmuch diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index f4454be6..cb9be301 100644 --- a/emacs/notmuch-lib.el +++ b/emacs/notmuch-lib.el @@ -24,17 +24,6 @@ (defvar notmuch-command "notmuch" "Command to run the notmuch binary.") -(declare-function notmuch-toggle-invisible-action "notmuch" (cite-button)) - -(define-button-type 'notmuch-button-invisibility-toggle-type - 'action 'notmuch-toggle-invisible-action - 'follow-link t - 'face 'font-lock-comment-face) - -(define-button-type 'notmuch-button-headers-toggle-type - 'help-echo "mouse-1, RET: Show headers" - :supertype 'notmuch-button-invisibility-toggle-type) - ;; XXX: This should be a generic function in emacs somewhere, not ;; here. (defun point-invisible-p ()