diff --git a/emacs/mu4e-utils.el b/emacs/mu4e-utils.el index a19e1d98..a8f305e3 100644 --- a/emacs/mu4e-utils.el +++ b/emacs/mu4e-utils.el @@ -108,8 +108,8 @@ Function will return the cdr of the list element." (optionsstr (mapconcat (lambda (option) - ;; try to detect old-style options... - (when (characterp (cdr option)) + ;; try to detect old-style options, and warn + (when (characterp (car-safe (cdr-safe option))) (error (concat "Please use the new format for options/actions; " "see the manual"))) (let* ((kar (substring (car option) 0 1))