Supercite Version 3.1 User's Manual. Node: Emacs 19 MUAs

PREV Getting Connected UP Getting Connected NEXT Emacs 18 MUAs

5.1: GNUS, RMAIL, or RNEWS with any Emacs 19

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)
PREV Getting Connected UP Getting Connected NEXT Emacs 18 MUAs