GNOME Bugzilla – Bug 352108
Cannot setup local mail account
Last modified: 2013-09-13 00:54:38 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:
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.
uhm... confirming. varadhan: poke! (patch attached, please review - mustfix for 2.8!)
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.
Created attachment 71345 [details] [review] Updated patch Add a new function to retrieve the path.
Looks perfect. Please commit.
Committed the patch to CVS HEAD.
Created attachment 78773 [details] [review] patch for regression Fix the regression issue of messing up gtk_file_chooser widget.
Please commit.
Srinivasa, thanks. Committed the patch to CVS HEAD and gnome-2-16 branch.
*** Bug 372547 has been marked as a duplicate of this bug. ***
*** Bug 402053 has been marked as a duplicate of this bug. ***
*** Bug 402060 has been marked as a duplicate of this bug. ***