1
0
Fork 0

Encryption broke sending mails... disable for now.

This commit is contained in:
Kevin Baensch 2023-01-29 14:14:58 +01:00
parent 9b23ce0e31
commit c4b39be56d
Signed by: derped
GPG Key ID: C0F1D326C7626543
1 changed files with 5 additions and 5 deletions

View File

@ -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")