finalized google free apps support

This commit is contained in:
SJ
2012-09-28 14:15:45 +02:00
parent 14ef68ed98
commit f2dd3b669a
7 changed files with 113 additions and 11 deletions

View File

@@ -98,8 +98,6 @@ ENDE:
switch(rc) {
case OK:
//printf("imported: %s\n", filename);
bzero(&counters, sizeof(counters));
counters.c_size += sdata->tot_len;
update_counters(sdata, data, &counters, cfg);
@@ -107,7 +105,6 @@ ENDE:
break;
case ERR_EXISTS:
//printf("discarding duplicate message: %s\n", filename);
rc = OK;
break;