From aa59f9ce085310f8c64a69915c78c62e6214cf87 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Thu, 21 Oct 2021 22:13:10 +0200 Subject: [PATCH] Re-enable maildir completion in search query This has been commented out in 3cd127d8a for no apparent reason. --- mu4e/mu4e-search.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mu4e/mu4e-search.el b/mu4e/mu4e-search.el index 1936c066..e0f9aea4 100644 --- a/mu4e/mu4e-search.el +++ b/mu4e/mu4e-search.el @@ -412,10 +412,10 @@ either `future' or `past'." (match-end 1) '("attach" "draft" "flagged" "list" "new" "passed" "replied" "seen" "trashed" "unread" "encrypted" "signed"))) - ;; ((looking-back "maildir:\\([a-zA-Z0-9/.]*\\)" nil) - ;; (list (match-beginning 1) - ;; (match-end 1) - ;; (mu4e-get-maildirs))) + ((looking-back "maildir:\\([a-zA-Z0-9/.]*\\)" nil) + (list (match-beginning 1) + (match-end 1) + (mu4e-get-maildirs))) ((looking-back "prio:\\(\\w*\\)" nil) (list (match-beginning 1) (match-end 1)