зеркало из https://github.com/mozilla/gecko-dev.git
fix for #6889. a=chofmann.
use tempMessage.eml so that reply to news works.
This commit is contained in:
Родитель
b5e1dc09c3
Коммит
ad3f33881c
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче