mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-18 09:15:56 +01:00
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.
This commit is contained in:
parent
077b8b2ac6
commit
e530910ae2
1 changed files with 0 additions and 12 deletions
12
notmuch.el
12
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)))
|
||||
|
|
Loading…
Reference in a new issue