Re: TheBat! cannot close

2004-09-24 Thread Terry L Fritts
Friday, September 24, 2004 you wrote:
---
> I also have been facing these problemince previous few versions.
> Even aborting does not help. Due to this, I have almost stopped
> using the bat and shifted to Eudora.

  Since I upgraded to version 3 I have not had this problem once.

  Before version 3 my bat! would "lock up" (during message download
  from any of the several mail servers I use) several times per day
  and I would have to kill the task from Windows Task Manager.  Abort
  never worked for me either.  Very frustrating - especially if I
  forgot to restart the Bat!

  I did learn that I could make the situation better if I used the
  Dispatch Mail on Server and use Read and Delete and/or reduce the
  number of messages in a batch if many had built up.

  Has anyone else noticed the action buttons are now mis-labeled on
  the "Pick e-mail addresses" dialog?  (They are now 4, 44, 3, 33, r,
  s - not sure when this happened - hardly ever use that dialog - not
  a big deal really )


--

Terry Fritts




http://www.silverstones.com/thebat/TBUDLInfo.html


Re: VF usage examples?

2004-05-11 Thread Terry L Fritts
Hello info,

Saturday, May 8, 2004 you wrote:
---
> Can yall offer me some examples of how you're using the virtual
> folders feature? I'm interested in ideas of how best to utilize it

  Good idea.

  I have one named "Prev 1 days" which is filtered on all folders for
  messages less than 1 day old.  I use this folder to quickly search
  for messages received during the past 24 hours.  I have about 12
  accounts and many folders so this is very useful for me.

  I have another named "Action" which is filtered on all folders for
  messages assigned to my "Action" color group.  These are messages
  that require a response or some action on my part.  When I complete
  the work I change the color group.

Terry Fritts





http://www.silverstones.com/thebat/TBUDLInfo.html


Re: Anomaly automatically generating my local time zone, when I reply to AOL user's messages

2004-01-09 Thread Terry L Fritts
Hello Januk,

Friday, January 9, 2004 you wrote:
---
> Just to remind everyone, the purpose is to determine Dan's current
> timezone & daylight savings setting automatically. Now that TB has
> plugin macros, an alternate, and probably much easier solution could
> involve a short plugin macro that just reads & returns the info from
> the Windows registry (it must be there somewhere).  I haven't yet
> attempted to learn how to make plugins, so that's why I sent Dan
> here.

can be obtained from registry - see:
 "HKLM\System\CurrentControlSet\Control\TimeZoneInformation"

But probably better using Windows API:
 call GetTimeZoneInformation()

 gives struct _TIME_ZONE_INFORMATION { // tzi
 LONG   Bias;
 WCHAR  StandardName[ 32 ];
 SYSTEMTIME StandardDate;
 LONG   StandardBias;
 WCHAR  DaylightName[ 32 ];
 SYSTEMTIME DaylightDate;
 LONG   DaylightBias;
 
 Where Bias is difference in minutes between UTC and local time.
 

Terry Fritts






http://www.silverstones.com/thebat/TBUDLInfo.html


plugins

2003-06-28 Thread Terry L Fritts

Where (or is there) is information posted about writing plugins for
the Bat!?


Terry Fritts





http://www.silverstones.com/thebat/TBUDLInfo.html


Re: Problem with my BU.bat

2003-03-17 Thread Terry L Fritts
Monday, March 17, 2003 you wrote:
PP> that allows you to check on command line or via return code the
PP> existance of a process, like 'ps' does.

You can get ps on windows - http://cygwin.com/


Terry Fritts
Smart Business Solutions, Inc.



 Current version is 1.61 | "Using TBTECH" information:
http://www.silverstones.com/thebat/TBUDLInfo.html


Re: Bayesian spam filtering

2003-03-09 Thread Terry L Fritts
Hello Graham,

Sunday, March 9, 2003 you wrote:
FG> THE most powerful spam filtering system available - Bayesian filtering

Very considerable disagreement about that statement.


Terry Fritts



 Current version is 1.61 | "Using TBTECH" information:
http://www.silverstones.com/thebat/TBUDLInfo.html


Re: Multiple email downloads

2002-12-18 Thread Terry L Fritts
Hello Paul,

Wednesday, December 18, 2002 you wrote:
PG> Does anyone know if messages on the server are deleted individually or
PG> in bulk at the end of all the downloads?

As I understand it the usual process is that DELE marks a message for
deletion which occurs later at the disconnect.  However, I think this
probably varies with the mail server and as far as I know there is no
requirement that it occur this way.

More than likely it is a result of the way messages are stored in the
unix format mail boxes - which are just stacked in on top of each
other.  So the mailbox has to be completely rewritten.


Terry Fritts
Smart Business Solutions, Inc.



 Current version is 1.61 | "Using TBTECH" information:
http://www.silverstones.com/thebat/TBUDLInfo.html