GNOME Bugzilla – Bug 232581
Can't show which mail account is the default one.
Last modified: 2013-09-10 14:03:10 UTC
Description of Problem: Can't show which mail account is the default one. Steps to reproduce the problem: 1.Open evolution. 2.Click Tools->Mail Settings. 3.Click Account Settings. 4.Add more than one mail account. 5.Select one mail account, set it as the default one. Actual Results: The account should be marked as the default one. Expected Results: Nothing happens How often does this happen? every time.
I can reproduce this bug on RH8 with evolution1.1.90,it is a regression,so I will try to fix it.
Created attachment 41702 [details] [review] patch version 0.01
Hello, Maintainers Could you mind review my patch? Thank you very much.
*** bug 233474 has been marked as a duplicate of this bug. ***
Created attachment 41710 [details] [review] patch version 0.02
+ text[2] = g_strdup_printf ("%s%s", url && url->protocol ? url->protocol : _("None"), + (account == default_account) ? _(" (default)") : ""); the second line should be indented to line up with the character right after the ( of the g_strdup_printf (emacs should automagically do this for you)
Created attachment 41712 [details] [review] patch version 0.03
Thanks for fejj's advice, I have changed the form of my patch.
fixed in CVS with a slight variation on the patch (the [default] string is now on the account name column instead of the protocol column
*** http://bugzilla.ximian.com/show_bug.cgi?id=37116 has been marked as a duplicate of this bug. ***