imap folder listing fix

This commit is contained in:
SJ
2013-09-04 22:42:06 +02:00
parent 016794767c
commit 4a961e4ecc
4 changed files with 69 additions and 42 deletions

View File

@@ -262,6 +262,7 @@ struct __data {
char recursive_folder_names;
char starttls[TINYBUFSIZE];
struct node *mydomains[MAXHASH];
struct node *imapfolders[MAXHASH];
struct import *import;
#ifdef NEED_MYSQL