Skip to content

Fix an error being thrown when an active GOA account is disabled

Michael Gratton requested to merge wip/fix-error-on-goa-account-disabled into master

When GOA accounts are disabled in Settings, they are updated in Geary. This caused an error updating credentials since we were trying to update the credentials for a now-disabled account.

This patch makes Geary not do this.

Merge request reports