aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--notmuch.el12
1 files changed, 0 insertions, 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)))