From cada3ecec27c61cb00de0b9e218a29abecf4544c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 3 May 2013 09:07:16 +0100 Subject: Emacs: only setup mu4e on prefect, where mail is in the expected directories --- emacs/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index f3277b1..261609d 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -275,6 +275,7 @@ (setq smtpmail-smtp-server "external.home") (use-package mu4e + :if (string= system-name "prefect") :load-path "/usr/share/emacs/site-lisp/mu4e" :config (progn (setq mu4e-get-mail-command "true" -- cgit 1.4.1