Fix completion w other keys than quick key

This commit is contained in:
reindert 2023-10-18 16:25:52 +02:00
parent 48cb83b427
commit 4392d4e308
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ Return the matching choice value (cdr of the cell)."
;; Require confirmation, if the input does not match a suggestion
nil t nil nil nil))))
(or quick-result
(cdr (assoc result choices)))))
(cdadr (assoc result choices)))))
(defun mu4e--read-choice-builtin (prompt choices)
"Read and return one of CHOICES, prompting for PROMPT.