Encryption broke sending mails... disable for now.
This commit is contained in:
parent
9b23ce0e31
commit
c4b39be56d
1 changed files with 5 additions and 5 deletions
|
@ -42,8 +42,8 @@ in mkIf (elem "emacs::mu4e" config.machine.pkgs) {
|
||||||
mu4e-view-mode-map = mu4e-headers-mode-map;
|
mu4e-view-mode-map = mu4e-headers-mode-map;
|
||||||
};
|
};
|
||||||
init = ''
|
init = ''
|
||||||
(add-to-list 'load-path "${defaultEncrypt}/share/emacs/site-lisp")
|
;; (add-to-list 'load-path "${defaultEncrypt}/share/emacs/site-lisp")
|
||||||
(require 'jl-encrypt)
|
;; (require 'jl-encrypt)
|
||||||
'';
|
'';
|
||||||
config = ''
|
config = ''
|
||||||
(setq mail-user-agent 'mu4e-user-agent)
|
(setq mail-user-agent 'mu4e-user-agent)
|
||||||
|
@ -79,9 +79,9 @@ in mkIf (elem "emacs::mu4e" config.machine.pkgs) {
|
||||||
(setq message-kill-buffer-on-exit t)
|
(setq message-kill-buffer-on-exit t)
|
||||||
|
|
||||||
;; Encryption Stuff
|
;; Encryption Stuff
|
||||||
(setq mml-secure-openpgp-sign-with-sender t)
|
;; (setq mml-secure-openpgp-sign-with-sender t)
|
||||||
;; (setq mm-sign-option ‘guided’)
|
;; ;; (setq mm-sign-option ‘guided’)
|
||||||
(setq epa-pinentry-mode 'loopback)
|
;; (setq epa-pinentry-mode 'loopback)
|
||||||
;; mailAcc config goes here
|
;; mailAcc config goes here
|
||||||
(load-file "~/.emacs.d/mu4e.el")
|
(load-file "~/.emacs.d/mu4e.el")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue