From: Carl Worth Date: Thu, 12 Nov 2009 22:35:41 +0000 (-0800) Subject: notmuch.el: Remove functions to show/hide thread IDs. X-Git-Tag: 0.1~518 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=e530910ae2f4a25ddf0a45bb9eb0402561d46686 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. --- 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)))