GNU Info

Info Node: (sc)Emacs 19 MUAs

(sc)Emacs 19 MUAs


Next: Emacs 18 MUAs Prev: Getting Connected Up: Getting Connected
Enter node , (file) or (file)node

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)


automatically generated by info2www version 1.2.2.9