filename as argument, in contradiction of the documentation string.
;;; -*-Scheme-*-
;;;
-;;; $Id: rmail.scm,v 1.48 1996/03/01 07:31:20 cph Exp $
+;;; $Id: rmail.scm,v 1.49 1996/03/23 06:26:03 cph Exp $
;;;
;;; Copyright (c) 1991-96 Massachusetts Institute of Technology
;;;
(if (msg-memo? memo)
(msg-memo/number memo)
0))))
- ((ref-command rmail-get-new-mail) false)))
+ (if (not filename) ((ref-command rmail-get-new-mail) #f))))
(define-command rmail-input
"Run RMAIL on file FILENAME."