From dc78c888ac227b34ad275138ac8c95f8e59aea7e Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Sat, 22 May 1999 19:37:13 +0000 Subject: [PATCH] fix for #6889. a=chofmann. use tempMessage.eml so that reply to news works. --- mailnews/news/src/nsNNTPProtocol.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mailnews/news/src/nsNNTPProtocol.h b/mailnews/news/src/nsNNTPProtocol.h index 4799d6f973a..64511bb2f71 100644 --- a/mailnews/news/src/nsNNTPProtocol.h +++ b/mailnews/news/src/nsNNTPProtocol.h @@ -41,15 +41,15 @@ #include "prio.h" #ifdef XP_UNIX -#define ARTICLE_PATH "/usr/tmp/tempArticle.eml" +#define ARTICLE_PATH "/usr/tmp/tempMessage.eml" #endif #ifdef XP_PC -#define ARTICLE_PATH "c:\\temp\\tempArticle.eml" +#define ARTICLE_PATH "c:\\temp\\tempMessage.eml" #endif #ifdef XP_MAC -#define ARTICLE_PATH "tempArticle.eml" +#define ARTICLE_PATH "tempMessage.eml" #endif // State Flags (Note, I use the word state in terms of storing