From a906df36dfb23bf06a440345b333361d50ac2a82 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sat, 29 Oct 2022 11:52:10 -0400 Subject: move message-citation-line-function to right spot it .emacs --- dot_emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_emacs') diff --git a/dot_emacs b/dot_emacs index 933c3ac..e5c5a2c 100644 --- a/dot_emacs +++ b/dot_emacs @@ -345,7 +345,6 @@ Extended Format date in the date field and return it as a string obeing (posting-style (address . "rkavanagh@cs.mcgill.ca") (gcc "nnimap+mail.cs.mcgill.ca:INBOX.Sent"))))) - (message-citation-line-function 'message-insert-formatted-citation-line) (gnus-cloud-method "imap.rak.ac") (gnus-cloud-storage-method 'base64) (gnus-update-message-archive-method t) @@ -527,6 +526,7 @@ Otherwise split the current paragraph into one sentence per line." ((message-mode . (lambda () (remove-hook 'before-save-hook 'whitespace-cleanup t))) (before-save . whitespace-cleanup-mail)) :custom + (message-citation-line-function 'message-insert-formatted-citation-line) (message-send-mail-function 'message-send-mail-with-sendmail)) (use-package mingus -- cgit v1.2.3