canmove, Confirmed users
2,214
edits
m (more tightening) |
(→Windows: everyone has access to their desktop (as suggested by a user)) |
||
| Line 52: | Line 52: | ||
=== Windows === | === Windows === | ||
Create a batch file e.g. "create_imap_log.bat" using notepad. Example: | Create a batch file e.g. "create_imap_log.bat" using notepad. Example which puts the log file on your desktop: | ||
set NSPR_LOG_MODULES=imap:5 | set NSPR_LOG_MODULES=imap:5 | ||
set NSPR_LOG_FILE=% | set NSPR_LOG_FILE=%USERPROFILE%\Desktop\imap.log | ||
"%ProgramFiles(x86)%\Mozilla Thunderbird\thunderbird.exe" | "%ProgramFiles(x86)%\Mozilla Thunderbird\thunderbird.exe" | ||