From 3e38c9ec5f9709dbef2d67d4500dca5d3cc32dcd Mon Sep 17 00:00:00 2001 From: cog Date: Tue, 23 Mar 2021 10:03:14 +0100 Subject: [PATCH] Add ivy completion when saving attachments --- mu4e/mu4e-view-gnus.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-view-gnus.el b/mu4e/mu4e-view-gnus.el index 4363d1a8..bd1db438 100644 --- a/mu4e/mu4e-view-gnus.el +++ b/mu4e/mu4e-view-gnus.el @@ -444,7 +444,7 @@ containing commas." (handles '()) (files '()) (helm-comp-read-use-marked t) - (compfn (if (and (boundp 'helm-mode) helm-mode) + (compfn (if (or (and (boundp 'helm-mode) helm-mode) (and (boundp 'ivy-mode) ivy-mode)) #'completing-read ;; Fallback to `completing-read-multiple' with poor ;; completion systems.