Fix completion w other keys than quick key
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user