Hi,

found the following configuration of supercite to work as desired:

;----------------------------------------------------------------------
(require 'supercite)
(add-hook 'mail-citation-hook 'sc-cite-original)
(setq sc-nuke-mail-headers  'keep) 
(setq sc-nuke-mail-header-list '("^From:" "^Date:" "^To:" "^CC:" "^Subject:"))
(defun sc-eref-insert-selected (&optional nix)
  (insert "---------- original message ----------\n"))
(defun sc-cite-region (start end &optional confirm-p interactive)())
(defun sc-select-attribution () (setq attribution ""))
;----------------------------------------------------------------------


Might be 'crude' (but works).

Greetings

Josef
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to