Advertisement
Guest User

example prefs.js

a guest
Nov 30th, 2011
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. user_pref("idle.lastDailyNotification", 1322681472);
  2. user_pref("mail.account.account1.identities", "id1");
  3. user_pref("mail.account.account1.server", "server1");
  4. user_pref("mail.account.account2.server", "server2");
  5. user_pref("mail.accountmanager.accounts", "account1,account2");
  6. user_pref("mail.accountmanager.defaultaccount", "account1");
  7. user_pref("mail.accountmanager.localfoldersserver", "server2");
  8. user_pref("mail.append_preconfig_smtpservers.version", 2);
  9. user_pref("mail.identity.id1.draft_folder", "imap://user%40gmail.com@imap.googlemail.com/Drafts");
  10. user_pref("mail.identity.id1.drafts_folder_picker_mode", "0");
  11. user_pref("mail.identity.id1.fcc_folder", "imap://user%40gmail.com@imap.googlemail.com/Sent");
  12. user_pref("mail.identity.id1.fcc_folder_picker_mode", "0");
  13. user_pref("mail.identity.id1.fullName", "user");
  14. user_pref("mail.identity.id1.smtpServer", "smtp1");
  15. user_pref("mail.identity.id1.stationery_folder", "imap://user%40gmail.com@imap.googlemail.com/Templates");
  16. user_pref("mail.identity.id1.tmpl_folder_picker_mode", "0");
  17. user_pref("mail.identity.id1.useremail", "user@gmail.com");
  18. user_pref("mail.identity.id1.valid", true);
  19. user_pref("mail.root.imap", "C:\\Users\\username\\AppData\\Roaming\\Thunderbird\\Profiles\\go3wncp4.default\\ImapMail");
  20. user_pref("mail.root.imap-rel", "[ProfD]ImapMail");
  21. user_pref("mail.root.none", "C:\\Users\\username\\AppData\\Roaming\\Thunderbird\\Profiles\\go3wncp4.default\\Mail");
  22. user_pref("mail.root.none-rel", "[ProfD]Mail");
  23. user_pref("mail.server.server1.check_new_mail", true);
  24. user_pref("mail.server.server1.directory", "C:\\Users\\username\\AppData\\Roaming\\Thunderbird\\Profiles\\go3wncp4.default\\ImapMail\\imap.googlemail.com");
  25. user_pref("mail.server.server1.directory-rel", "[ProfD]ImapMail/imap.googlemail.com");
  26. user_pref("mail.server.server1.hostname", "imap.googlemail.com");
  27. user_pref("mail.server.server1.login_at_startup", true);
  28. user_pref("mail.server.server1.name", "user@gmail.com");
  29. user_pref("mail.server.server1.port", 993);
  30. user_pref("mail.server.server1.socketType", 3);
  31. user_pref("mail.server.server1.type", "imap");
  32. user_pref("mail.server.server1.userName", "user@gmail.com");
  33. user_pref("mail.server.server2.directory", "C:\\Users\\username\\AppData\\Roaming\\Thunderbird\\Profiles\\go3wncp4.default\\Mail\\Local Folders");
  34. user_pref("mail.server.server2.directory-rel", "[ProfD]Mail/Local Folders");
  35. user_pref("mail.server.server2.hostname", "Local Folders");
  36. user_pref("mail.server.server2.name", "Local Folders");
  37. user_pref("mail.server.server2.type", "none");
  38. user_pref("mail.server.server2.userName", "nobody");
  39. user_pref("mail.smtpserver.smtp1.authMethod", 3);
  40. user_pref("mail.smtpserver.smtp1.description", "Google Mail");
  41. user_pref("mail.smtpserver.smtp1.hostname", "smtp.googlemail.com");
  42. user_pref("mail.smtpserver.smtp1.port", 465);
  43. user_pref("mail.smtpserver.smtp1.try_ssl", 3);
  44. user_pref("mail.smtpserver.smtp1.username", "user@gmail.com");
  45. user_pref("mail.smtpservers", "smtp1");
  46.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement