summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-11-15 01:06:24 +0000
committerRichard M. Stallman <rms@gnu.org>1993-11-15 01:06:24 +0000
commit8649e3a09405ff467b04f1acb5ad5a4c7780c484 (patch)
treee0c97ff4218b8a82425a5718628440afc01d0b5e
parent32ad8f1f6b2095b477e0b2a716668122d9fce71c (diff)
downloademacs-8649e3a09405ff467b04f1acb5ad5a4c7780c484.tar.gz
(gnus-summary-save-in-mail): Pass new args to rmail-output.
-rw-r--r--lisp/gnus.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus.el b/lisp/gnus.el
index 64cc2262665..0ef9d1fe7c1 100644
--- a/lisp/gnus.el
+++ b/lisp/gnus.el
@@ -2,7 +2,7 @@
;; Copyright (C) 1987, 1988, 1989, 1990, 1993 Free Software Foundation, Inc.
;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp>
-;; Version: $Header: /home/gd/gnu/emacs/19.0/lisp/RCS/gnus.el,v 1.26 1993/07/28 08:35:38 rms Exp eggert $
+;; Version: $Header: /home/fsf/rms/e19/lisp/RCS/gnus.el,v 1.27 1993/08/10 04:14:17 eggert Exp rms $
;; Keywords: news
;; This file is part of GNU Emacs.
@@ -3825,7 +3825,7 @@ is initialized from the SAVEDIR environment variable."
(file-name-directory default-name)
default-name)))
(gnus-make-directory (file-name-directory filename))
- (rmail-output filename)
+ (rmail-output filename 1 t t)
;; Remember the directory name to save articles.
(setq gnus-newsgroup-last-mail filename)
)))