Emacs: Use mu4e-from-name as message-signature

This commit is contained in:
TEC 2021-05-28 15:42:13 +08:00
parent 5d1d28fed3
commit 21ea38158e
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 5 additions and 0 deletions

View File

@ -4325,6 +4325,11 @@ It would also be nice to change the name pre-filled in =From:= when drafting.
(let ((user-full-name mu4e-from-name))
(funcall orig-fn)))
#+end_src
We can also use this a signature,
#+begin_src emacs-lisp
(setq message-signature mu4e-from-name)
#+end_src
*** Org Msg
Doom does a fantastic stuff with the defaults with this, so we only make a few
minor tweaks.