aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-11-01 12:57:24 -0500
committerCraig Jennings <c@cjennings.net>2025-11-01 12:57:24 -0500
commitdf2353afdd8d43ef141f4f591227224238151de8 (patch)
treea26487e45617e138bfdb901940c0b2af8971355a
parent3084fc5ae928a4d172932c1194964507573388ad (diff)
downloaddotemacs-df2353afdd8d43ef141f4f591227224238151de8.tar.gz
dotemacs-df2353afdd8d43ef141f4f591227224238151de8.zip
feat:mail-config: Add custom prefix to 'From' or 'To' headers
Set 'mu4e-headers-from-or-to-prefix' to use a custom arrow symbol as a prefix in email headers, improving visual distinction for 'From' or 'To' fields.
-rw-r--r--modules/mail-config.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mail-config.el b/modules/mail-config.el
index 2fec643b7..95ee88d2d 100644
--- a/modules/mail-config.el
+++ b/modules/mail-config.el
@@ -84,6 +84,7 @@ Prompts user for the action when executing."
(setq mu4e-show-images t) ;; show embedded images
(setq mu4e-update-interval 600) ;; check for new mail every 10 minutes (600 seconds)
(setq mu4e-hide-index-messages t) ;; don't show indexing messages buffer
+ (setq mu4e-headers-from-or-to-prefix '("" . "➜ "))
;; Format=flowed for better plain text email handling
;; This will be automatically disabled when org-msg is active