Re: FIXED - slow import/export and stop respondning in editor

2008-12-24 Thread Thomas Fernandez
Hello NetVicious, On Tue, 23 Dec 2008 00:18:36 +0100 GMT (23/12/2008, 06:18 +0700 GMT), NetVicious wrote: You think wrong. Each *.tmp file is a complete email that has not been imported into TB! yet. N Well I think zero bytes tmp files should be deleted because they N surely will not

Re: FIXED - slow import/export and stop respondning in editor

2008-12-23 Thread MAU
Hello Maxim, BTW, The Bat! deletes bat*.tmp files if they are more than 31 days old. We will make some more fixes so it will handle temporary files better in future. If your philosophy is to keep TMP files for 31 days just in case the user needs to re-import something (as you explain in

Re: FIXED - slow import/export and stop respondning in editor

2008-12-23 Thread MAU
Hello Maxim, As far as I know, the idea about %TEMP% is that any application using it should delete, before exiting, any files generated and used during execution. The Bat! does not leave any files in the %TEMP% after exit. If it does, than there is a bug. Yes, that is the case here since

Re: FIXED - slow import/export and stop respondning in editor

2008-12-23 Thread Jens Franik
Dienstag, 23. Dezember 2008 at 12:03, MAU wrote: As far as I know, the idea about %TEMP% is that any application using it should delete, before exiting, any files generated and used during execution. You are joking? I regulary clean through all my TEMP Directorys and we are talking about

Re: FIXED - slow import/export and stop respondning in editor

2008-12-23 Thread MAU
Hello Jens, As far as I know, the idea about %TEMP% is that any application using it should delete, before exiting, any files generated and used during execution. You are joking? I regulary clean through all my TEMP Directorys and we are talking about 100-600 Mb Files which are left in

Re: FIXED - slow import/export and stop respondning in editor

2008-12-23 Thread Jernej Simončič
On Tuesday, December 23, 2008, 19:55:55, MAU wrote: No, I'm not joking. I said SHOULD delete. And most applications written by professional programmers do so. ...as long as they exit cleanly. -- Jernej Simončič http://eternallybored.org/ [The Bat! v4.1.5.1 on Windows Vista

Re: FIXED - slow import/export and stop respondning in editor

2008-12-23 Thread MAU
Hello Jernej, No, I'm not joking. I said SHOULD delete. And most applications written by professional programmers do so. ...as long as they exit cleanly. As most applications written by professional programmers do ;-) -- Best regards, Miguel A. Urech (El Escorial - Spain) Using The Bat!

Re: FIXED - slow import/export and stop respondning in editor

2008-12-23 Thread Jernej Simončič
On Tuesday, December 23, 2008, 21:28:49, MAU wrote: As most applications written by professional programmers do ;-) That's not guaranteed, no matter how good the programmer is. While the OS nowadays is stable, and usually won't come crashing down, nothing guarantees you that some program won't

Re: FIXED - slow import/export and stop respondning in editor

2008-12-22 Thread Thomas Fernandez
Hello Maxim, On Mon, 22 Dec 2008 11:50:44 +0200 GMT (22/12/2008, 16:50 +0700 GMT), Maxim Masiutin wrote: Would it not quite efficient too to delete all remaining bat*.tmp at each startup of TB!? MM It deletes the files that are more than 31 days old. The files may MM be useful if a message base

Re: FIXED - slow import/export and stop respondning in editor

2008-12-22 Thread Thomas Fernandez
Hello Hendrik, On Mon, 22 Dec 2008 14:29:52 +1100 GMT (22/12/2008, 10:29 +0700 GMT), Hendrik Oesterlin wrote: BTW, The Bat! deletes bat*.tmp files if they are more than 31 days old. We will make some more fixes so it will handle temporary files better in future. Would it not quite

Re: FIXED - slow import/export and stop respondning in editor

2008-12-22 Thread Marek Mikus
Hello all, Monday, December 22, 2008, Maxim Masiutin wrote: Thank you, you've helped to find a bug: if The Bat! had more than 65535 bat*.tmp files in the %TEMP% directory, it could create temporary files in the current directory. BTW, The Bat! deletes bat*.tmp files if they are more than 31

Re: FIXED - slow import/export and stop respondning in editor

2008-12-22 Thread Hendrik Oesterlin
NetVicious wrote on 23/12/2008 at 10:18:36 +1100 subject FIXED - slow import/export and stop respondning in editor : lunes, 22 dic 2008 at 16:02, it seems you wrote: You think wrong. Each *.tmp file is a complete email that has not been imported into TB! yet. Well I think zero bytes

Re: FIXED - slow import/export and stop respondning in editor

2008-12-21 Thread Maxim Masiutin
Hello Marek, Monday, December 22, 2008, 1:43:34, you wrote: I have checked many places to find reason of my problems last days and found completely full TEMP in Documents and Settings, there were 65600 zero-size TB's TMP files. Thank you, you've helped to find a bug: if The Bat! had more than

Re: FIXED - slow import/export and stop respondning in editor

2008-12-21 Thread Hendrik Oesterlin
Maxim Masiutin wrote on 22/12/2008 at 12:17:36 +1100 subject FIXED - slow import/export and stop respondning in editor : BTW, The Bat! deletes bat*.tmp files if they are more than 31 days old. We will make some more fixes so it will handle temporary files better in future. Would it not