pilerimport fix

This commit is contained in:
SJ 2013-09-26 23:12:29 +02:00
parent 9580e2f70e
commit 74ab6f0193

View File

@ -264,6 +264,8 @@ int import_from_imap_server(char *server, char *username, char *password, int po
struct node *q;
inithash(data->imapfolders);
snprintf(port_string, sizeof(port_string)-1, "%d", port);
memset(&hints, 0, sizeof(hints));
@ -297,8 +299,6 @@ int import_from_imap_server(char *server, char *username, char *password, int po
}
inithash(data->imapfolders);
rc = list_folders(sd, &seq, use_ssl, data);
if(rc == ERR) goto ENDE_IMAP;