Gnus development mailing list
 help / color / mirror / Atom feed
From: Kevin Greiner <kgreiner@xpediantsolutions.com>
Subject: Re: nnimap minor niggle.
Date: Wed, 19 Mar 2003 00:38:55 -0600	[thread overview]
Message-ID: <u3clj3log.fsf@xpediantsolutions.com> (raw)
In-Reply-To: <87isug9ny8.fsf@enki.rimspace.net>

[-- 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

      reply	other threads:[~2003-03-19  6:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-19  0:53 Daniel Pittman
2003-03-19  6:38 ` Kevin Greiner [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=u3clj3log.fsf@xpediantsolutions.com \
    --to=kgreiner@xpediantsolutions.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).