diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2014-09-20 04:23:00 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2014-09-20 04:23:00 (GMT) |
| commit | 221aefd7684a856fcc8877014875dec520638126 (patch) | |
| tree | 42b20e3442d5ae45041d015ace6a32acb63fd318 | |
| parent | 5af7ab8b827c83d1193c2ee867a686d1407b29f3 (diff) | |
| download | dotemacs-221aefd7684a856fcc8877014875dec520638126.zip dotemacs-221aefd7684a856fcc8877014875dec520638126.tar.gz dotemacs-221aefd7684a856fcc8877014875dec520638126.tar.bz2 | |
Better message citation
| -rw-r--r-- | ravi-init-mu.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ravi-init-mu.el b/ravi-init-mu.el index 53dcbd2..3a2de1a 100644 --- a/ravi-init-mu.el +++ b/ravi-init-mu.el @@ -153,6 +153,7 @@ ) ;; Allow attaching files from dired + (setq message-citation-line-function 'message-insert-formatted-citation-line) (require 'gnus-dired) ;; make the `gnus-dired-mail-buffers' function also work on ;; message-mode derived modes, such as mu4e-compose-mode |
