summaryrefslogtreecommitdiffstats
path: root/mailnews/imap/src/nsImapServerResponseParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'mailnews/imap/src/nsImapServerResponseParser.h')
-rw-r--r--mailnews/imap/src/nsImapServerResponseParser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mailnews/imap/src/nsImapServerResponseParser.h b/mailnews/imap/src/nsImapServerResponseParser.h
index fb5762b6b..4a21de905 100644
--- a/mailnews/imap/src/nsImapServerResponseParser.h
+++ b/mailnews/imap/src/nsImapServerResponseParser.h
@@ -256,6 +256,9 @@ private:
int32_t charsReadSoFar;
bool fLastChunk;
+ // Flags split of \r and \n between chunks in msg_fetch_literal().
+ bool fNextChunkStartsWithNewline;
+
// points to the current body shell, if any
RefPtr<nsIMAPBodyShell> m_shell;