From 451afea47bbe2ee3a08de77e8ea4e45c3fa702b9 Mon Sep 17 00:00:00 2001 From: Ralf Beckmann Date: Wed, 4 Aug 2021 00:32:29 +0200 Subject: [PATCH] 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. --- modules/email/mu4e/autoload/email.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/email/mu4e/autoload/email.el b/modules/email/mu4e/autoload/email.el index 72b867d45..cdcb832fb 100644 --- a/modules/email/mu4e/autoload/email.el +++ b/modules/email/mu4e/autoload/email.el @@ -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)