Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'script will likely need some customization' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
script will likely need some customization
Authored by: stevebr on Oct 03, '06 08:15:10AM

I haven't yet tested it, but looking at the script I noticed this line:

set workFolder to "Users:" & theuser & ":Library:Thunderbird:Profiles:washcoll.default:prefs.js" as string

Someone using this will likely need to change the segment "washcoll.default" to the name of the profile directory they are using as the base of the multiple installs. Mozilla apps use random strings in the names of these directories. More information can be found in the MozillaZine Knowledge Base, in this article: http://kb.mozillazine.org/Profile_folder

Because a given user can have multiple folders (as additional xxxxxxxx.default directories in the Profiles directory), editing the script to use the right name is probably a better solution than tweaking it to discover the name automatically.



[ Reply to This | # ]