diff options
| author | Sam Varshavchik | 2018-12-09 23:11:49 -0500 | 
|---|---|---|
| committer | Sam Varshavchik | 2018-12-09 23:11:49 -0500 | 
| commit | 8a43c2fe3b84d9825c9f9ca37ebda6678f9cfd82 (patch) | |
| tree | 1729bc47bdcdf722be181a440129bab54efc67f1 /imap/imapscanclient.h | |
| parent | a1d3a864cf488e9bd2c49dc01289e49d857fdeb7 (diff) | |
| download | courier-libs-8a43c2fe3b84d9825c9f9ca37ebda6678f9cfd82.tar.bz2 | |
Send a Unicode alert at most once per message.
Diffstat (limited to 'imap/imapscanclient.h')
| -rw-r--r-- | imap/imapscanclient.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/imap/imapscanclient.h b/imap/imapscanclient.h index 2b01180..373bc83 100644 --- a/imap/imapscanclient.h +++ b/imap/imapscanclient.h @@ -23,6 +23,7 @@ struct imapscanmessageinfo {  	char storeflag;  /* Used by imap_addRemoveKeywords() */ +	char err8bitflag;       /* Invalid 8 bit header error was reported */  	/* When reading keywords, hash messages by filename */  	struct imapscanmessageinfo *firstBucket, *nextBucket; @@ -59,7 +60,7 @@ struct uidplus_info {  	unsigned long uid; /* Initialized by imapscan_maildir2 */  	unsigned long old_uid; /* Initialized by do_copy() */ -	 +  	time_t mtime;  } ; | 
