Getting Connected
Getting Connected
Emacs 18 MUAs
These MUAs, distributed with Emacs and with Lucid Emacs, use Emacs's
built-in yanking facility, which provides the citing hook variable
mail-citation-hook
. By default, this hook's value is nil
,
but by adding the following to your `.emacs
' file, you can tell
these MUAs to use Supercite to perform the citing of the original
message:
(add-hook 'mail-citation-hook 'sc-cite-original)
GNUS users may also want to add the following bit of lisp as well. This prevents GNUS from inserting its default attribution header. Otherwise, both GNUS and Supercite will insert an attribution header:
(setq news-reply-header-hook nil)