comparison lisp/mail/rmailout.el @ 788:c8d4eb38ebfc

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Wed, 15 Jul 1992 22:39:32 +0000
parents 9d04c281a9bd
children 4f28bd14272c
comparison
equal deleted inserted replaced
787:3cece0106722 788:c8d4eb38ebfc
1 ;;; rmailout.el --- "RMAIL" mail reader for Emacs: output message to a file. 1 ;;; rmailout.el --- "RMAIL" mail reader for Emacs: output message to a file.
2
3 ;; Maintainer: FSF
4 ;; Last-Modified: 1 Mar 1991
2 5
3 ;; Copyright (C) 1985, 1987 Free Software Foundation, Inc. 6 ;; Copyright (C) 1985, 1987 Free Software Foundation, Inc.
4 7
5 ;; This file is part of GNU Emacs. 8 ;; This file is part of GNU Emacs.
6 9
16 19
17 ;; You should have received a copy of the GNU General Public License 20 ;; You should have received a copy of the GNU General Public License
18 ;; along with GNU Emacs; see the file COPYING. If not, write to 21 ;; along with GNU Emacs; see the file COPYING. If not, write to
19 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
20 23
24 ;;; Code:
21 25
22 ;; Temporary until Emacs always has this variable. 26 ;; Temporary until Emacs always has this variable.
23 (defvar rmail-delete-after-output nil 27 (defvar rmail-delete-after-output nil
24 "*Non-nil means automatically delete a message that is copied to a file.") 28 "*Non-nil means automatically delete a message that is copied to a file.")
25 29