I saw a recommendation to use the following for logging thunderbird. I want to help someone track down a mail bug.
thunderbird.exe 2>&1 | tee thunderbird.log
I've got a feeling this is the wrong kind of log to debug mail sending/receiving.
Thunderbird has some help on logging by setting two environment variables, but I don't know if that works. It does work, but I don't know what all the options mean.
Rem Thunderbird debugging
Set NSPR_LOG_MODULES=SMTP:4,POP3:4
Set NSPR_LOG_FILE=f:\var\temp\tbird_log.txt
I imagine this might be called transaction log or something like that.