Bug #229203 --> convert new lines to commas when pasting into a single line text box

git-svn-id: svn://10.0.0.236/trunk@152020 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org
2004-01-29 17:03:03 +00:00
parent 0d92e4b579
commit 36d2f1b840

View File

@@ -50,6 +50,7 @@ pref("mailnews.attachments.display.largeView", false);
pref("mail.pane_config.dynamic", 0);
pref("mailnews.display.sanitizeJunkMail", true);
pref("mail.standalone", true);
pref("editor.singleLine.pasteNewlines", 4); // substitute commas for new lines in single line text boxes
/////////////////////////////////////////////////////////////////
// End seamonkey suite mailnews.js pref overrides