diff options
author | Raul Benencia <id@rbenencia.name> | 2022-10-02 14:44:22 -0700 |
---|---|---|
committer | Raul Benencia <id@rbenencia.name> | 2022-10-02 14:45:48 -0700 |
commit | 4dd855385f1ba0eac73003f557ec6cdb211d4a81 (patch) | |
tree | 3507af2d9c63e57b3dcba3ef84eca36b2cacae4e /.emacs.local.d/modes | |
parent | fb5b08b55b23dc4eee71cfae9748c8f297a48eca (diff) |
emacs: mail pgpmime fix
Diffstat (limited to '.emacs.local.d/modes')
-rw-r--r-- | .emacs.local.d/modes/mail-mode.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.local.d/modes/mail-mode.el b/.emacs.local.d/modes/mail-mode.el index c10cd81..4969f0a 100644 --- a/.emacs.local.d/modes/mail-mode.el +++ b/.emacs.local.d/modes/mail-mode.el @@ -1,3 +1,5 @@ +(setq mml-secure-openpgp-sign-with-sender t) + (add-to-list 'auto-mode-alist '("/mutt" . mail-mode)) (add-hook 'mail-mode-hook (lambda () |