Gnus development mailing list
 help / color / mirror / Atom feed
* nnimap minor niggle.
@ 2003-03-19  0:53 Daniel Pittman
  2003-03-19  6:38 ` Kevin Greiner
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Pittman @ 2003-03-19  0:53 UTC (permalink / raw)


If the IMAP server closes the connection under nnimap while it is
prompting for the password, nnimap (during Gnus startup) throws an error
and kills the startup process.

This happens often for me because my IMAP server has a short timeout at
the login stage, and because nnimap is a secondary method after nnmail,
which takes long enough to split a few hundred messages that I ignore
the startup for a bit...

    Daniel

-- 
Love is the triumph of imagination over intelligence.
        -- H. L. Mencken



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: nnimap minor niggle.
  2003-03-19  0:53 nnimap minor niggle Daniel Pittman
@ 2003-03-19  6:38 ` Kevin Greiner
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Greiner @ 2003-03-19  6:38 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 549 bytes --]

Daniel Pittman <daniel@rimspace.net> writes:

> If the IMAP server closes the connection under nnimap while it is
> prompting for the password, nnimap (during Gnus startup) throws an error
> and kills the startup process.
>
> This happens often for me because my IMAP server has a short timeout at
> the login stage, and because nnimap is a secondary method after nnmail,
> which takes long enough to split a few hundred messages that I ignore
> the startup for a bit...

Daniel,
Does this patch keep the startup process running after nnimap dies?


[-- Attachment #2: Patch for gnus-int.el --]
[-- Type: text/plain, Size: 354 bytes --]

--- lisp.cvs_ref/gnus-int.el	Sun Mar  2 21:13:44 2003
+++ lisp/gnus-int.el	Tue Mar 18 23:21:00 2003
@@ -206,6 +206,7 @@
 		 (funcall (gnus-get-function gnus-command-method 'open-server)
 			  (nth 1 gnus-command-method)
 			  (nthcdr 2 gnus-command-method))
+               (error nil)
 	       (quit
 		(message "Quit trying to open server")
 		nil))))

[-- Attachment #3: Type: text/plain, Size: 7 bytes --]


Kevin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-03-19  6:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-19  0:53 nnimap minor niggle Daniel Pittman
2003-03-19  6:38 ` Kevin Greiner

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 NNTP newsgroup(s).