GNOME Bugzilla – Bug 113679
mailcheck suggestion: only warn if there are successive failures contacting the server
Last modified: 2004-12-22 21:47:04 UTC
Mail server with high loads, or changing network settings can cause the mailcheck applet to fail to contact the server. However, these are only temporary errors, and most probably disappear if it would just try again. Currently, mailcheck disables automatic checking after the first failure. Included is a patch (to 2.2.1, but it also applies to 2.2.2) that will retry 4 times, and will disable only when there have been 4 successive failures (with the warning dialog box).
Created attachment 16819 [details] [review] patch to mailcheck to only give a warning after 4 successive failures
Thanks for the patch :-) I'm moving the bug to gnome-applets because mailcheck is in gnome-applets for 2.3.x
This is now fixed in HEAD where it does not disable auto checking anymore.