AyatanaIndicators / ayatana-webmail

Webmail notifications and actions for any desktop
GNU General Public License v3.0
8 stars 4 forks source link

Do not fail in the idler stop method on connection drops #29

Closed IngoMeyer441 closed 2 years ago

IngoMeyer441 commented 2 years ago

On connection drops or standby events, sending a noop command is not possible, and leads to a failing stop method in the Idler class. This commit adds a try/except block to ignore that error case, since it is not relevant for the stop method.

This fixes an error that was introduced by my PR #27. :disappointed: