comparison lisp/mail/rmail.el @ 78606:5d123f7083ac

Comment.
author Glenn Morris <rgm@gnu.org>
date Wed, 22 Aug 2007 03:34:13 +0000
parents 58298f7fd671
children b5d24ce5f8b7
comparison
equal deleted inserted replaced
78605:58298f7fd671 78606:5d123f7083ac
239 (setq rmail-movemail-variant-in-use (rmail-autodetect))) 239 (setq rmail-movemail-variant-in-use (rmail-autodetect)))
240 (not (null (member rmail-movemail-variant-in-use variants)))) 240 (not (null (member rmail-movemail-variant-in-use variants))))
241 241
242 ;; Call for effect, to set rmail-movemail-program (if not set by the 242 ;; Call for effect, to set rmail-movemail-program (if not set by the
243 ;; user), and rmail-movemail-variant-in-use. Used by various functions. 243 ;; user), and rmail-movemail-variant-in-use. Used by various functions.
244 ;; I'm not sure if M-x rmail is the only entry point to this package.
245 ;; If so, this can be moved there.
244 (rmail-movemail-variant-p) 246 (rmail-movemail-variant-p)
245 247
246 ;;;###autoload 248 ;;;###autoload
247 (defcustom rmail-dont-reply-to-names nil "\ 249 (defcustom rmail-dont-reply-to-names nil "\
248 *A regexp specifying addresses to prune from a reply message. 250 *A regexp specifying addresses to prune from a reply message.