(require 'xcite)
(autoload 'xcite "xcite" "Exciting cite" t)
(autoload 'xcite-yank-cur-msg "xcite" "Exciting cite" t)
(autoload 'xcite-indent-citation "xcite")
;;(setq message-citation-line-function nil message-citation-line-function 'xcite-indent-citation)
(setq message-citation-line-function nil
message-indent-citation-function
'xcite-indent-citation)
(defun default-custom-header ()
(format "On %s %s%s wrote:\n"
date (or handle "") (if id (concat " (" id ")" ) "")))
(setq xcite:insert-header-function 'default-custom-header)
How to get my citation "on blah blah so and so wrote:" in xcite for citations.
So far so good. I'm only using the basic version, nothing too tricked out
and it puts in the name of the user as part of the "> wrote something. Ans etc etc" part of the mail body.
1 comment:
Ben,
I it has been a long time as I fell off the world for a bit, please drop me an email with a way to reach you please. Joe (at) breadbozo . com
Post a Comment