After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 113679 - mailcheck suggestion: only warn if there are successive failures contacting the server
mailcheck suggestion: only warn if there are successive failures contacting t...
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: mailcheck
2.2.x
Other Linux
: High normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-05-25 08:04 UTC by Bart Vanhaute
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to mailcheck to only give a warning after 4 successive failures (4.57 KB, patch)
2003-05-25 08:06 UTC, Bart Vanhaute
none Details | Review

Description Bart Vanhaute 2003-05-25 08:04:58 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).
Comment 1 Bart Vanhaute 2003-05-25 08:06:03 UTC
Created attachment 16819 [details] [review]
patch to mailcheck to only give a warning after 4 successive failures
Comment 2 Mark McLoughlin 2003-05-25 10:39:22 UTC
Thanks for the patch :-) I'm moving the bug to gnome-applets because
mailcheck is in gnome-applets for 2.3.x 
Comment 3 Kevin Vandersloot 2003-05-25 12:12:23 UTC
This is now fixed in HEAD where it does not disable auto checking anymore.