X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch.el;h=d20c85ea8528be3f1fc4f4c7732b945a06ef855c;hb=e530910ae2f4a25ddf0a45bb9eb0402561d46686;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)))