From ece5433e4c9db96d1b1bde39adb3044d377429f4 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 20 Feb 2003 21:11:16 +0000 Subject: [PATCH] (rmail-insert-inbox-text): Make the pop3 mechanism work on cygwin systems too. --- lisp/ChangeLog | 5 +++++ lisp/mail/rmail.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 52cf1be133a..27e13540d13 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-02-20 Ehud Karni (tiny change) + + * mail/rmail.el (rmail-insert-inbox-text): Make the pop3 mechanism + work on cygwin systems too. + 2003-02-20 Juanma Barranquero * progmodes/ebrowse.el (ebrowse-show-file-name-at-point): Remove diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 7bf8b6d7371..ffea8f21b9b 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -1507,7 +1507,7 @@ It returns t if it got any new messages." (if rmail-pop-password-required (progn (setq got-password (not (rmail-have-password))) (setq password (rmail-get-pop-password)))) - (if (eq system-type 'windows-nt) + (if (memq system-type '(windows-nt cygwin)) ;; cannot have "po:" in file name (setq tofile (expand-file-name -- 2.39.2