lisp/gnus/nnimap.el: Search the netrc entries for the logical server name, then the actual

This commit is contained in:
Ted Zlatanov 2013-10-29 13:54:16 +00:00 committed by Katsumi Yamaoka
parent 142207c0e6
commit 0bdb7b45fc
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2013-10-29 Teodor Zlatanov <tzz@lifelogs.com>
* nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
`nnoo-current-server' first, then for the actual `nnimap-address' to
allow netrc entries for the nnoo server to coexist with netrc entries
for the `nnimap-address'.
2013-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
* mm-decode.el (mm-dissect-buffer): Revert last change.

View file

@ -456,8 +456,8 @@ textual parts.")
(nnimap-credentials
(gnus-delete-duplicates
(list
nnimap-address
(nnoo-current-server 'nnimap)))
(nnoo-current-server 'nnimap)
nnimap-address))
ports
nnimap-user))))
(setq nnimap-object nil)