Postbox Support
posted this on March 27, 2012 10:54 am
Here's how to migrate the following settings from an old profile to a new profile:
On Mac OS X:
~[your home folder]/Library/Application Support/Postbox/Profiles
(Note: In Mac OS X 10.7 "Lion" the Library folder is hidden. To access it, Open Finder, and hold the Option key while clicking on the Go menu at the top of the screen. "Library" will be one of the options. Additionally, to unhide it permanently, open a Terminal window and type: chflags nohidden /Users/[username]/Library )
On Windows Vista, Windows 7:
Users\username\AppData\Roaming\Postbox\Profiles
(Note: The AppData folder is folder is a hidden folder; to show hidden folders, open a Windows Explorer window and choose "Organize --> Folder and Search Options --> Folder Options --> View (tab) --> Show hidden files and folders".)
1) First, Quit or Exit the Postbox application.
2) Find the Profiles folder on your computer.
3) Within each profile folder your preference settings are contained within a file called prefs.js. To migrate your Signatures, Responses, and Topics from one profile to the next, you'll want to simply copy and replace the preferences entries from within one prefs.js file to the next.
IMPORTANT: You need to modify the contents of prefs.js within the file itself, do NOT copy the whole prefs.js file in its entirety from one profile to the next!
Here are what the preferences look like within prefs.js. Note that multiple lines may be required for each entry. In the examples below, we're are looking at preferences for one signature, one response, and one topic.
Signatures
user_pref("pb.signatures.sigKey0.body", "\nThis is the body of the signature.
\n");
user_pref("pb.signatures.sigKey0.deleted", false);
user_pref("pb.signatures.sigKey0.name", "Default Signature");
Responses
user_pref("pb.responses.cannedResponseKey0.body", "\nThis is the body of the response.
\n");
user_pref("pb.responses.cannedResponseKey0.deleted", false);
user_pref("pb.responses.cannedResponseKey0.name", "My Response");
Topics
user_pref("mailnews.tags.my_topic.active", false);
user_pref("mailnews.tags.my_topic.color", "#000000");
user_pref("mailnews.tags.my_topic.ordinal", "1");
user_pref("mailnews.tags.my_topic.tag", "My Topic");
4) Find and replace the corresponding entries from one within one prefs.js file to another. When the settings have been copied over, save your prefs.js files.
5) Start Postbox.