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 352108 - Cannot setup local mail account
Cannot setup local mail account
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
2.8.x
Other All
: Urgent critical
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
: 372547 402053 402060 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-08-20 06:20 UTC by Xiurong Simon Zheng
Modified: 2013-09-13 00:54 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
patch (3.52 KB, patch)
2006-08-20 06:36 UTC, Xiurong Simon Zheng
none Details | Review
Updated patch (4.79 KB, patch)
2006-08-22 04:59 UTC, Xiurong Simon Zheng
committed Details | Review
patch for regression (741 bytes, patch)
2006-12-22 04:56 UTC, Xiurong Simon Zheng
committed Details | Review

Description Xiurong Simon Zheng 2006-08-20 06:20:47 UTC
Please describe the problem:
Cannot setup local mail account

Steps to reproduce:
1. Launch evolution.
2. Select menu Edit->preference, then add a new mail accound.
3. Select "Server Type" as "Local delivery", 
4. Attempt to setup local spool mail account, selecting e.g. /var/mail/gn_tst1 as the mail box in configuration field.

Actual results:
After selecting e.g. /var/mail/gn_tst1 as the mail box, the forward button in the setup dialog remains greyed out=> user cannot setup local mail account.

Expected results:
After selecting e.g. /var/mail/gn_tst1 as the mail box, the forward button in the setup dialog becomes sensitive.

Does this happen every time?
Yes

Other information:
Comment 1 Xiurong Simon Zheng 2006-08-20 06:36:03 UTC
Created attachment 71231 [details] [review]
patch

As GnomeFileEntry has been replaced by GtkFileButton, we should use gtk_file_chooser_get_filename() to get filename selected.
Comment 2 André Klapper 2006-08-20 11:44:03 UTC
uhm... confirming.
varadhan: poke! (patch attached, please review - mustfix for 2.8!)
Comment 3 Srinivasa Ragavan 2006-08-21 08:11:11 UTC
Simonz, The patch is wrong. The emae_service_url_changed is used by host and other entries also, which are GtkEntry. Just apply the patch and see the console, you see the critical warnings. They also have to be handled. 
Comment 4 Xiurong Simon Zheng 2006-08-22 04:59:19 UTC
Created attachment 71345 [details] [review]
Updated patch

Add a new function to retrieve the path.
Comment 5 Srinivasa Ragavan 2006-08-22 05:16:57 UTC
Looks perfect. Please commit. 
Comment 6 Xiurong Simon Zheng 2006-08-22 11:24:00 UTC
Committed the patch to CVS HEAD.
Comment 7 Xiurong Simon Zheng 2006-12-22 04:56:53 UTC
Created attachment 78773 [details] [review]
patch for regression 

Fix the regression issue of messing up gtk_file_chooser widget.
Comment 8 Srinivasa Ragavan 2006-12-22 06:12:22 UTC
Please commit.
Comment 9 Xiurong Simon Zheng 2006-12-22 08:04:44 UTC
Srinivasa, thanks. Committed the patch to CVS HEAD and gnome-2-16 branch.
Comment 10 Kjartan Maraas 2007-01-25 16:50:10 UTC
*** Bug 372547 has been marked as a duplicate of this bug. ***
Comment 11 Karsten Bräckelmann 2007-02-01 22:29:17 UTC
*** Bug 402053 has been marked as a duplicate of this bug. ***
Comment 12 Karsten Bräckelmann 2007-02-01 22:29:24 UTC
*** Bug 402060 has been marked as a duplicate of this bug. ***