From 266b4bb64082f3a4335df94a1ec4587ff1d9509b Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 12 Oct 1995 23:12:17 +0000 Subject: [PATCH] Fix typo in previous change. --- v7/src/edwin/rmail.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v7/src/edwin/rmail.scm b/v7/src/edwin/rmail.scm index 8c4d71702..940c3524f 100644 --- a/v7/src/edwin/rmail.scm +++ b/v7/src/edwin/rmail.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: rmail.scm,v 1.45 1995/10/12 22:54:32 cph Exp $ +;;; $Id: rmail.scm,v 1.46 1995/10/12 23:12:17 cph Exp $ ;;; ;;; Copyright (c) 1991-95 Massachusetts Institute of Technology ;;; @@ -660,7 +660,8 @@ This variable is ignored if rmail-pop-procedure is #F." (list 'FILE (->namestring (merge-pathnames (cadr password) - (user-homedir-pathname)))))) + (user-homedir-pathname)))) + #f)) (else (error "Illegal password value in rmail-pop-accounts entry:" password)))) -- 2.25.1