comparison lisp/mail/rmailout.el @ 16188:5bc27ae3cd14

(rmail-output-file-alist): Add autoload cookie. (rmail-delete-after-output): Duplicate defvar deleted.
author Richard M. Stallman <rms@gnu.org>
date Sat, 14 Sep 1996 21:55:01 +0000
parents 83f275dcd93a
children e2b0e3d63822
comparison
equal deleted inserted replaced
16187:8a28d7f7cddb 16188:5bc27ae3cd14
24 24
25 ;;; Code: 25 ;;; Code:
26 26
27 (require 'rmail) 27 (require 'rmail)
28 28
29 ;; Temporary until Emacs always has this variable. 29 ;;;###autoload
30 (defvar rmail-delete-after-output nil
31 "*Non-nil means automatically delete a message that is copied to a file.")
32
33 (defvar rmail-output-file-alist nil 30 (defvar rmail-output-file-alist nil
34 "*Alist matching regexps to suggested output Rmail files. 31 "*Alist matching regexps to suggested output Rmail files.
35 This is a list of elements of the form (REGEXP . NAME-EXP). 32 This is a list of elements of the form (REGEXP . NAME-EXP).
36 The suggestion is taken if REGEXP matches anywhere in the message buffer. 33 The suggestion is taken if REGEXP matches anywhere in the message buffer.
37 NAME-EXP may be a string constant giving the file name to use, 34 NAME-EXP may be a string constant giving the file name to use,