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 778364 - Broken "Additional email addresses…" feature
Broken "Additional email addresses…" feature
Status: RESOLVED FIXED
Product: geary
Classification: Other
Component: general
master
Other Linux
: Normal major
: ---
Assigned To: Geary Maintainers
Geary Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-02-08 20:49 UTC by Gautier Pelloux-Prayer
Modified: 2017-02-09 11:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gautier Pelloux-Prayer 2017-02-08 20:49:24 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?
Comment 1 Michael Gratton 2017-02-09 11:01:18 UTC
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.