notmuch.el: Remove functions to show/hide thread IDs.

I wrote these originally jsut for debugging. They've never been hooked
up to any keybinding and the existing "M-x visible-mode" does what's
needed anyway.
This commit is contained in:
Carl Worth 2009-11-12 14:35:41 -08:00
parent 077b8b2ac6
commit e530910ae2

View file

@ -713,18 +713,6 @@ global search.
(notmuch-search-markup-this-thread-id) (notmuch-search-markup-this-thread-id)
(next-line)))) (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 () (defun notmuch-search-show-thread ()
(interactive) (interactive)
(let ((thread-id (notmuch-search-find-thread-id))) (let ((thread-id (notmuch-search-find-thread-id)))