mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Enable mail on the air branch.
This commit is contained in:
parent
83f5c247fe
commit
5c0ca0e4c4
2
init.el
2
init.el
@ -181,7 +181,7 @@ PACKAGE is installed and the current version is deleted."
|
|||||||
calendar-longitude 10.7
|
calendar-longitude 10.7
|
||||||
calendar-location-name "Oslo, Norway")
|
calendar-location-name "Oslo, Norway")
|
||||||
|
|
||||||
(let ((load-mail-setup nil))
|
(let ((load-mail-setup t))
|
||||||
(when load-mail-setup
|
(when load-mail-setup
|
||||||
;; Dependent on both mu4e and smtpmail (for sending only).
|
;; Dependent on both mu4e and smtpmail (for sending only).
|
||||||
(require 'mu4e)
|
(require 'mu4e)
|
||||||
|
2
init.org
2
init.org
@ -370,7 +370,7 @@
|
|||||||
a =non-nil= value mail is setup.
|
a =non-nil= value mail is setup.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp :tangle yes
|
#+BEGIN_SRC emacs-lisp :tangle yes
|
||||||
(let ((load-mail-setup nil))
|
(let ((load-mail-setup t))
|
||||||
(when load-mail-setup
|
(when load-mail-setup
|
||||||
;; Dependent on both mu4e and smtpmail (for sending only).
|
;; Dependent on both mu4e and smtpmail (for sending only).
|
||||||
(require 'mu4e)
|
(require 'mu4e)
|
||||||
|
Loading…
Reference in New Issue
Block a user