X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.el;h=d20c85ea8528be3f1fc4f4c7732b945a06ef855c;hp=508ae764f54da45d7fd9919d058f92df89373d9f;hb=e530910ae2f4a25ddf0a45bb9eb0402561d46686;hpb=077b8b2ac6729248d0390bbb3c05ec7bdb60ded2 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)))