From 6464273c8d2dfc1b5e317bb942c1874175ef2595 Mon Sep 17 00:00:00 2001 From: "naving%netscape.com" Date: Fri, 30 Mar 2001 05:30:13 +0000 Subject: [PATCH] 67799, 55814. sr=bienvenu Also check if write has failed to alert the user and stop downloading messages --- mailnews/local/src/nsPop3Sink.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mailnews/local/src/nsPop3Sink.h b/mailnews/local/src/nsPop3Sink.h index 815d864adfb..a96adade475 100644 --- a/mailnews/local/src/nsPop3Sink.h +++ b/mailnews/local/src/nsPop3Sink.h @@ -54,6 +54,7 @@ protected: nsresult WriteLineToMailbox(char *buffer); PRBool m_authed; + PRInt32 m_msgOffset; char* m_accountUrl; PRUint32 m_biffState; PRBool m_senderAuthed;