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

@@ -199,6 +199,7 @@ struct session_data {
char digest[2*DIGEST_LENGTH+1];
time_t now, sent, delivered, retained;
char ms_journal;
char import;
int journal_envelope_length, journal_bottom_length;
#ifdef NEED_MYSQL
MYSQL mysql;