Re: Macro for folder ?

2004-12-03 Thread Dan Grunberg
Mon, 22 Nov 2004 20:22:43 +0100 (2:22 PM EST here) WilWilWil wrote:

> Hello,

> I want to create a macro for a folder, but not for an account.

> I want to launch an action when a mail is move in it by NFS. But not
> when NFS move the mail... No. Just when the specific folder has
> received the mail...

> Possible ?

In TB! v2 (and probably in v3 also) there is a class of filters called
"Read messages." The Read messages filters only work on messages that
are marked as read, but you get to choose the source folder for the
read messages.

If the filter that moves the messages into a specific folder also
marks the messages being moved as read, then a Read message filter can
be used to work only on read messages in the specific folder.

For example, the two filters below:

The first filter is an Inbox filter that moves all incoming email,
from a chamber musician named Joe, to the Chamber Music Society's
Incoming email folder. The filter marks as Read, all mail that it
moves.

The second filter is a Read message filter that filters all Read
messages, in the Chamber Music Society's Incoming email folder. If
it finds "I will bring my bassoon" (without the "") in the text of
a message, it sets the priority to High (amateur musicians who own
bassoons are much sought after), and sets the colour group to
yellow to highlight the message's subject on the Inbox\CmbrMus
folder's list of messages.

BeginFilter [Inbox filter]
Name: Move Joe's mail to ChmbrMusic folder  <
Active: 1
Source: [EMAIL PROTECTED] <
Target: [EMAIL PROTECTED] <
CopyFolder: none
MainSet: [EMAIL PROTECTED]
Actions: faMarkRead,faoCopyRead
AddGroups: 
DelGroups: 
ForwardTemplate: 
ConfirmTemplate: 
ReplyTemplate: 
FwdAddr: 
RedirectAddr: 
NewAddr: 
NewTemplate: 
ExtCmd: 
ExtFile: 
ExtractDir: 
ColourGroup: 
AddAddrItems: afiFrom,
DelAddrItems: afiFrom,
HotKey: 0
IsOfColour: 
SizeBigger: 0
SizeSmaller: 0
AgeOlder: 0
AgeNewer: 0
InAddrPos: 0
OutAddrPos: 0
InAddrGroups: 
NoAddrGroups: 
KillFile: 
KillMethod: 0
SaveTemplate: 
SndFile: 
SysSound: 0
SoundTime: 0:00-0:00
AllowTime: 0:00-0:00
EndFilter



BeginFilter [Read message filter]
Name: We'll have a Bassoon tonight
Active: 1
Source: [EMAIL PROTECTED]<===
Target: [EMAIL PROTECTED]<===
CopyFolder: none
MainSet: 30I will bring my Bassoon <===
Actions: faSetPriority,faoHighPriority,faSetColor  <===
AddGroups: 
DelGroups: 
ForwardTemplate: 
ConfirmTemplate: 
ReplyTemplate: 
FwdAddr: 
RedirectAddr: 
NewAddr: 
NewTemplate: 
ExtCmd: 
ExtFile: 
ExtractDir: 
ColourGroup: Yellow<===
AddAddrItems: afiFrom,
DelAddrItems: afiFrom,
HotKey: 0
IsOfColour: 
SizeBigger: 0
SizeSmaller: 0
AgeOlder: 0
AgeNewer: 0
InAddrPos: 0
OutAddrPos: 0
InAddrGroups: 
NoAddrGroups: 
KillFile: 
KillMethod: 0
SaveTemplate: 
SndFile: 
SysSound: 0
SoundTime: 0:00-0:00
AllowTime: 0:00-0:00
EndFilter

















Using: The Bat! v2.12.00, BayesIt! 0.5.9,
   MyMacros 1.11, gMacrosPlugin 0.80
   Windows XP v5.1 - Build 2600 - Service Pack 2

-- 

Daniel A. Grunberg   Kensington, Maryland, USA
homepage: www.nyx.net/~dgrunber/




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


Re[2]: Macro for folder ?

2004-11-23 Thread WilWilWil



W>> Suppose I want to mark as read a mail that arrive in my common
W>> junk folder...

RO>   Options -> Preferences -> Protection -> Anti spam -> Mark stored junk 
mail as read
Sorry. I know this option. I would say for AntiVirus Plugin. But you are right, 
this is really what I need for mails moved in quarantine that still marked 
unread. I want to mark infected mail as read because there is no reson my bat 
icon is flying just because of infected mails stored.

-- 
WilWilWil 
:flag-france:


TB 3.0.1.33
BayesIt! 0.7.3
Windows XP
Service Pack 1

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


Re: Macro for folder ?

2004-11-23 Thread Roelof Otten
Hallo WilWilWil,

On Tue, 23 Nov 2004 16:22:57 +0100GMT (23-11-2004, 16:22 +0100, where
I live), you wrote:

W> Suppose I want to mark as read a mail that arrive in my common
W> junk folder...

  Options -> Preferences -> Protection -> Anti spam -> Mark stored junk mail as 
read

-- 
Groetjes, Roelof

User - a technical term used by computer pros. See idiot.

The Bat! 3.0.2.7
Windows XP 5.1 Build 2600 Service Pack 2
1 pop3 account, server on LAN



pgpBwr3ioVdS0.pgp
Description: PGP signature

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

Re[3]: Macro for folder ?

2004-11-23 Thread WilWilWil


SC> Could a sub-filter not do something like this. Parent filter moves
SC> message to new folder and sub-filter then acts on the message once it
SC> is moved.

Suppose I want to mark as read a mail that arrive in my common junk folder... I 
need an action link to folder receipt. Because the move of a junk mail isn't 
done by a filter but by internal TB action set in preferences...

So I need a trigger on the folder...

-- 
WilWilWil 
:flag-france:


TB 3.0.1.33
BayesIt! 0.7.3
Windows XP
Service Pack 1

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


Re: Macro for folder ?

2004-11-23 Thread Thomas Fernandez
Hello Stuart,

On Tue, 23 Nov 2004 08:24:54 -0600 GMT (23/11/2004, 21:24 +0700 GMT),
Stuart Cuddy wrote:

SC> Could a sub-filter not do something like this. Parent filter moves
SC> message to new folder and sub-filter then acts on the message once it
SC> is moved.

That may be possible. I haven't played with sub-filters yet.

-- 

Cheers,
Thomas.

"Reason for leaving last job: They insisted that all employees get to
work by 8:45 am every morning. I couldn't work under those
conditions."

Message reply created with The Bat! 3.0.2.4 Rush
under Chinese Windows 98 4.10 Build  A 





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


Re[2]: Macro for folder ?

2004-11-23 Thread Stuart Cuddy
Hello Thomas,
Tuesday, November 23, 2004, 8:04:00 AM, you wrote:

TF> Hello WilWilWil,

TF> On Mon, 22 Nov 2004 20:22:43 +0100 GMT (23/11/2004, 02:22 +0700 GMT),
TF> WilWilWil wrote:

W>> I want to create a macro for a folder, but not for an account.

TF> I think you mean filter, not macro.

W>> I want to launch an action when a mail is move in it by NFS.
W>> But not when NFS move the mail... No. Just when the specific folder
W>> has received the mail...

W>> Possible ?

TF> No, this isn't possible. TB only automatically filters when messages
TF> arrive in the Inbox. You cannot create a filter (with a filter action)
TF> that kicks in when the message is moved there.

Could a sub-filter not do something like this. Parent filter moves
message to new folder and sub-filter then acts on the message once it
is moved.

 

-- 
 Stuartmailto:[EMAIL PROTECTED]
Using The Bat! v3.0.2.5 on Windows 98 4.10 Build   A 



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


Re: Macro for folder ?

2004-11-23 Thread Thomas Fernandez
Hello WilWilWil,

On Mon, 22 Nov 2004 20:22:43 +0100 GMT (23/11/2004, 02:22 +0700 GMT),
WilWilWil wrote:

W> I want to create a macro for a folder, but not for an account.

I think you mean filter, not macro.

W> I want to launch an action when a mail is move in it by NFS.
W> But not when NFS move the mail... No. Just when the specific folder
W> has received the mail...

W> Possible ?

No, this isn't possible. TB only automatically filters when messages
arrive in the Inbox. You cannot create a filter (with a filter action)
that kicks in when the message is moved there.

Talking POP here.

-- 

Cheers,
Thomas.

I like to sing to the songs on the radio in my car. When you go into a
tunnel, it's hard to come out on the right note. Actually, the news is
more difficult.

Message reply created with The Bat! 3.0.2.4 Rush
under Chinese Windows 98 4.10 Build  A 





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


Macro for folder ?

2004-11-22 Thread WilWilWil
Hello,

I want to create a macro for a folder, but not for an account.

I want to launch an action when a mail is move in it by NFS. But not when NFS 
move the mail... No. Just when the specific folder has received the mail...

Possible ?

-- 
WilWilWil 
:flag-france:

TB 3.0.1.33
BayesIt! 0.7.3
Windows XP
Service Pack 1

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