From 36d2f1b840ebaf005cafb886d7397dd7efcdce40 Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Thu, 29 Jan 2004 17:03:03 +0000 Subject: [PATCH] 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 --- mozilla/mail/app/profile/thunderbird.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/mail/app/profile/thunderbird.js b/mozilla/mail/app/profile/thunderbird.js index 2740116b6bd..bc59208da45 100644 --- a/mozilla/mail/app/profile/thunderbird.js +++ b/mozilla/mail/app/profile/thunderbird.js @@ -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