diff options
| author | Sam Varshavchik | 2020-12-01 05:00:02 -0500 | 
|---|---|---|
| committer | Sam Varshavchik | 2020-12-01 05:00:02 -0500 | 
| commit | 2e734d23becf9dfaf7c830235dd0e4ef5fcdb482 (patch) | |
| tree | 12ce9375f0dedb9a03e7dd3be01f3914415581e4 /imap/imapd.c | |
| parent | 521f14cdadc891575b4599bd8ceb92a1dd41615a (diff) | |
| parent | 5c826bd3a09ca686b5b18365839db7cfb33e3ccd (diff) | |
| download | courier-libs-2e734d23becf9dfaf7c830235dd0e4ef5fcdb482.tar.bz2 | |
Merge branch 'master' of monster:/home/var/www/gitrepos/courier-libs into master
Diffstat (limited to 'imap/imapd.c')
| -rw-r--r-- | imap/imapd.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| 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;  	} | 
