Re: Attachment list

2009-07-08 Thread MONSELL
Dear List,

RA Create a Quick Template called AttList as follows

RA %If:%_FirstTime=:#%-
RA %%_FirstTime=No%-
RA %%If:%Attachments=none:%-
RA %_:%-
RA %_%-Attachments:
RA %_%_Att_List='%Attachments,'%-
RA %_%Qinclude(AttList)#:#%-
RA %%If:%_Att_List:%-
RA %_%SetPattRegexp='(?i)^(.*?),\s*(.*)$'%-
RA %_%RegexpBlindMatch='%_Att_List'%-
RA %_%-   * %SubPatt='1'
RA %_%_Att_List=%SubPatt='2'%-
RA %_%Qinclude(AttList):%-
RA %_%-
RA %#%-

 Unfortunately when using the QT, it crashes The Bat!. It simply shuts 
 down instantly and nothing gets written to the exception log.

 That's strange. I just copied and pasted the code from my email into a new
 QT and it worked perfectly.

Works perfectly here too...


-- 
Vernon





Current version is 4.2.6 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html


Re: Mails in foreign languages

2009-07-08 Thread Jens Franik

Mittwoch, 8. Juli 2009 at 04:59, MFPA wrote:

 Or maybe run the second one under  sandboxie

You have to run both under Sandboxie, because every Application in the
Sandbox can read the Registry outside of the Host Machine...

-- 
With kind Regards
Jens Franik
mailto:je...@gmx.de
Picture of me? X-Rogue http://www.de2all.de/Kr_bat.jpg
The Bat! 4.2.7.1 + AntiSpamSniper 3.2.1.1 + Gaijin XMP Makro Plugin 1.2
Windows XP 5.1 build 2600 Service Pack 2
AMD Athlon Dual Core 4850e 2,50 GHz, 4 GB RAM - Debian Lenny + Windows XP 
@VirtualBox 2.2.4 r47978 non-OSE
8 POP3 Accounts - 1 IMAP - 120 Folders





Current version is 4.2.6 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html


Re: Headers and hyphens

2009-07-08 Thread Privateofcourse
Hello Robin,

This is what you said on Wed, 8 Jul 2009 11:14:58 +1000 your time:

 No, you need to use the macro %Setheader.(X-Newheader,string=n). The
 syntax you tried does not accept special characters (including -)

That would explain it. Thankyou.

-- 
Simon (Privateofcourse)
#35029. We Oho In Wed Gsr? ¶
 
 
 TB! 4.2.6  WinXP Pro Service Pack 3






Current version is 4.2.6 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html


Re: Headers and hyphens

2009-07-08 Thread Privateofcourse
Hello Arjan,

This is what you said on Wed, 08 Jul 2009 03:43:04 +0200 your time:

 It's a little bit unfortunate however, that this macro is still
 recommended in the Message Headers setup screen of the latest Beta!
 Release version.

Yes, that's exactly where I got it from, Arjan. And I'm surprised then that
it hasn't bee changed given that the macro has been superseded.

-- 
Simon (Privateofcourse)
# 9578. We Go Sworn Hied? ¶
 
 
 TB! 4.2.6  WinXP Pro Service Pack 3






Current version is 4.2.6 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html


Re: Foreign Language issue?

2009-07-08 Thread Tom

Wednesday, July 8, 2009, 12:18:44 AM, you wrote:

 Hello Tom,

 On Tue, 7 Jul 2009 17:55:43 +1000 GMT (07/Jul/09, 14:55 +0700 GMT),
 Tom wrote:

T I suspect this is due to the sender using a chinese version of
T windows. However I never had the issue prior to the latest upgrade. Is
T there something I can do in my config of TB to prevent these squares?

 Version 4.1.x and up indeed have a problem with foreign character
 sets. Maybe you can add to https://www.ritlabs.com/bt/view.php?id=7654
 The bug report title is about Thai mails, but it could well be true
 for all non-Latin and non-Cyrillic character sets, as you have just
 encountered it with Chinese. Maybe only for DBCS? Korean or Japanese,
 anyone?

I added a note to your bugreport.

My last version prior to the update was  4.0.28.3 and the problem did
not exist then.


-- 
Tom
using TheBat! 4.2.6 on XP



Current version is 4.2.6 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html


Re: Mails in foreign languages

2009-07-08 Thread Arjan de Groot
On Wed, 8 Jul 2009 10:24:45 +0200, Jens Franik wrote:

[Two TB! versions on one machine]

Or maybe run the second one under  sandboxie

You have to run both under Sandboxie, because every Application in the
Sandbox can read the Registry outside of the Host Machine...

Then try installing Voyager...


Arjan
-- 
[Non-text portions of this message have been removed]


Current version is 4.2.6 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html


Re: Attachment list

2009-07-08 Thread MFPA
Hi

On Wednesday 8 July 2009 at 5:32:23 AM, in
mid:1317465342.20090708143...@wai.com.au, Ian A. White wrote:


 G'day Robin,

 On Wednesday, July 8, 2009, at 1:31:30 PM, you (Robin
 Anson) wrote:

RA Create a Quick Template called AttList as follows

RA %If:%_FirstTime=:#%- %%_FirstTime=No%-
RA %%If:%Attachments=none:%- %_:%-
RA %_%-Attachments:
RA %_%_Att_List='%Attachments,'%-
RA %_%Qinclude(AttList)#:#%-
RA %%If:%_Att_List:%-
RA %_%SetPattRegexp='(?i)^(.*?),\s*(.*)$'%-
RA %_%RegexpBlindMatch='%_Att_List'%-
RA %_%-   * %SubPatt='1'
RA %_%_Att_List=%SubPatt='2'%-
RA %_%Qinclude(AttList):%- %_%-
RA %#%-

 Unfortunately when using the QT, it crashes The Bat!.
 It simply shuts  down instantly and nothing gets
 written to the exception log.



The solution at  http://www.silverstones.com/thebat/Library.html is:-



   Attachments listing
 [ General Macro]Reformat the listing of attachments
 Added to the Library by Matthias Appel

 Create the following quick templates (handles are in [brackets] -
 see below for v2 versions):

 ==[ AT1 ]

[TB! version 1 variant snipped]

 =[ End QT ]==

 After adding the attachments to your email you can write at1 and hit
 ctrl+space to get the listing.

  Version 2 adaptation:

 ==[ AT1 ]
 %REM='written by Matthias Appel in oct. 2001'
 %IF:%ATTACHMENTS=none::Attachments:
 %_COMMENT='%ATTACHMENTS'%-
 %QINCLUDE='at2'%-
 =[ End QT ]==

 ==[ AT2 ]
 %IF:%SETPATTREGEXP='(?i)^.*?(;).*$'%REGEXPMATCH='%_COMMENT'=;:%-
 %SETPATTREGEXP='(?i)^\s*(.*?)\s*;.*$'%REGEXPMATCH='%_COMMENT'
 %_COMMENT='%SETPATTREGEXP=_(?i)^.*?;\s*(.*)\s*$_%REGEXPMATCH=_%_COMMENT_'%-
 %QINCLUDE='at2':%_COMMENT%-
 %_COMMENT=''%-
 =[ End QT ]==


I am using a slight adaptation in a forwarding template to list the
attachments to the original message, as at some point I had an issue
with attachments not always tagging along when I forwarded a message.


-- 
Best regards,
 
MFPA

Reality is nothing but a collective hunch.

Using The Bat! v4.0.38 on Windows XP 5.1 Build 2600  



Current version is 4.2.6 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html


Re: Mails in foreign languages

2009-07-08 Thread Thomas Fernandez
Hello Dwight,

On Tue, 7 Jul 2009 23:59:22 -0500 GMT (08/Jul/09, 11:59 +0700 GMT),
Dwight Corrin wrote:

 Running two seperate versions of the TheBat! on the same machine which
 will require some registry fiddling.

DC workarounds seem always to be a dime a dozen (and often not worth that
DC much), but a fix is more like a hen's tooth. 

A very colourful remark while still right on the dot. I hope you mean
that a fix is what we need.

I know the hen's tooth in the context of something being very rare.
I hope you don't mean that any hope for a (timely) fix is wasted
energy. I am sure Ritlabs will fix this important issue (how do I set
the Priority in the BT to high?) as soon as they return from their
summer vacation.

-- 

Cheers,
Thomas.

http://thomas.fernandez.hat-gar-keine-homepage.de/

Message reply created with The Bat! 4.1.11
under Windows XP 5.1 Build 2600 Service Pack 3






Current version is 4.2.6 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html


Re: Foreign Language issue?

2009-07-08 Thread Thomas Fernandez
Hello Tom,

On Wed, 8 Jul 2009 19:23:02 +1000 GMT (08/Jul/09, 16:23 +0700 GMT),
Tom wrote:

 Version 4.1.x and up indeed have a problem with foreign character
 sets. Maybe you can add to https://www.ritlabs.com/bt/view.php?id=7654
 The bug report title is about Thai mails, but it could well be true
 for all non-Latin and non-Cyrillic character sets, as you have just
 encountered it with Chinese. Maybe only for DBCS? Korean or Japanese,
 anyone?

T I added a note to your bugreport.

Thanks.

T My last version prior to the update was  4.0.28.3 and the problem did
T not exist then.

Thanks for the confirmation, that's exactly the point. Something was
broken from 4.0.x to 4.1.x.

-- 

Cheers,
Thomas.

http://thomas.fernandez.hat-gar-keine-homepage.de/

Message reply created with The Bat! 4.1.11
under Windows XP 5.1 Build 2600 Service Pack 3






Current version is 4.2.6 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html


Re: Mails in foreign languages

2009-07-08 Thread Thomas Fernandez
Hello Arjan,

On Wed, 08 Jul 2009 13:12:10 +0200 GMT (08/Jul/09, 18:12 +0700 GMT),
Arjan de Groot wrote:

AdG [Two TB! versions on one machine]

Or maybe run the second one under  sandboxie

You have to run both under Sandboxie, because every Application in the
Sandbox can read the Registry outside of the Host Machine...

AdG Then try installing Voyager...

Good idea! I still have Voyager 4.0.34 on my USB stick, and guess
what, it displays the Thai mails correctly.

So I have a temporary workaround now. Since nobody from Ritlabs has
replies, I guess they are on summer holiday.

-- 

Cheers,
Thomas.

http://thomas.fernandez.hat-gar-keine-homepage.de/

Message reply created with The Bat! 4.1.11
under Windows XP 5.1 Build 2600 Service Pack 3






Current version is 4.2.6 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html


Re: Mails in foreign languages

2009-07-08 Thread Dwight Corrin
On Wednesday, July 8, 2009, 12:36:04 PM, Thomas Fernandez wrote:
 
 A very colourful remark while still right on the dot. I hope you mean
 that a fix is what we need.

 I know the hen's tooth in the context of something being very rare.
 I hope you don't mean that any hope for a (timely) fix is wasted
 energy. 

That is a question for Ritlabs, not for me :) 
  
-- 
 Dwight A. Corrin 
 316.303.9385  phone ahead to fax 
 dcorrin at fastmail.fm 
 photo galleries at http://dcorrin.smugmug.com 
 photo blog at http://dcorrin.aminus3.com 
   http://photos.vfxy.com/photoblogs/5882 
 Using IMAP with The Bat! 4.2.7.1 on Windows Vista version 6,0 (Service Pack 2)



Current version is 4.2.6 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html


Re: TB Hangs

2009-07-08 Thread Tim Hamm
Hello Code,

Monday, June 29, 2009, 7:18:20 AM, you wrote:

   Does anyone have the answer why Firefox and IE hang all the time
   when trying to launch from TB? It seems this problem has gotten
   worse with TB's new release.

 I'm not sure if this is the same thing, but I have an intermittent
 problem with The Bat! hanging for a couple minutes when I click a link
 from within an e-mail. I have never been able to pin it down to any
 one set of circumstances, much less solve the problem. When it does
 happen in my case, it is only after a fresh reboot of the computer and
 The Bat!. I do note that is happening less often since the last couple
 TB updates.


This program hang is driving me nuts! Over 50% of the time when trying
to launch a FireFox or IE browser within TB, the program simply
freezes. Is this issue being addressed for the next TB update? I have
un-installed and reinstalled the program but this has no affect on
fixing what appears to be a bug.

-- 
Best regards,
 Timmailto:timh...@cox.net



Current version is 4.2.6 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html


Re: TB Hangs

2009-07-08 Thread Rick
 Hello Code,

 Monday, June 29, 2009, 7:18:20 AM, you wrote:

   Does anyone have the answer why Firefox and IE hang all the time
   when trying to launch from TB? It seems this problem has gotten
   worse with TB's new release.

 I'm not sure if this is the same thing, but I have an intermittent
 problem with The Bat! hanging for a couple minutes when I click a link
 from within an e-mail. I have never been able to pin it down to any
 one set of circumstances, much less solve the problem. When it does
 happen in my case, it is only after a fresh reboot of the computer and
 The Bat!. I do note that is happening less often since the last couple
 TB updates.


 This program hang is driving me nuts! Over 50% of the time when trying
 to launch a FireFox or IE browser within TB, the program simply
 freezes. Is this issue being addressed for the next TB update? I have
 un-installed and reinstalled the program but this has no affect on
 fixing what appears to be a bug.

Can you switch over to IE and see if you have the same performance
issue? It may not be a TB issue. Firefox is full of flakiness although
in fairness I haven't used it in a while, but I did have to stop using
it

-- 
Rick
Not only is the universe stranger than we imagine, it is stranger than we can 
imagine. - Sir Arthur Eddington

v4.2.7.1 on Windows XP 5.1 Build  2600
Service Pack 3

 



Current version is 4.2.6 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html


Re: TB Hangs

2009-07-08 Thread Roger Phillips
Hello Tim,

Wednesday, July 8, 2009, 8:52:34 PM, among other things, you wrote:

   Does anyone have the answer why Firefox and IE hang all the time
   when trying to launch from TB? It seems this problem has gotten
   worse with TB's new release.
No  problem  here.   However, Firefox is sometimes a bit slow to respond, as 
though it has to think deeply before waking up!   I rarely use IE and it is 
not my default browser.

-- 
Best regards,
  
 Roger 

:flag-SouthAfrica:

The   Bat!  v4.2.7.1  POP3with  
AntiSpamSniper 3.2.0.6,
on Windows XP, version 5 1, build 2600 and Service Pack 3



Current version is 4.2.6 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html