Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0bdb7b45
Commit
0bdb7b45
authored
Oct 29, 2013
by
Ted Zlatanov
Committed by
Katsumi Yamaoka
Oct 29, 2013
Browse files
lisp/gnus/nnimap.el: Search the netrc entries for the logical server name, then the actual
parent
142207c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+7
-0
lisp/gnus/nnimap.el
lisp/gnus/nnimap.el
+2
-2
No files found.
lisp/gnus/ChangeLog
View file @
0bdb7b45
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.
...
...
lisp/gnus/nnimap.el
View file @
0bdb7b45
...
...
@@ -456,8 +456,8 @@ textual parts.")
(
nnimap-credentials
(
gnus-delete-duplicates
(
list
nnimap-address
(
nn
oo-current-server
'nnimap
)
))
(
nnoo-current-server
'nnimap
)
nn
imap-address
))
ports
nnimap-user
))))
(
setq
nnimap-object
nil
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment