hi,
I am using portable thunderbird for almost one week now. My installed thunderbird can run on different profiles (so I can develop extensions without beeing afraid of a profile crash).
Is it possible to have different profiles on thunderbird portable?
regards Martin
Here is the answer!
Create a batch-file containing following content:
start App\thunderbird\thunderbird.exe -Profile SecondProfile
-Profile takes the path to the profile you want to use.
"SecondProfile" is a profile-folder right near the batch-file.
For each profile you want to use you have to create a seperate batch-file.
Have fun
regards Martin