# HG changeset patch # User Oleksandr Gavenko # Date 1320709254 -7200 # Node ID c0b65744479e97348d8b09129417f1a0a5bbe880 # Parent afc4ee8b5dea03f7715b90a7ad23c6e09ef96936 Define own citation format. Also this fix of inclusion mail address of cited user. diff -r afc4ee8b5dea -r c0b65744479e .emacs-my --- a/.emacs-my Tue Nov 08 01:00:08 2011 +0200 +++ b/.emacs-my Tue Nov 08 01:40:54 2011 +0200 @@ -1164,6 +1164,10 @@ (setq mail-user-agent 'message-user-agent) +(setq message-citation-line-format "On %Y-%m-%d, %N wrote: +") +(setq message-citation-line-function 'message-insert-formatted-citation-line) + (setq mail-signature t) (setq mail-signature-file "~/.signature") ;; (add-hook 'mail-setup-hook 'fortune-to-signature)