From 1a6dcba31616ead152aea297430024b48d8833fc Mon Sep 17 00:00:00 2001 From: Ravi R Kiran Date: Mon, 16 Mar 2015 12:48:21 -0700 Subject: Update mu4e and have another attempt at fixing the citation line 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") diff --git a/site-lisp/mu b/site-lisp/mu index ff25bf1..33804f6 160000 --- a/site-lisp/mu +++ b/site-lisp/mu @@ -1 +1 @@ -Subproject commit ff25bf1a2511ae7d125ec34d251a229d3a985858 +Subproject commit 33804f63d852dc222050c9e606059138d5e4557a -- cgit v0.10.1