From 686415ed4f5f2ab3b3d557ea281fcd9d02760590 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Wed, 7 Mar 2018 21:58:28 -0800 Subject: [PATCH] Show email addresses when viewing msgs --- emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.d/init.el b/emacs.d/init.el index 2f2c338..685ae91 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -218,6 +218,7 @@ useful for alternating between light and dark themes" (setq mu4e-sent-folder "/Sent") (setq mu4e-trash-folder "/Trash") (setq mu4e-get-mail-command "offlineimap") +(setq mu4e-view-show-addresses t) (setq mu4e-compose-reply-to-address "kevin@kevincotugno.com" user-mail-address "kevin@kevincotugno.com"