From 2855f2abc22f001783d6940a4ccbdda02b9dd949 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 12 Feb 2022 22:56:08 +0100 Subject: [PATCH] [mu4e] Load special configuration on work computer --- config.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config.org b/config.org index fc4fdd4..aa09d17 100644 --- a/config.org +++ b/config.org @@ -2122,6 +2122,16 @@ Finally the mu4e configuration is done! So lets close the parenthesis left open ) ;; closing parens for (when (executable-find "mu") #+end_src +** Load work mail + +Load new mail setup which includes support for work mail when running on my work machine. + +#+begin_src emacs-lisp +(when (string-equal system-name "knuth") + (push "~/.emacs.d/lisp" load-path) + (require 'mmk2410-mail-setup)) +#+end_src + * Email with Evolution Since my work place is using Microsoft Outlook for Email including its appointment features I sadly needed to switch away from mu4e to Evolution, as recommended by [[https://karl-voit.at/2021/06/01/Thunderbird-to-Evolution/][Karl Voit]]. Using [[https://github.com/novoid/dot-emacs/blob/master/config.org][his configuration]] as an inspiration and source I could setup the following workflow.