display the stored id when a duplicate is found

This commit is contained in:
SJ
2013-11-12 14:51:31 +01:00
parent c31355b343
commit 7cd329f10c
6 changed files with 10 additions and 8 deletions

View File

@@ -187,6 +187,7 @@ struct session_data {
char acceptbuf[SMALLBUFSIZE];
char attachments[SMALLBUFSIZE];
char internal_sender, internal_recipient, external_recipient;
uint64 duplicate_id;
short int customer_id;
int direction;
int tls;