mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(rmail-insert-inbox-text): Make the pop3 mechanism work on cygwin systems too.
This commit is contained in:
parent
7ec51784bb
commit
ece5433e4c
@ -1,3 +1,8 @@
|
|||||||
|
2003-02-20 Ehud Karni <ehud@unix.mvs.co.il> (tiny change)
|
||||||
|
|
||||||
|
* mail/rmail.el (rmail-insert-inbox-text): Make the pop3 mechanism
|
||||||
|
work on cygwin systems too.
|
||||||
|
|
||||||
2003-02-20 Juanma Barranquero <lektu@terra.es>
|
2003-02-20 Juanma Barranquero <lektu@terra.es>
|
||||||
|
|
||||||
* progmodes/ebrowse.el (ebrowse-show-file-name-at-point): Remove
|
* progmodes/ebrowse.el (ebrowse-show-file-name-at-point): Remove
|
||||||
|
@ -1507,7 +1507,7 @@ It returns t if it got any new messages."
|
|||||||
(if rmail-pop-password-required
|
(if rmail-pop-password-required
|
||||||
(progn (setq got-password (not (rmail-have-password)))
|
(progn (setq got-password (not (rmail-have-password)))
|
||||||
(setq password (rmail-get-pop-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
|
;; cannot have "po:" in file name
|
||||||
(setq tofile
|
(setq tofile
|
||||||
(expand-file-name
|
(expand-file-name
|
||||||
|
Loading…
Reference in New Issue
Block a user