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:
parent
77f78f0df3
commit
451afea47b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
"Registers an email address for mu4e. The LABEL is a string. LETVARS are a
|
"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:
|
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)
|
+ `user-mail-address' (required in mu4e < 1.4)
|
||||||
+ `smtpmail-smtp-user' (required for sending mail from Emacs)
|
+ `smtpmail-smtp-user' (required for sending mail from Emacs)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue