message: Fix dictionary setting

master
Pierre Neidhardt 2019-03-18 10:29:17 +01:00
parent a5c6f87223
commit cb358b5b60
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ A fortune is appended if `ambrevar/mu4e-compose-fortune-p' is non-nil."
"Set dictionary according to the LANGUAGE property of the first
\"To:\" recipient found in the Org contacts file."
(interactive)
(let ((addresses (mapcar 'cadr (ambrevar/message-fetch-addresses)))
(let ((addresses (mapcar 'cadr (message-recipients)))
address-lang-map)
(setq address-lang-map
(cl-loop for contact in (org-contacts-filter)