docs(mu4e): clarify impact of user-full-name

The variable is not really required. It seems to be only used by mu4e
to determine the contents of the FROM field when composing mail.
This commit is contained in:
Ralf Beckmann 2021-08-04 00:32:29 +02:00 committed by Henrik Lissner
parent 77f78f0df3
commit 451afea47b

View file

@ -5,7 +5,7 @@
"Registers an email address for mu4e. The LABEL is a string. LETVARS are a
list of cons cells (VARIABLE . VALUE) -- you may want to modify:
+ `user-full-name' (this or the global `user-full-name' is required)
+ `user-full-name' (used to populate the FROM field when composing mail)
+ `user-mail-address' (required in mu4e < 1.4)
+ `smtpmail-smtp-user' (required for sending mail from Emacs)