Mercurial > emacs
changeset 16343:e2b0e3d63822
(rmail-fields-not-to-output): Add autoload cookie.
(rmail-output-to-rmail-file, rmail-output): Likewise.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 27 Sep 1996 00:22:02 +0000 |
parents | b91af71f45f1 |
children | ec0f59ba6768 |
files | lisp/mail/rmailout.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmailout.el Thu Sep 26 21:20:05 1996 +0000 +++ b/lisp/mail/rmailout.el Fri Sep 27 00:22:02 1996 +0000 @@ -37,6 +37,7 @@ ;;; There are functions elsewhere in Emacs that use this function; check ;;; them out before you change the calling method. +;;;###autoload (defun rmail-output-to-rmail-file (file-name &optional count) "Append the current message to an Rmail file named FILE-NAME. If the file does not exist, ask if it should be created. @@ -170,6 +171,7 @@ (if (> count 0) (rmail-next-undeleted-message 1)))))) +;;;###autoload (defvar rmail-fields-not-to-output nil "*Regexp describing fields to exclude when outputting a message to a file.") @@ -192,6 +194,7 @@ ;;; There are functions elsewhere in Emacs that use this function; check ;;; them out before you change the calling method. +;;;###autoload (defun rmail-output (file-name &optional count noattribute from-gnus) "Append this message to system-inbox-format mail file named FILE-NAME. A prefix argument N says to output N consecutive messages