reindex sent date fix

This commit is contained in:
SJ 2014-06-04 23:23:13 +02:00
parent ea5513105a
commit 196c6d272f
2 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#define VERSION "0.1.25-rc2"
#define BUILD 874
#define BUILD 875
#define HOSTID "mailarchiver"

View File

@ -119,6 +119,8 @@ uint64 retrieve_email_by_metadata_id(struct session_data *sdata, struct __data *
snprintf(sdata->filename, SMALLBUFSIZE-1, "%s", filename);
sdata->sent = 0;
state = parse_message(sdata, 0, data, cfg);
post_parse(sdata, &state, cfg);