comparison lisp/mail/rmail.el @ 37587:d9239fc54bce

(rmail-edit): New Custom group.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 07 May 2001 09:58:38 +0000
parents cd2d6781a5f8
children 767fb2304ebd
comparison
equal deleted inserted replaced
37586:c4354368031e 37587:d9239fc54bce
79 79
80 (defgroup rmail-output nil 80 (defgroup rmail-output nil
81 "Output message to a file." 81 "Output message to a file."
82 :prefix "rmail-output-" 82 :prefix "rmail-output-"
83 :prefix "rmail-" 83 :prefix "rmail-"
84 :group 'rmail)
85
86 (defgroup rmail-edit nil
87 "Rmail editing."
88 :prefix "rmail-edit-"
84 :group 'rmail) 89 :group 'rmail)
85 90
86 91
87 (defcustom rmail-movemail-program nil 92 (defcustom rmail-movemail-program nil
88 "If non-nil, name of program for fetching new mail." 93 "If non-nil, name of program for fetching new mail."