aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnuspost.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-11-22 06:44:12 +0000
committerRichard M. Stallman <[email protected]>1993-11-22 06:44:12 +0000
commitb7d52f8ed4f302153f3bbe6eb2110ff81ca567de (patch)
tree8f2348317aee157424e64a0252d77f5688f88b8b /lisp/gnuspost.el
parent49132687e709a70af89b8f53cedb1ce20e7184c9 (diff)
(gnus-inews-do-fcc): If gnus-author-copy-saver
is rmail-output, call rmail-output the proper way.
Diffstat (limited to 'lisp/gnuspost.el')
-rw-r--r--lisp/gnuspost.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/gnuspost.el b/lisp/gnuspost.el
index cf7e18f57c..6df8ec054f 100644
--- a/lisp/gnuspost.el
+++ b/lisp/gnuspost.el
@@ -3,7 +3,7 @@
;; Copyright (C) 1989, 1990, 1993 Free Software Foundation, Inc.
;; Author: Masanobu UMEDA <[email protected]>
-;; Version: $Header: /home/fsf/rms/e19/lisp/RCS/gnuspost.el,v 1.14 1993/07/20 04:25:04 rms Exp rms $
+;; Version: $Header: /home/fsf/rms/e19/lisp/RCS/gnuspost.el,v 1.15 1993/11/22 06:38:28 rms Exp rms $
;; Keywords: news
;; This file is part of GNU Emacs.
@@ -591,7 +591,8 @@ a program specified by the rest of the value."
(t
;; Suggested by [email protected].
;; Save article in Unix mail format by default.
- (if gnus-author-copy-saver
+ (if (and gnus-author-copy-saver
+ (not (eq gnus-author-copy-saver 'rmail-output)))
(funcall gnus-author-copy-saver fcc-file)
(if (and (file-readable-p fcc-file) (rmail-file-p fcc-file))
(gnus-output-to-rmail fcc-file)