From ed6cbe944dbfca745e9979874e1bdcd5aa285d99 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Tue, 19 Oct 1999 01:24:25 +0000 Subject: [PATCH] other part of fix for #15235. fix send later. r=alecf git-svn-id: svn://10.0.0.236/trunk@51092 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/mailnews.js | 1 + mozilla/modules/libpref/src/init/mailnews.js | 1 + 2 files changed, 2 insertions(+) diff --git a/mozilla/mailnews/mailnews.js b/mozilla/mailnews/mailnews.js index a310632d1aa..d53e16da16f 100644 --- a/mozilla/mailnews/mailnews.js +++ b/mozilla/mailnews/mailnews.js @@ -349,3 +349,4 @@ pref("mail.identity.default.compose_html", true); pref("mail.update_compose_title_as_you_type", true); pref("mail.collect_email_address", true); +pref("mail.default_sendlater_uri","mailbox://nobody@Local Mail/Unsent Messages"); diff --git a/mozilla/modules/libpref/src/init/mailnews.js b/mozilla/modules/libpref/src/init/mailnews.js index a310632d1aa..d53e16da16f 100644 --- a/mozilla/modules/libpref/src/init/mailnews.js +++ b/mozilla/modules/libpref/src/init/mailnews.js @@ -349,3 +349,4 @@ pref("mail.identity.default.compose_html", true); pref("mail.update_compose_title_as_you_type", true); pref("mail.collect_email_address", true); +pref("mail.default_sendlater_uri","mailbox://nobody@Local Mail/Unsent Messages");