lisp/gnus/nnimap.el: Search the netrc entries for the logical server name, then the actual
This commit is contained in:
parent
142207c0e6
commit
0bdb7b45fc
2 changed files with 9 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue