From 57a030216e8f03048e8a222c41025357bb216c69 Mon Sep 17 00:00:00 2001 From: Arne Zellentin Date: Thu, 15 Jun 2006 16:11:19 +0000 Subject: [PATCH] * no longer force the user to enter a username for the outgoing (smtp) server. silvan, please check whether you agree. pmo-trunk-r272 --- src/gtk-glade/modest-ui-wizard.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gtk-glade/modest-ui-wizard.c b/src/gtk-glade/modest-ui-wizard.c index 082521c..a4beffe 100644 --- a/src/gtk-glade/modest-ui-wizard.c +++ b/src/gtk-glade/modest-ui-wizard.c @@ -113,11 +113,12 @@ gboolean advance_sanity_check(GtkWindow *parent, GladeXML *glade_xml, gint cp) { wizard_missing_notification(NULL, "Please specify outgoing server address."); return FALSE; } + /* smtp servers may work without a username if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(glade_xml_get_widget(glade_xml, "AWUseIncomingCheckButton")))==FALSE && strlen(gtk_entry_get_text(GTK_ENTRY(glade_xml_get_widget(glade_xml, "AWOutUserNameEntry"))))==0) { wizard_missing_notification(NULL, "Please enter user name."); return FALSE; - } + } */ return TRUE; break; -- 1.7.9.5