1
0
mirror of https://github.com/jojojames/evil-collection.git synced 2024-06-22 07:06:37 +02:00

Fix notmuch-search-toggle-flagged

Simple one line fix that prevented notmuch-search-toggle-flagged to work
This commit is contained in:
Maximilian Nickel 2019-10-06 22:58:00 -04:00 committed by James N
parent 1cc109122e
commit 4ef326ea87

View File

@ -94,7 +94,7 @@
(defun evil-collection-notmuch-search-toggle-flagged ()
"Toggle flagged tag for message."
(interactive)
(evil-collection-notmuch-toggle-tag "flagged" "tree" 'notmuch-search-next-thread))
(evil-collection-notmuch-toggle-tag "flagged" "search" 'notmuch-search-next-thread))
(defun evil-collection-notmuch-hello-ret ()
(interactive)