From 5c0ca0e4c470d247ebaab16f0f07ccc73cefcd3d Mon Sep 17 00:00:00 2001 From: larstvei Date: Sat, 4 Jan 2014 05:05:13 +0100 Subject: [PATCH] Enable mail on the air branch. --- init.el | 2 +- init.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index ef8685b..ad45079 100644 --- a/init.el +++ b/init.el @@ -181,7 +181,7 @@ PACKAGE is installed and the current version is deleted." calendar-longitude 10.7 calendar-location-name "Oslo, Norway") -(let ((load-mail-setup nil)) +(let ((load-mail-setup t)) (when load-mail-setup ;; Dependent on both mu4e and smtpmail (for sending only). (require 'mu4e) diff --git a/init.org b/init.org index b0e20be..b6615c2 100644 --- a/init.org +++ b/init.org @@ -370,7 +370,7 @@ a =non-nil= value mail is setup. #+BEGIN_SRC emacs-lisp :tangle yes - (let ((load-mail-setup nil)) + (let ((load-mail-setup t)) (when load-mail-setup ;; Dependent on both mu4e and smtpmail (for sending only). (require 'mu4e)