GNU Info

Info Node: (mailcrypt.info)Hooking into Rmail

(mailcrypt.info)Hooking into Rmail


Next: Hooking into VM Prev: Installation Up: Installation
Enter node , (file) or (file)node

Hooking into Rmail
------------------

   To hook Mailcrypt into Rmail, use the following lines:

     (add-hook 'rmail-mode-hook 'mc-install-read-mode)
     (add-hook 'rmail-summary-mode-hook 'mc-install-read-mode)

   Using Emacs version 20.3 or higher, you should use the following
lines instead:

     (add-hook 'rmail-show-message-hook 'mc-install-read-mode)
     (add-hook 'rmail-summary-mode-hook 'mc-install-read-mode)


automatically generated by info2www version 1.2.2.9