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/imapd.c | |
| parent | a1d3a864cf488e9bd2c49dc01289e49d857fdeb7 (diff) | |
| download | courier-libs-8a43c2fe3b84d9825c9f9ca37ebda6678f9cfd82.tar.bz2 | |
Send a Unicode alert at most once per message.
Diffstat (limited to 'imap/imapd.c')
| -rw-r--r-- | imap/imapd.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/imap/imapd.c b/imap/imapd.c index b71eb57..a38e2aa 100644 --- a/imap/imapd.c +++ b/imap/imapd.c @@ -1334,6 +1334,8 @@ void doNoop(int real_noop)  #endif  		new_maildir_info.msgs[j].copiedflag=  			current_maildir_info.msgs[i].copiedflag; +		new_maildir_info.msgs[j].err8bitflag= +			current_maildir_info.msgs[i].err8bitflag;  		++j;  	} | 
