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 232581 - Can't show which mail account is the default one.
Can't show which mail account is the default one.
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
pre-1.5 (obsolete)
Other All
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
: 233474 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-10-21 05:35 UTC by Jessie Li
Modified: 2013-09-10 14:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch version 0.01 (1.08 KB, patch)
2002-11-07 13:36 UTC, Antonio Xu
none Details | Review
patch version 0.02 (1.81 KB, patch)
2002-11-11 05:46 UTC, Antonio Xu
none Details | Review
patch version 0.03 (1.82 KB, patch)
2002-11-11 08:20 UTC, Antonio Xu
none Details | Review

Description Jessie Li 2002-10-21 05:35:06 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.
Comment 1 Antonio Xu 2002-11-07 09:41:32 UTC
I can reproduce this bug on RH8 with evolution1.1.90,it is a
regression,so I will try to fix it.
Comment 2 Antonio Xu 2002-11-07 13:36:34 UTC
Created attachment 41702 [details] [review]
patch version 0.01
Comment 3 Antonio Xu 2002-11-07 13:38:06 UTC
Hello, Maintainers
Could you mind review my patch? Thank you very much.
Comment 4 Henry Jia 2002-11-08 06:22:09 UTC
*** bug 233474 has been marked as a duplicate of this bug. ***
Comment 5 Antonio Xu 2002-11-11 05:46:02 UTC
Created attachment 41710 [details] [review]
patch version 0.02
Comment 6 Jeffrey Stedfast 2002-11-11 06:29:39 UTC
+			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)
Comment 7 Antonio Xu 2002-11-11 08:20:18 UTC
Created attachment 41712 [details] [review]
patch version 0.03
Comment 8 Antonio Xu 2002-11-11 08:22:18 UTC
Thanks for fejj's advice, I have changed the form of my patch.
Comment 9 Jeffrey Stedfast 2002-11-18 14:00:11 UTC
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
Comment 10 JP Rosevear 2003-01-23 22:24:20 UTC
*** http://bugzilla.ximian.com/show_bug.cgi?id=37116 has been marked as a duplicate of this bug. ***