Re: Need to cut the recipient's name

2004-03-29 Thread Jacopo Ognibene

Robin, on Sun, 28 Mar 2004, at 08:46:55 [GMT +1000] (which was 0.46 here in
Italy) you wrote:

RA Or set Display name as: User-defined, set the first and last names
RA correctly and add  - work to the display name.

 Thanks for your reply, I appreciate!
 
 But now I have more than 1.200 entries, most of them
 classified by work/private and many other cathegories...
 So it's infinitely quick to cut off the undesired part of the name I
 don't want to show...

 Little problem: I have a QT to set the recipient's intro formula
 (Dear Mr. or Ms). How can I to put the Regex macro proposed by Mark
 into the one I need?

 Following is the mine:
%IF:%ABtoGender=2:Cara:Caro %ABtoFIRSTName=%TOFNAME,

 And this is the Mark's Solution for cutting the name:
 %SETREGEXP=(.*) - .*%REGEXPMATCH=%ABTOLASTNAME

 I got no solution... What's the correct syntax?

 Thanks again and again to you all and to Mark's to be here (on Earth)

 Jacopo
 
 
--
__
 Jacopo [Italy]
 mailto:[EMAIL PROTECTED]
__
The Bat! v2.04.4 on Windows XP  5.1 Build  2600
Service Pack 1
Using TBUDL information:
http://www.silverstones.com/thebat/TBUDLInfo.html
__



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


Re: Problem With Creating Filters

2004-03-29 Thread Roelof Otten
Hallo Steve,

On Tue, 30 Mar 2004 08:38:15 +0100GMT (30-3-04, 9:38 +0100, where I
live), you wrote:

SM Can anyone confirm this problem or is it more likely to be a problem
SM with my system?

SM The right-hand click context menu on a message, specifically RH click
SM | Specials | Create Filter, doesn't actually do anything, on any
SM message in any account. I have just upgraded to this latest build and
SM it worked perfectly in the previous build I had (2.01.3).

For me it created this filter for your message:

BeginFilter
Name: Steve Mulhall
Active: 1
Source: \\roelof\Inbox
Target: \\roelof\Steve Mulhall
  skipping part of the filter
EndFilter

Exactly as it should. That's TB 2.04.07 under W98

-- 
Groetjes, Roelof

Disclaimer: Any opinion stated in this message is not necessarily shared by my budgies 
or rabbits.



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


Re: Problem With Creating Filters

2004-03-29 Thread Steve Mulhall
Hi Roelof

 For me it created this filter for your message:

 BeginFilter
 Name: Steve Mulhall
 Active: 1
 Source: \\roelof\Inbox
 Target: \\roelof\Steve Mulhall
   skipping part of the filter
 EndFilter

 Exactly as it should. That's TB 2.04.07 under W98

Must be something specifically with my end then as when I right-hand
click on a message | Specials | Create Filter it doesn't even bring up
the usual dialog box to create the filter. It actually does nothing at all.
Guess maybe a re-installation could be the next port of call

-- 
Cheers

Steve



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


Re: Need to cut the recipient's name

2004-03-29 Thread Marck D Pearlstone
Dear Jacopo,

@29-Mar-2004, 11:55 +0200 (29-Mar 10:55 UK time) Jacopo Ognibene
[JO] in mid:[EMAIL PROTECTED] said to Robin:

JO  Following is the mine:
JO %IF:%ABtoGender=2:Cara:Caro %ABtoFIRSTName=%TOFNAME,

JO  And this is the Mark's Solution for cutting the name:
JO

JO  I got no solution... What's the correct syntax?

I thought the ' - work' bit was on the last name. No?

If it's on the first name, then you can do this:

%IF:%ABtoGender=2:Cara:Caro %-
%SETPATTREGEXP=(.*)( - .*)?%-
%REGEXPMATCH=%ABTOFIRSTNAME='%TOFNAME'

-- 
Cheers -- //.arck D Pearlstone -- List moderator
TB! v2.05 Beta/12 on Windows XP 5.1.2600 Service Pack 1
'

pgp0.pgp
Description: PGP signature

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

Re: Need to cut the recipient's name

2004-03-29 Thread Jacopo Ognibene

Marck, on Mon, 29 Mar 2004, at 12:36:07 [GMT +0100] (which was 13.36 here in
Italy) you wrote:

MDP I thought the ' - work' bit was on the last name. No?

MDP If it's on the first name, then you can do this:

MDP %IF:%ABtoGender=2:Cara:Caro %-
MDP %SETPATTREGEXP=(.*)( - .*)?%-
MDP %REGEXPMATCH=%ABTOFIRSTNAME='%TOFNAME'


Sorry, I apologize. The  -  tag is in the last name. I tried wit the
following but it's not running when the ABtoGender field is O
(undefined).

%IF:%ABtoGender=0:Spett.le:Egr. %-
%SETPATTREGEXP=(.*) - .*?%-
%REGEXPMATCH=%ABTOLASTNAME='%TOLNAME'

 Bye!

-- 
__
 Jacopo [Italy]
 mailto:[EMAIL PROTECTED]
__
The Bat! v2.04.4 on Windows XP  5.1 Build  2600
Service Pack 1
Using TBUDL information:
http://www.silverstones.com/thebat/TBUDLInfo.html
__



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


Re: Need to cut the recipient's name

2004-03-29 Thread Marck D Pearlstone
Dear Jacopo,

@29-Mar-2004, 14:00 +0200 (29-Mar 13:00 UK time) Jacopo Ognibene
[JO] in mid:[EMAIL PROTECTED] said to Marck:

JO Marck, on Mon, 29 Mar 2004, at 12:36:07 [GMT +0100] (which was 13.36 here in
JO Italy) you wrote:

MDP %IF:%ABtoGender=2:Cara:Caro %-
MDP %SETPATTREGEXP=(.*)( - .*)?%-
MDP %REGEXPMATCH=%ABTOFIRSTNAME='%TOFNAME'


JO Sorry, I apologize. The  -  tag is in the last name. I tried
JO wit the following but it's not running when the ABtoGender field
JO is O (undefined).

JO %IF:%ABtoGender=0:Spett.le:Egr. %-
JO %SETPATTREGEXP=(.*) - .*?%-
JO %REGEXPMATCH=%ABTOLASTNAME='%TOLNAME'

Maybe my fault - you really want to do this:

%IF:%ABtoGender=0:Spett.le:Egr. %-
%SETPATTREGEXP=(.*)( - .*)?%-
%REGEXPBLINDMATCH=%ABTOLASTNAME='%TOLNAME'%-
%SUBPATT(1)

-- 
Cheers -- //.arck D Pearlstone -- List moderator
TB! v2.05 Beta/12 on Windows XP 5.1.2600 Service Pack 1
'

pgp0.pgp
Description: PGP signature

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

Re: Problem With Creating Filters

2004-03-29 Thread Steve Mulhall
Hi John

 Just for good measure, have you tried to envoke the menu from
 SHIFT+CTL+F and/or the Specials menu?

SHIFT+CTRL+F does nothing either. To be honest I've never used this shortcut 
combination but it still does nothing. The 'Special' menu is displayed when you RH 
click on a message and all the other items in that menu work just fine except the 
'Create Filter' one

-- 
Cheers

Steve



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


Re[2]: Bayesit working at all?

2004-03-29 Thread Miles Johnson
[EMAIL PROTECTED] wrote:

EC Dear Miles,

EC-- Samstag, 27. März 2004, 20:19:49:


 2) I have tried to configure Bayesit 0.4 g SE with the average
 and scores of 80 and 60 (pretty much default) ...

EC I've had the same problem at the beginning. Set your ... if score is
EC greater than to the value of 40.
EC To be found under the Main Menu: Option|Preferences|Ant-Spam.
Done. I kept move to trash if score is greater than to 80 does that sound
reasonable ir would you not even worry about that given that my common junk
folder is set to keep junk for only 1 day?

EC Did you set a mark to the Option Move message marked as Spam to Junk
EC Folder (also to be found under same Main Menu Option as above).
Yep.

 ... but after manually marking as junk about 500+ messages, ...

EC I hope you didn't do it one be one ;))
I'm afraid I did, as they come in in various accounts and inboxes.


Thanks Eddie!
 
Best regards,

Miles Johnson
[EMAIL PROTECTED]

Using The Bat! v2.04.7 on Windows XP 5.1 Build 2600 Service Pack 1



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


can't see all messages

2004-03-29 Thread sandy
Hello Eddie,

Sunday, March 28, 2004, 4:30:29 AM, you wrote:

EC Dear Miles,

EC-- Samstag, 27. März 2004, 20:19:49:


 2) I have tried to configure Bayesit 0.4 g SE with the average
 and scores of 80 and 60 (pretty much default) ...

EC I've had the same problem at the beginning. Set your ... if score is
EC greater than to the value of 40.
EC To be found under the Main Menu: Option|Preferences|Ant-Spam.


 ... and direct the spam into the common junk folder ...

EC Did you set a mark to the Option Move message marked as Spam to Junk
EC Folder (also to be found under same Main Menu Option as above).


 ... but after manually marking as junk about 500+ messages, ...

EC I hope you didn't do it one be one ;))


 ... including many that were almost identical, Bayesit has still
 not directed a single spam email there on its own. What am I
 missing or doing wrong?

EC Try these changes and look if it's better now.


 Where were the 500+ messages when you configured Bayesit?
 Those are all new, they came in since I upgraded. H. Am I
 missing something as to how this is supposed to work?

Hello,

Sorry for all the questions. Since I reinstalled TB, and imported
messages back into the folders, etc. I have some folders that list a
certain number of messages ie 1 (25). I can see the 1 message but not
the others. I have tried looking this up in help file but apparently
am not using right search words. Can you please tell me how to see all
my messages).

Thanks in advance,

Sandy




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


Re: can't see all messages

2004-03-29 Thread Roelof Otten
Hallo sandy,

On Mon, 29 Mar 2004 09:00:25 -0500GMT (29-3-04, 16:00 +0100, where I
live), you wrote:

S Sorry for all the questions. Since I reinstalled TB, and imported
S messages back into the folders, etc. I have some folders that list a
S certain number of messages ie 1 (25). I can see the 1 message but not
S the others.

The number between () is the number of pictures in the subfolders

-- 
Groetjes, Roelof

Disclaimer: Any opinion stated in this message is not necessarily shared by my budgies 
or rabbits.



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


Re: Need to cut the recipient's name

2004-03-29 Thread Jacopo Ognibene

Dear Marck, on Mon, 29 Mar 2004, at 13:17:50 [GMT +0100] (which was
14.17 here in Italy) you wrote:

MDP Maybe my fault - you really want to do this:

MDP %IF:%ABtoGender=0:Spett.le:Egr. %-
MDP %SETPATTREGEXP=(.*)( - .*)?%-
MDP %REGEXPBLINDMATCH=%ABTOLASTNAME='%TOLNAME'%-
MDP %SUBPATT(1)


Yes, finally I got my last running version:

%IF:%ABtoGender=0:Spett.le %ABTONAME:Egr. %ABTONAMESUFFIX %-
%SETPATTREGEXP=(.*) - .*?%-
%REGEXPBLINDMATCH=%ABTOLASTNAME='%TOLNAME'%-
%SUBPATT(1)

Don't Know why the brackets in ( - .*)? are useless, but it's running
well.

Thanks again!

Jacopo

-- 
__
 Jacopo [Italy]
 mailto:[EMAIL PROTECTED]
__
The Bat! v2.04.4 on Windows XP  5.1 Build  2600
Service Pack 1
Using TBUDL information:
http://www.silverstones.com/thebat/TBUDLInfo.html
__



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


Re: Need to cut the recipient's name

2004-03-29 Thread Marck D Pearlstone
Dear Jacopo,

@29-Mar-2004, 18:49 +0200 (29-Mar 17:49 UK time) Jacopo Ognibene
[JO] in mid:[EMAIL PROTECTED] said to Marck:

MDP %IF:%ABtoGender=0:Spett.le:Egr. %-
MDP %SETPATTREGEXP=(.*)( - .*)?%-
MDP %REGEXPBLINDMATCH=%ABTOLASTNAME='%TOLNAME'%-
MDP %SUBPATT(1)

JO Yes, finally I got my last running version:

JO %IF:%ABtoGender=0:Spett.le %ABTONAME:Egr. %ABTONAMESUFFIX %-
JO %SETPATTREGEXP=(.*) - .*?%-
JO %REGEXPBLINDMATCH=%ABTOLASTNAME='%TOLNAME'%-
JO %SUBPATT(1)

JO Don't Know why the brackets in ( - .*)? are useless, but it's running
JO well.

They are important if you have any records without either - work
or - home at the end. Then the expression will fail to match
completely and result in a blank name. My version is the one to use.

-- 
Cheers -- //.arck D Pearlstone -- List moderator
TB! v2.05 Beta/12 on Windows XP 5.1.2600 Service Pack 1
'

pgp0.pgp
Description: PGP signature

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

Re: Revisiting Mailto Problem

2004-03-29 Thread Joseph N.
On Mon, 29 Mar 2004 01:00:28 GMT, dAniel hAhler wrote:

 Do you get the same results for those links (ie mailto-link in
 recipient field)? Or is it just missing subject/body?

I get the same results, i.e., mailto: link in
recipient field.

-- 
JN



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


Re[2]: can't see all messages

2004-03-29 Thread sandy
Hello Roelof,

Monday, March 29, 2004, 10:19:27 AM, you wrote:

RO Hallo sandy,

RO On Mon, 29 Mar 2004 09:00:25 -0500GMT (29-3-04, 16:00 +0100, where I
RO live), you wrote:

S Sorry for all the questions. Since I reinstalled TB, and imported
S messages back into the folders, etc. I have some folders that list a
S certain number of messages ie 1 (25). I can see the 1 message but not
S the others.

RO The number between () is the number of pictures in the subfolders


Thankyou. I figured that out after I wrote. Sorry for the stupid
question.


Sandy




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


Re[2]: Adding text to subject line

2004-03-29 Thread P.Johnson
Hello shinE!
On Sunday, March 28, 2004, 12:16 PM, [EMAIL PROTECTED] wrote:
dh on Sun, 28. Mar 2004 at 13:00:24 -0600 P.Johnson wrote:
 Is it possible to add text to a Subject Line when forwarding
 the message, using a QT or filter?
dh of course.. :)
dh ...
dh Because of that I would suggest that you extend your existing general
dh forward template by checking for the recipient where you want this to
dh be applied and do it then:

dh %IF:'%TOADDR'='[EMAIL PROTECTED]':#%-
dh %ModifyOnce(Subject)%-
dh %Subject=FWD: %OSubj (From Bill Smith)#%-

dh %ModifyOnce(Subject) will ensure, that the Subject is only changed
dh once by the QT (not again, when you edit the header fields, without
dh having changed the body before).

Brilliant-- and I think I can use this to work for me! Because it
isn't a special recipient in the sense you mean I only used the
modify subject part of your macro. I created a folder for
sender's messages, then did a folder forward template. I
believe there are pitfalls with folder templates; here's what
happened this time: When I click Forward when in this folder, the
subject line and to: fields are correct, but the message field is
blank.

%Cursor%TO=[EMAIL PROTECTED]
%ModifyOnce(Subject)%-
%Subject=FWD: (From Bill Smith) %OSubj#%-
This is a forwarded message.

From: %OFromName %OFromAddr
To: %OToList
Date: %ODateEn, %OTimeLongEn
Subject: %OSubj

===Original message text===
%Text
End of original message text===

...Any ideas?

I'm intrigued by the %IF part of the macro. Must be a lot of
possibilities there.

Thanks very much!

-- 

Pat

A Canadian in Houston
Using The Bat! v2.04.7 on Windows XP 5.1 Build 2600 Service Pack 1




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


Re[2]: Adding text to subject line

2004-03-29 Thread P.Johnson
Hi Martin,
On Sunday, March 28, 2004, 12:26 PM, [EMAIL PROTECTED] wrote:

MW On 28 March 2004, 13:00 -0600 (20:00 local time) P.Johnson [PJ] in
MW mid:[EMAIL PROTECTED] wrote:

PJ Is it possible to add text to a Subject Line when forwarding
PJ the message, using a QT or filter?
PJ...
MW %SUBJECT=FWD from %FROMNAME: %OSUBJ%-

MW I should have added that you can add this to your address book template
MW for the recipient.

I didn't explain it very well; anyway the recipient field won't
work for me in this instance. So I made a folder template which
isn't working. :-) The subject macro works, but I am not getting
the text. I copied the template in my reply to shinE!, if you are
interested.

TB! makes us very lazy, I think. I now expect to do tasks that
should reasonably take several key strokes, with no strokes at
all. What a program!

Thanks Martin.

-- 

Pat

A Canadian in Houston
Using The Bat! v2.04.7 on Windows XP 5.1 Build 2600 Service Pack 1




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


Re[3]: Adding text to subject line - solved

2004-03-29 Thread P.Johnson

On Monday, March 29, 2004, 5:13 PM, [EMAIL PROTECTED] wrote:
dh on Sun, 28. Mar 2004 at 13:00:24 -0600 P.Johnson wrote:
 Is it possible to add text to a Subject Line when forwarding
 the message, using a QT or filter?
dh of course.. :)
dh ...
dh Because of that I would suggest that you extend your existing general
dh forward template by checking for the recipient where you want this to
dh be applied and do it then:

dh %IF:'%TOADDR'='[EMAIL PROTECTED]':#%-
dh %ModifyOnce(Subject)%-
dh %Subject=FWD: %OSubj (From Bill Smith)#%-

dh %ModifyOnce(Subject) will ensure, that the Subject is only changed
dh once by the QT (not again, when you edit the header fields, without
dh having changed the body before).

PJ... I created a folder for
PJ sender's messages, then did a folder forward template. I
PJ believe there are pitfalls with folder templates; here's what
PJ happened this time: When I click Forward when in this folder, the
PJ subject line and to: fields are correct, but the message field is
PJ blank

Could not get that folder template to work, so removed the new
folder and template, and instead used the account properties--
forward. I used the %IF macro to specify the original sender,
added the %TO and it now works like a charm:

%IF:'%OFromAddr'='[EMAIL PROTECTED]':#%-
%ModifyOnce(Subject)%-
%Subject=FWD: (From Bill Smith) %OSubj
%TO=[EMAIL PROTECTED]#%-
This is a forwarded message.

From: %OFromName %OFromAddr
To: %OToList
Date: %ODateEn, %OTimeLongEn
Subject: %OSubj

===Original message text===

%Text
End of original message text===

...Not sure what the #%- signifies (in the first line of the
template)?

Thank you again!

--

Pat

A Canadian in Houston
Using The Bat! v2.04.7 on Windows XP 5.1 Build 2600 Service Pack 1




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


Re: Adding text to subject line - solved

2004-03-29 Thread Robin Anson
On Tue 30 March 2004, 9:21:05 +1000, P.Johnson wrote:
 Could not get that folder template to work, so removed the new
 folder and template, and instead used the account properties--
 forward. I used the %IF macro to specify the original sender,
 added the %TO and it now works like a charm:
 
 %IF:'%OFromAddr'='[EMAIL PROTECTED]':#%-
 %ModifyOnce(Subject)%-
 %Subject=FWD: (From Bill Smith) %OSubj
 %TO=[EMAIL PROTECTED]#%-
 This is a forwarded message.
 
 From: %OFromName %OFromAddr
 To: %OToList
 Date: %ODateEn, %OTimeLongEn
 Subject: %OSubj
 
 ===Original message text===
 
 %Text
 End of original message text===
 
 ...Not sure what the #%- signifies (in the first line of the
 template)?

The # is a delimiter, everything between the first and second instances of
# are what happens if the from address is [EMAIL PROTECTED]

The %- is a line continuation marker that has the effect of preventing a
newline appearing in the output of the template.

-- 
Robin Anson
Using The Bat! v2.04.7 on Windows XP 5.1 Build 2600 Service Pack 1





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


Re: bug: Opening a file with TB!

2004-03-29 Thread dAniel hAhler
Hello bats,

on Mon, 29. Mar 2004 at 09:05:57 +0200 Roelof Otten wrote:

DH what do you have there?
DH (HKEY_CLASSES_ROOT\The Bat! message file\shell\open\command)
 C:\PROGRAM FILES\THE BAT!\THEBAT.EXE /nologo /o:%1

I have that there, too.
And opening .msg/.vcf files does actually work.

And even changing my
HKEY_CLASSES_ROOT\Applications\thebat.exe\shell\open\command
to
D:\Programme\thebat\thebat.exe %1
(from the above), opens files either with the default handler (after
tb pops up for a short time) or nothing happens (eg for files with no
extension).
BUT when TB is not running and I open a file with it, it gets
appended!! and if it has a default handler, it will be executed with
that, too.
Just tested it with a .py file: TB creates a new message (it was
shutdown before) and the script gets executed.

So, that's weird..


-- 
shinE!
GnuPG/PGP key: http://thequod.de/danielhahler.asc
lifted with The Bat! 2.05 Beta/12 on Windows XP Service Pack 1.



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


Re: bug: Opening a file with TB!

2004-03-29 Thread dAniel hAhler
Hello bats,

on Mon, 29. Mar 2004 at 20:35:50 +0100 Martin Webster wrote:

[..]
 What has all this got to do with the problem in hand?

Debuggin'.. :)

 This is the first time you've mentioned vCards and other legitimate
 file associations. And don't be so quick deleting those registry
 entries! :-)

They have being restored. When deleting I always create beackups,
that's for sure.

 Have you tried changing the registry entry to match what Roelof and I
 have?

Roelf has nothing in HKCR and also /nologo /o: with the legitimate
associations, like me.

 Also, what happens when you use the Send To Mail Recipient shell
 extension? Does TB! hang?

No. It's called E-Mail-Empfänger (email recipient) here, which is a
MAPIMAIL file.

This creates a new mail and appends the file, as it should be.

But TB does not execute a mail template in this case, but gives a
silly subject write email to: thebat.exe and the body says The
files were attached and can now be send with this message (both
translated from German). I guess, this is something Windows puts in
when it calls TB!?

Then I realised that I do not have the standard The Bat! in my
SendTo folder anymore and I was quite sure, that some registry setting
in HKCU\Software\RIT was remembering that it had setup one, but
actually I cannot find that registry key anymore. Do you have
something like that in yours?
And I could not find a Install SendTo button in the Preferences..
but just putting a .lnk file in the SendTo folder resolves that for
me.. ;)

Fiddling around with all these association stuff I noticed another
strange thing: If I uncheck all associations in Preferences --
Applications and click on Associate Now TB says:
---
The Bat!
---
OK to set associations?

Previous associations can be restored by clearing checkboxes
and clicking this button again
---
Ja   Nein   
---

That's bad design and definitely a bug (confirmations?).

But it un-associates the extensions, except mailto:, which is checked
the next time I open Preferences. Probably because I never set another
mailto-handler, though I'm pretty sure that OE would have set itself
to that.

 Perhaps your best option is to reinstall TB!

I don't think that would help much.

In fact, I only have the problem that files (except .msg, .vcf and
.eml) opened with TB will not be handled properly. But I never did
this before and do not plan to do it again and so everything is fine.

Just wanted to make a note and best would be the devs would take a
look into that, but I guess it's simply another not important bug..


-- 
shinE!
GnuPG/PGP key: http://thequod.de/danielhahler.asc
lifted with The Bat! 2.05 Beta/12 on Windows XP Service Pack 1.



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