Hello, Vili!
> "How to speed up TB! startup dramatically by hiding old mails but
> keeping them always accessible:
> - Make a new account (AccountX) with some false email address
> - AccountX properties: Ignore Check all account request
> - Setup an access password (for example "1" :) for it)
> - Move your unnecessary mails to some folders of AccountX
Here is another way:
I use some scripts to start TB, here is example.
So I can start TB with different sets of mailboxes easyly.
======================================================================
Dim accounts(3)
accounts(1) = "[EMAIL PROTECTED]"
accounts(2) = "[EMAIL PROTECTED]"
accounts(3) = "[EMAIL PROTECTED]"
set WSHShell = WScript.CreateObject("WScript.Shell")
tb_exe = WSHShell.RegRead("HKCU\Software\RIT\The Bat!\EXE path")
for i = 1 to UBound(accounts)
WSHShell.RegWrite "HKCU\Software\RIT\The Bat!\Users Depot\User #" & i,
accounts(i)
WSHShell.RegWrite "HKCU\Software\RIT\The Bat!\Users Depot\Dir #" & i, ""
next
WSHShell.RegWrite "HKCU\Software\RIT\The Bat!\Users Depot\Count",
UBound(accounts), "REG_DWORD"
WSHShell.Run tb_exe
======================================================================
--
Ivan
The Bat! 3.5.35 on Windows XP 5.1.2600
Plugins: rss2mail 1.3; Protocols: multiple POP3 on LAN/Dial-up
________________________________________________________
Current beta is 3.5.36 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/