comparison lisp/mail/rmail.el @ 82480:254d73284bb0

(rmail-autodetect): Doc fix.
author Andreas Schwab <schwab@suse.de>
date Mon, 20 Aug 2007 09:30:12 +0000
parents 0092d723fe35
children ad03d7b3a351 aaccdab0ee26
comparison
equal deleted inserted replaced
82479:224e34545cea 82480:254d73284bb0
202 (t 202 (t
203 ;; FIXME: 203 ;; FIXME:
204 'emacs)))))) 204 'emacs))))))
205 205
206 (defun rmail-autodetect () 206 (defun rmail-autodetect ()
207 "Determine and return the file name of the `movemail' program. 207 "Determine the file name of the `movemail' program and return its flavor.
208 If `rmail-movemail-program' is non-nil, use it. 208 If `rmail-movemail-program' is non-nil, use it.
209 Otherwise, look for `movemail' in the directories in 209 Otherwise, look for `movemail' in the directories in
210 `rmail-movemail-search-path', those in `exec-path', and `exec-directory'." 210 `rmail-movemail-search-path', those in `exec-path', and `exec-directory'."
211 (if rmail-movemail-program 211 (if rmail-movemail-program
212 (rmail-probe rmail-movemail-program) 212 (rmail-probe rmail-movemail-program)