fixing an odd exchange behaviour

This commit is contained in:
SJ
2014-01-13 13:06:10 +01:00
parent c4928d1710
commit dd2ea801bf
7 changed files with 8 additions and 2 deletions

View File

@@ -69,6 +69,8 @@ int import_message(char *filename, struct session_data *sdata, struct __data *da
sdata->sent = 0;
sdata->delivered = 0;
sdata->import = 1;
state = parse_message(sdata, 1, data, cfg);
post_parse(sdata, &state, cfg);