comparison lisp/mail/rmail.el @ 86440:4aedd218aad1

* mail/mspools.el (rmail-get-new-mail): * mail/reporter.el (mail-position-on-field, mail-text): * mail/rmail.el (mail-position-on-field, mail-text-start) (rmail-update-summary): * mail/rmailedit.el (rmail-summary-disable) (rmail-summary-enable): * mail/rmailmsc.el (rmail-parse-file-inboxes) (rmail-show-message): * mail/rmailout.el (rmail-update-summary): * mail/rmailsort.el (rmail-update-summary): * mail/sendmail.el (dired-move-to-filename, dired-get-filename) (dired-view-file): * mail/uce.el (mail-strip-quoted-names): * mail/undigest.el (rmail-update-summary): * mail/unrmail.el (mail-strip-quoted-names): * ediff.el (diff-latest-backup-file): Declare as functions. * obsolete/mlsupport.el (ml-previous-page): Fix typo. (kill-to-end-of-line): * obsolete/rnews.el (news-set-minor-modes): Remove non working functions.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 25 Nov 2007 16:48:31 +0000
parents 2cce56fd7361
children 2c08ad76fc1f
comparison
equal deleted inserted replaced
86439:62ce066ba56f 86440:4aedd218aad1
181 181
182 (defcustom rmail-movemail-search-path nil 182 (defcustom rmail-movemail-search-path nil
183 "*List of directories to search for movemail (in addition to `exec-path')." 183 "*List of directories to search for movemail (in addition to `exec-path')."
184 :group 'rmail-retrieve 184 :group 'rmail-retrieve
185 :type '(repeat (directory))) 185 :type '(repeat (directory)))
186
187 (declare-function mail-position-on-field "sendmail" (field &optional soft))
188 (declare-function mail-text-start "sendmail" ())
189 (declare-function rmail-update-summary "rmailsum" (&rest ignore))
186 190
187 (defun rmail-probe (prog) 191 (defun rmail-probe (prog)
188 "Determine what flavor of movemail PROG is. 192 "Determine what flavor of movemail PROG is.
189 We do this by executing it with `--version' and analyzing its output." 193 We do this by executing it with `--version' and analyzing its output."
190 (with-temp-buffer 194 (with-temp-buffer