Location of 'Move to' values

User Help for Mozilla Thunderbird
Post Reply
siffemoz
Posts: 253
Joined: January 29th, 2016, 4:36 pm

Location of 'Move to' values

Post by siffemoz »

Anyone know which file the 'Move To' > Recent values live in? Or are they somewhere in about:config?
morat
Posts: 6421
Joined: February 3rd, 2009, 6:29 pm

Re: Location of 'Move to' values

Post by morat »

The recent folder list is stored in the panacea.dat file. (mail folder cache)
It can be safely deleted to resolve various issues.
http://kb.mozillazine.org/Files_and_fol ... hunderbird

Here is how to remove a single folder from the recent folder list.

* select folder
* open error console in developer tools
* copy and paste code into error console
* press enter to run
* restart thunderbird

Code: Select all

GetFirstSelectedMsgFolder().setStringProperty("MRMTime", "");
Error Console command line
http://developer.mozilla.org/docs/Tools ... mmand_line
siffemoz
Posts: 253
Joined: January 29th, 2016, 4:36 pm

Re: Location of 'Move to' values

Post by siffemoz »

Thanks, morat!
Post Reply