Changes committed gnus/lisp (ChangeLog nnimap.el)
"Reiner Steib" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog nnimap.el (nnimap-open-connection): Add "143" and "993" as default ports to the calls to `netrc-machine-user-or-password' in addition to "imap" and "imaps". Index: ChangeLog diff -u gnus/lisp/ChangeLog:7.1746 gnus/lisp/ChangeLog:7.1747 --- ChangeLog:7.1746 Sun Feb 3 14:50:50 2008 +++ ChangeLog Thu Feb 7 18:36:36 2008 @@ -1,3 +1,9 @@ +2008-02-07 Tassilo Horn <[email protected]> + + * nnimap.el (nnimap-open-connection): Add "143" and "993" as default + ports to the calls to `netrc-machine-user-or-password' in addition to + "imap" and "imaps". + 2008-02-03 Reiner Steib <[email protected]> * gnus.el (gnus-group-startup-message): Add `find-image' call before Index: nnimap.el diff -u gnus/lisp/nnimap.el:7.41 gnus/lisp/nnimap.el:7.42 --- nnimap.el:7.41 Sun Jan 20 06:23:57 2008 +++ nnimap.el Thu Feb 7 18:36:36 2008 @@ -802,7 +802,7 @@ (or nnimap-server-address nnimap-address)) (list port) - (list "imap" "imaps"))) + (list "imap" "imaps" "143" "993"))) (passwd (netrc-machine-user-or-password "password" list @@ -810,7 +810,7 @@ (or nnimap-server-address nnimap-address)) (list port) - (list "imap" "imaps")))) + (list "imap" "imaps" "143" "993")))) (if (imap-authenticate user passwd nnimap-server-buffer) (prog2 (setq nnimap-server-buffer-alist