From 21ea38158e53dc8a5d0ce8f509127453b5fc582b Mon Sep 17 00:00:00 2001 From: TEC Date: Fri, 28 May 2021 15:42:13 +0800 Subject: [PATCH] Emacs: Use mu4e-from-name as message-signature --- config.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.org b/config.org index e4e5c2e..f5c93a2 100644 --- a/config.org +++ b/config.org @@ -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.