* Build error: extra paren
@ 2004-09-11 3:10 Paul Pogonyshev
2004-09-10 22:31 ` Miles Bader
0 siblings, 1 reply; 3+ messages in thread
From: Paul Pogonyshev @ 2004-09-11 3:10 UTC (permalink / raw)
This seems like the intended version of the latest change
by Teodor Zlatanov.
2004-09-11 Paul Pogonyshev <pogonyshev@gmx.net>
* nnimap.el (nnimap-open-connection): Fix last change by Teodor
Zlatanov (remove extra closing paren).
--- nnimap.el.~1.15.~ 2004-09-11 00:40:56.000000000 -0200
+++ nnimap.el 2004-09-11 01:08:02.000000000 -0200
@@ -731,7 +731,7 @@ If EXAMINE is non-nil the group is selec
(gnus-netrc-machine list
(or nnimap-server-address
nnimap-address)
- port "imaps")))
+ port "imaps"))
(user (gnus-netrc-get alist "login"))
(passwd (gnus-netrc-get alist "password")))
(if (imap-authenticate user passwd nnimap-server-buffer)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-09-11 4:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-11 3:10 Build error: extra paren Paul Pogonyshev
2004-09-10 22:31 ` Miles Bader
2004-09-11 4:28 ` Paul Pogonyshev
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).