X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-lib.el;h=cb9be30177013e7fc24783fc77091357043c801b;hp=f4454be61610c25defd5d36b0df31b81002b860d;hb=e26d767897e8ab59f05808a12ac5c9c1e3c7030f;hpb=55d06f3e0bc12c27879bba98153d70ea399ec737 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 ()