aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.el
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-11-12 14:35:41 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-11-12 14:35:41 -0800
commite530910ae2f4a25ddf0a45bb9eb0402561d46686 (patch)
tree03c37278bb8d0e9c993d2f7f53334784fdaa08fe /notmuch.el
parent077b8b2ac6729248d0390bbb3c05ec7bdb60ded2 (diff)
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.
Diffstat (limited to 'notmuch.el')
-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)))