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;
|
||||
};
|
||||
init = ''
|
||||
(add-to-list 'load-path "${defaultEncrypt}/share/emacs/site-lisp")
|
||||
(require 'jl-encrypt)
|
||||
;; (add-to-list 'load-path "${defaultEncrypt}/share/emacs/site-lisp")
|
||||
;; (require 'jl-encrypt)
|
||||
'';
|
||||
config = ''
|
||||
(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)
|
||||
|
||||
;; Encryption Stuff
|
||||
(setq mml-secure-openpgp-sign-with-sender t)
|
||||
;; (setq mm-sign-option ‘guided’)
|
||||
(setq epa-pinentry-mode 'loopback)
|
||||
;; (setq mml-secure-openpgp-sign-with-sender t)
|
||||
;; ;; (setq mm-sign-option ‘guided’)
|
||||
;; (setq epa-pinentry-mode 'loopback)
|
||||
;; mailAcc config goes here
|
||||
(load-file "~/.emacs.d/mu4e.el")
|
||||
|
||||
|
|
Loading…
Reference in a new issue