better duplicate detection

This commit is contained in:
SJ
2014-04-25 21:17:01 +02:00
parent 89ba24c86b
commit a21f5a68e1
8 changed files with 17 additions and 4 deletions

View File

@@ -148,6 +148,7 @@ struct _state {
int abufpos;
char attachedfile[RND_STR_LEN+SMALLBUFSIZE];
char message_id[SMALLBUFSIZE];
char message_id_hash[2*DIGEST_LENGTH+1];
char miscbuf[MAX_TOKEN_LEN];
char qpbuf[MAX_TOKEN_LEN];
unsigned long n_token;