diff options
Diffstat (limited to 'ravi-init-mu.el')
| -rw-r--r-- | ravi-init-mu.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ravi-init-mu.el b/ravi-init-mu.el index 2be3347..66b9631 100644 --- a/ravi-init-mu.el +++ b/ravi-init-mu.el @@ -33,6 +33,9 @@ (defvar ravi/mu4e-update-interval 1800 ; 30 minutes "Basic update interval; all other update intervals are multiples") +(setq message-citation-line-format "On %a %Y-%m-%d %l:%M:%S%p %Z, %f wrote:" + message-citation-line-function 'message-insert-formatted-citation-line) + (when ravi/use-mu-for-email (use-package mu4e :load-path ,(ravi/emacs-file "site-lisp/mu/mu4e") |
