From e530910ae2f4a25ddf0a45bb9eb0402561d46686 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 12 Nov 2009 14:35:41 -0800 Subject: [PATCH] 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. --- notmuch.el | 12 ------------ 1 file changed, 12 deletions(-) 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))) -- 2.43.0