diff options
| -rw-r--r-- | .config/emacs/init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 9a24c89..713f246 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -686,6 +686,10 @@ mu4e-attachment-dir (concat (expand-file-name (or (getenv "XDG_DOWNLOAD_DIR") "www") "~") "/") mu4e-change-filenames-when-moving t) + ;; When interacting with the linux kernel mailing lists, it's useful to see + ;; the Message-ID. + (add-to-list 'mu4e-view-fields :message-id) + ;; PGP thingies. (setq mml-secure-openpgp-signers '("0x96BE8C6FD89D6565") mml-secure-openpgp-sign-with-sender t) |
