From 165822a531a6aac33ea0a9749fa6e783c6f76885 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 30 Jul 2021 13:29:41 +0200 Subject: Add work signature --- gui/conf/email.el | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'gui/conf/email.el') diff --git a/gui/conf/email.el b/gui/conf/email.el index 68c1b09..9410cb2 100644 --- a/gui/conf/email.el +++ b/gui/conf/email.el @@ -53,7 +53,21 @@ (mu4e-sent-folder . "/KIT/Sent Items") (mu4e-trash-folder . "/KIT/Deleted Items") (mu4e-drafts-folder . "/KIT/Drafts") - (message-sendmail-extra-arguments . ("--read-envelope-from" "--account=KIT")))))) + (message-sendmail-extra-arguments . ("--read-envelope-from" "--account=KIT")) + (mu4e-compose-signature-auto-include . nil) + (mu4e-compose-signature . (concat "\n" + "Karlsruhe Institute of Technology (KIT)\n" + "Institute for Mechanical Process Engineering and Mechanics (MVM)\n" + "Institute for Applied and Numerical Mathematics (IANM)\n" + "Lattice Boltzmann Research Group (LBRG)\n\n" + "M.Sc. Adrian Kummerländer\n" + "Research Associate\n\n" + "E-mail: adrian.kummerlaender@kit.edu\n" + "Phone: +49 721 608 43157\n\n" + "Room 3.016\n" + "Building 20.30\n" + "Englerstr. 2\n" + "D-76131 Karlsruhe")))))) (evil-leader/set-key "m" 'mu4e) -- cgit v1.2.3