From 4ef326ea87da264e2aaf4e1a72a5f8e3fa7090e9 Mon Sep 17 00:00:00 2001 From: Maximilian Nickel Date: Sun, 6 Oct 2019 22:58:00 -0400 Subject: [PATCH] Fix notmuch-search-toggle-flagged Simple one line fix that prevented notmuch-search-toggle-flagged to work --- evil-collection-notmuch.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evil-collection-notmuch.el b/evil-collection-notmuch.el index 96738c3..9880a23 100644 --- a/evil-collection-notmuch.el +++ b/evil-collection-notmuch.el @@ -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)