sync with sylpheed 0.7.0cvs38
[claws.git] / src / prefs_account.c
index 8c46a277affaa7b2c535518ec75ccce8216b15d3..90895773bb985d76d6cc813cd8d0466fb3a6660a 100644 (file)
@@ -1659,7 +1659,7 @@ static void prefs_account_select_inbox_cb(void)
        FolderItem *item;
        gchar      *path;
 
        FolderItem *item;
        gchar      *path;
 
-       item = foldersel_folder_sel(NULL, NULL);
+       item = foldersel_folder_sel(NULL, FOLDER_SEL_COPY, NULL);
        if (item) {
                path = folder_item_get_identifier(item);
                gtk_entry_set_text(GTK_ENTRY(receive.inbox_entry), path);
        if (item) {
                path = folder_item_get_identifier(item);
                gtk_entry_set_text(GTK_ENTRY(receive.inbox_entry), path);