[24125] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r23727 - trunk/debathena/config/thunderbird-config/debian

daemon@ATHENA.MIT.EDU (Evan Broder)
Sat Apr 11 16:15:11 2009

X-Barracuda-Envelope-From: broder@mit.edu
Date: Sat, 11 Apr 2009 16:14:11 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200904112014.n3BKEBiV002588@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: broder
Date: 2009-04-11 16:14:10 -0400 (Sat, 11 Apr 2009)
New Revision: 23727

Modified:
   trunk/debathena/config/thunderbird-config/debian/debathena.cfg
Log:
In thunderbird-config, default to saving templates, drafts, and sent
mail to the IMAP server.


Modified: trunk/debathena/config/thunderbird-config/debian/debathena.cfg
===================================================================
--- trunk/debathena/config/thunderbird-config/debian/debathena.cfg	2009-04-11 19:07:37 UTC (rev 23726)
+++ trunk/debathena/config/thunderbird-config/debian/debathena.cfg	2009-04-11 20:14:10 UTC (rev 23727)
@@ -109,11 +109,11 @@
 	
 	defaultPref("mail.identity.id1.fcc", true);
 	defaultPref("mail.identity.id1.fcc_folder_picker_mode", "0");
-	defaultPref("mail.identity.id1.fcc_folder", "mailbox://nobody@Local%20Folders/Sent");
+	defaultPref("mail.identity.id1.fcc_folder", imapRoot+"/Sent");
 	defaultPref("mail.identity.id1.drafts_folder_picker_mode", "0");
-	defaultPref("mail.identity.id1.draft_folder", "mailbox://nobody@Local%20Folders/Drafts");
+	defaultPref("mail.identity.id1.draft_folder", imapRoot+"/Drafts");
 	defaultPref("mail.identity.id1.tmpl_folder_picker_mode", "0");
-	defaultPref("mail.identity.id1.stationery_folder", "mailbox://nobody@Local%20Folders/Templates");
+	defaultPref("mail.identity.id1.stationery_folder", imapRoot+"/Templates");
 	
 	// Setup LDAP Servers & Addressbooks
 	defaultPref("ldap_2.servers.MITCampusDirectory.auth.savePassword", false);


home help back first fref pref prev next nref lref last post