diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-02-16 23:13:47 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-02-16 23:13:47 -0800 |
| commit | 06198567765055febc8829f9f2ca398dd6817d93 (patch) | |
| tree | 8553f885ae27fc7f64dc3655802dc3c129416f99 /nix/init.el | |
| parent | efe21725f8d68a6be6fb3c4697c88666d11b13a8 (diff) | |
finish up most of the sysadmin work
Diffstat (limited to 'nix/init.el')
| -rw-r--r-- | nix/init.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nix/init.el b/nix/init.el index ac01689..a51afac 100644 --- a/nix/init.el +++ b/nix/init.el @@ -625,6 +625,8 @@ (use-package mu4e :after smtpmail + :hook + ((mu4e-compose-mode . mml-secure-message-sign-pgpmime)) :custom (mu4e-drafts-folder "/Drafts" "Set drafts folder mu db") (mu4e-sent-folder "/Sent" "Set sent folder in mu db") @@ -642,6 +644,10 @@ (mu4e-headers-auto-update t "Auto-updates feed") (mu4e-view-show-images t "Shows images") (mu4e-compose-signature-auto-include nil) + (mml-secure-openpgp-sign-with-sender t) + (mml-secure-openpgp-signers (list system-gpgkey)) + (mail-user-agent 'mu4e-user-agent) + (message-mail-user-agent 'mu4e-user-agent) (mu4e-use-fancy-chars t "Random option to make mu4e look nicer")) (use-package emms |
