GNOME Bugzilla – Bug 778364
Broken "Additional email addresses…" feature
Last modified: 2017-02-09 11:01:18 UTC
The button to edit additional email addresses in account settings is currently broken, since it tries to find the account information associated with the email of the page (gautier@damsy.net), while Geary.Engine.instance.get_accounts(); now returns account_0X instead (account_02 here). So when you click on the button nothing happens. I think this should be fixed before 0.11.3 release?
Oh, thanks for noticing this. I've pushed commit 4e27949 to master with a fix. Happily, the account id change (Bug 714643) happened after 0.11 was branched, so the next 0.11.x release shouldn't have the problem.