mirror of
https://bitbucket.org/jsuto/piler.git
synced 2026-04-05 17:39:20 +02:00
added a reindexing utility
This commit is contained in:
@@ -66,7 +66,7 @@ int import_message(char *filename, struct session_data *sdata, struct __data *da
|
||||
|
||||
sdata->sent = 0;
|
||||
|
||||
state = parse_message(sdata, cfg);
|
||||
state = parse_message(sdata, 1, cfg);
|
||||
post_parse(sdata, &state, cfg);
|
||||
|
||||
if(sdata->sent > sdata->now) sdata->sent = sdata->now;
|
||||
|
||||
Reference in New Issue
Block a user