summaryrefslogtreecommitdiffstats
path: root/ravi-init-mu.el
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2015-03-16 19:48:21 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2015-03-16 19:48:21 (GMT)
commit1a6dcba31616ead152aea297430024b48d8833fc (patch)
tree344d19c4a7c9ef9f627fdeeb0445afadc305641b /ravi-init-mu.el
parent44fc78e2eeb38576b73956ed1be64a78381a16a5 (diff)
downloaddotemacs-1a6dcba31616ead152aea297430024b48d8833fc.zip
dotemacs-1a6dcba31616ead152aea297430024b48d8833fc.tar.gz
dotemacs-1a6dcba31616ead152aea297430024b48d8833fc.tar.bz2
Update mu4e and have another attempt at fixing the citation line
Diffstat (limited to 'ravi-init-mu.el')
-rw-r--r--ravi-init-mu.el3
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")