emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/rmail.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/rmail.el
Date: Thu, 20 Feb 2003 16:07:31 -0500

Index: emacs/lisp/mail/rmail.el
diff -c emacs/lisp/mail/rmail.el:1.368 emacs/lisp/mail/rmail.el:1.369
*** emacs/lisp/mail/rmail.el:1.368      Mon Jan  6 11:02:29 2003
--- emacs/lisp/mail/rmail.el    Thu Feb 20 16:07:29 2003
***************
*** 1507,1513 ****
             (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)
                 ;; cannot have "po:" in file name
                 (setq tofile
                       (expand-file-name
--- 1507,1513 ----
             (if rmail-pop-password-required
                 (progn (setq got-password (not (rmail-have-password)))
                        (setq password (rmail-get-pop-password))))
!            (if (memq system-type '(windows-nt cygwin))
                 ;; cannot have "po:" in file name
                 (setq tofile
                       (expand-file-name




reply via email to

[Prev in Thread] Current Thread [Next in Thread]