mu4e: update documentation

Remove mentions of mu4e-user-mail-address-list.
This commit is contained in:
Dirk-Jan C. Binnema
2020-04-11 22:20:50 +03:00
parent e2bc77d91e
commit e9fb70e50c
3 changed files with 2 additions and 6 deletions

View File

@ -596,7 +596,7 @@ cdr element the To: prefix.")
(defun mu4e~headers-from-or-to (msg)
"When the from address for message MSG is one of the the user's addresses,
\(as per `mu4e-user-mail-address-list'), show the To address;
\(as per `mu4e-personal-addresses'), show the To address;
otherwise ; show the from address; prefixed with the appropriate
`mu4e-headers-from-or-to-prefix'."
(let ((addr (cdr-safe (car-safe (mu4e-message-field msg :from)))))