X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=inline;f=notmuch.el;h=d20c85ea8528be3f1fc4f4c7732b945a06ef855c;hb=f7b49d658ad507b72d01b06d56975dba0b7cafc8;hp=508ae764f54da45d7fd9919d058f92df89373d9f;hpb=1407e409b17d9e5c7a9660603fb3b975ca854d98;p=notmuch diff --git a/notmuch.el b/notmuch.el index 508ae764..d20c85ea 100644 --- a/notmuch.el +++ b/notmuch.el @@ -713,18 +713,6 @@ global search. (notmuch-search-markup-this-thread-id) (next-line)))) -(defun notmuch-search-hide-thread-ids () - (interactive) - (add-to-invisibility-spec 'notmuch-search) - (force-window-update) - (redisplay t)) - -(defun notmuch-search-show-thread-ids () - (interactive) - (remove-from-invisibility-spec 'notmuch-search) - (force-window-update) - (redisplay t)) - (defun notmuch-search-show-thread () (interactive) (let ((thread-id (notmuch-search-find-thread-id)))