From: Richard M. Stallman Date: Mon, 15 Nov 1993 01:06:24 +0000 (+0000) Subject: (gnus-summary-save-in-mail): Pass new args to rmail-output. X-Git-Tag: emacs-19.34~10839 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8649e3a09405ff467b04f1acb5ad5a4c7780c484;p=emacs.git (gnus-summary-save-in-mail): Pass new args to rmail-output. --- 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 -;; 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) )))