Pages: 1
RSS
How to fix sender's name?
 
Hello!

I need a regexp which will fix sender's name in reply message.
For example, if sender's name is John-IBM or John.IBM I want to remove the - . and everything after that. So instead of "Hello John-IBM" and "...John-IBM wrote:" there should be "Hello John" and "...John wrote:".

Thank you.
Edited: Robert Zelic - 12 June 2009 09:03:07
 
Add those contacts to your address book, set their first name properly in the AB and use the macro %ABToFName
__________________________________
I'm just a user of The Bat! I don't work for Ritlabs.
 
In meantime I found the solution. It is %SETPATTREGEXP='(\w+)'%-%REGEXPBLINDMATCH='%OFromFName'%SUBPATT='1'

But thanks anyway.
Pages: 1