From 32aca7975152a42e5f220b09c5e9cbafd6c597a6 Mon Sep 17 00:00:00 2001 From: Sam Varshavchik Date: Mon, 30 Nov 2020 19:35:36 -0500 Subject: imap: send Unicode alerts only for new messages. --- imap/imapd.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'imap/imapd.c') diff --git a/imap/imapd.c b/imap/imapd.c index 095defb..c0b5908 100644 --- a/imap/imapd.c +++ b/imap/imapd.c @@ -1334,8 +1334,6 @@ 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