2007-03-12 [colin] 2.8.1cvs8
[claws.git] / src / wizard.c
index dabb13b4f9a5965332c533bddb5cbc090b54dc3b..7a74bb5d06e97740971c17a1362380e78c65906a 100644 (file)
@@ -685,6 +685,10 @@ static gboolean wizard_write_config(WizardWindow *wizard)
                                gtk_entry_get_text(GTK_ENTRY(wizard->organization)));
        prefs_account->smtp_server = g_strdup(smtp_server);
 
+       prefs_account->inbox = g_strdup_printf("#mh/%s/inbox",
+                       g_path_get_basename(gtk_entry_get_text(GTK_ENTRY(wizard->mailbox_name))));
+       prefs_account->local_inbox = g_strdup(prefs_account->inbox);
+
        if (prefs_account->protocol != A_LOCAL)
                prefs_account->recv_server = g_strdup(recv_server);
        else