]> git.notmuchmail.org Git - notmuch/commitdiff
notmuch.el: Remove functions to show/hide thread IDs.
authorCarl Worth <cworth@cworth.org>
Thu, 12 Nov 2009 22:35:41 +0000 (14:35 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 12 Nov 2009 22:35:41 +0000 (14:35 -0800)
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

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