added archive only mydomains feature

This commit is contained in:
SJ
2013-07-12 22:54:45 +02:00
parent 52a43e5d42
commit 66b8d079d2
13 changed files with 78 additions and 41 deletions

View File

@@ -246,7 +246,7 @@ struct __data {
int folder;
char recursive_folder_names;
char starttls[TINYBUFSIZE];
char mydomains[MAXBUFSIZE];
struct list *mydomains;
#ifdef NEED_MYSQL
MYSQL_STMT *stmt_generic;