From 6a64da5121eb6cfdd5bf8ae5c1df235514e9c44b Mon Sep 17 00:00:00 2001 From: JSDurand Date: Tue, 15 Nov 2022 19:44:59 +0800 Subject: mail: fix user name * mail.el (user-full-name): Fix the user full name. --- mail.el | 1 + 1 file changed, 1 insertion(+) diff --git a/mail.el b/mail.el index d8aea7f..ed2dd00 100644 --- a/mail.el +++ b/mail.el @@ -28,6 +28,7 @@ ;;;; Setting my mail address +(setq user-full-name "Jean Sévère Durand") (setq user-mail-address "durand@jsdurand.xyz") ;;;; Confirm to send -- cgit v1.2.3-18-g5258