Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-541
Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-24 lisp/nnimap.el (nnimap-open-connection): Remove extraneous end-paren
This commit is contained in:
parent
7cb0aa56ca
commit
6e7fb80cca
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
|
||||
|
||||
* nnimap.el (nnimap-open-connection): Remove extraneous end-paren.
|
||||
|
||||
2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
|
||||
|
||||
* nnimap.el (nnimap-open-connection): allow 'imaps' as a synonym
|
||||
|
|
|
@ -727,7 +727,7 @@ If EXAMINE is non-nil the group is selected read-only."
|
|||
(gnus-netrc-machine list
|
||||
(or nnimap-server-address
|
||||
nnimap-address)
|
||||
port "imap"))
|
||||
port "imap")
|
||||
(gnus-netrc-machine list
|
||||
(or nnimap-server-address
|
||||
nnimap-address)
|
||||
|
|
Loading…
Add table
Reference in a new issue