changeset 2323:ec1dac19cb06 HEAD

outlook-no-nuls workaround fix
author Timo Sirainen <tss@iki.fi>
date Mon, 12 Jul 2004 21:14:45 +0300
parents aae574ed7f4c
children ea745d0c9c4b
files src/pop3/commands.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/pop3/commands.c	Mon Jul 12 14:35:50 2004 +0300
+++ b/src/pop3/commands.c	Mon Jul 12 21:14:45 2004 +0300
@@ -246,6 +246,7 @@
 				   (client_workarounds &
 				    WORKAROUND_OUTLOOK_NO_NULS) != 0) {
 				add = '\x80';
+				break;
 			}
 		}