From 8a43c2fe3b84d9825c9f9ca37ebda6678f9cfd82 Mon Sep 17 00:00:00 2001 From: Sam Varshavchik Date: Sun, 9 Dec 2018 23:11:49 -0500 Subject: Send a Unicode alert at most once per message. --- imap/imapd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'imap/imapd.c') 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; } -- cgit v1.2.3