Changes committed gnus/lisp (ChangeLog nnimap.el)
"Ted Zlatanov" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog nnimap.el (nnimap-open-connection): Fix login/password bug. Index: ChangeLog diff -u gnus/lisp/ChangeLog:7.1855 gnus/lisp/ChangeLog:7.1856 --- ChangeLog:7.1855 Wed May 14 21:51:51 2008 +++ ChangeLog Wed May 14 22:28:02 2008 @@ -1,5 +1,7 @@ 2008-05-14 Teodor Zlatanov <[email protected]> + * nnimap.el (nnimap-open-connection): Fix login/password bug. + * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps. * auth-source.el: Preliminary Tramp docs. Index: nnimap.el diff -u gnus/lisp/nnimap.el:7.48 gnus/lisp/nnimap.el:7.49 --- nnimap.el:7.48 Fri May 9 23:21:25 2008 +++ nnimap.el Wed May 14 22:28:02 2008 @@ -812,7 +812,7 @@ (list port) (list "imap" "imaps" "143" "993")))) (passwd (or - (auth-source-user-or-password "login" server port) ; this is preferred to netrc-* + (auth-source-user-or-password "password" server port) ; this is preferred to netrc-* (netrc-machine-user-or-password "password" list