only launch and check mail when there is network connection
Bug #373277 reported by
David Nielsen
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GMail Notifier |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
gm-notify is only useful when there is a working network connection. Network Manager will tell you that status, it would thus make a good addition to add conditions for this in the code along with an suitable failure message.
Changed in gm-notify: | |
status: | New → Confirmed |
To post a comment you must log in.
well, currently gm-notify fails silently (only log to stdout) if it can't connect to the server. This is intended, because normally a user doesn't want to get interrupted every 5 minutes by a mail notifier, telling him that he can't fetch the mails... Moreover if it tries to connect but there is no network it doesn't generate any traffic.
I think it's a really minor issue that should be done when almost everything else is working ;)