GNOME Bugzilla – Bug 584902
Disabled default account hides "From" in composer
Last modified: 2013-09-13 01:04:06 UTC
When I have set my default account disabled, the "From" field, with Signature, is hidden in composer, and I even cannot choose it in View menu. Actually, I cannot change anything from a View menu when the default account is disabled.
What's happening here is when you disable your default account, highlight a folder under "On This Computer" or "Search Folders" and click "New", the mailer can't associate the selected folder with an account so it tries to fall back to the default account but can't because it's disabled. Fixed EAccountComboBox to choose the first usable account as a last ditch fallback under these conditions, which probably won't be the account the user wants but it's the best we can do from the "widgets" level. When opening a new composer from the mailer, we could probably be smarter about mapping the selected folder to an account. Or we could simply prohibit the default account from being disabled and avoid this issue altogether, which is still my preference. http://git.gnome.org/cgit/evolution/commit/?id=1276d2a9b42398e7ec978efc24e99aa6cd31e631
*** Bug 243241 has been marked as a duplicate of this bug. ***