2007-02-08 [colin] 2.7.2cvs31
[claws.git] / src / prefs_account.c
index cf25d73a6f8da737fdffedda17678e192845c46b..97d92f501b6c4d9b8ca6b646802b0cbc61151582 100644 (file)
@@ -2597,7 +2597,8 @@ static gint prefs_account_apply(void)
                return -1;
        }
        if (protocol == A_POP3 || protocol == A_LOCAL) {
-               const gchar *mailbox = gtk_entry_get_text(GTK_ENTRY(receive.inbox_entry));
+               GtkWidget *inbox_entry = (protocol == A_POP3 ? receive.inbox_entry : receive.local_inbox_entry );
+               const gchar *mailbox = gtk_entry_get_text(GTK_ENTRY(inbox_entry));
                FolderItem *inbox =  folder_find_item_from_identifier(mailbox);
                if (inbox == NULL) {
                        alertpanel_error(_("The default inbox folder doesn't exist."));