numbering messages in chronological sequence

2013-12-31 Thread bunker
hello friends, wishing you all a happy and prosperous new year 2014! wonder if someone could assist with a macro to insert automatically a number to appear in chronological sequence for each and every message that we send out. for example, if a new msg is opened for the first time then the

Re: numbering messages in chronological sequence

2013-12-31 Thread bunker
hi, There is a macro %trackingnumber to insert a random 32-bit hexadecimal number. If that does not suffice, you have to store the number somewhere and increment it for each message. I'm not sure how you do that, maybe it needs to happen in an outgoing message filter rather than in a

Re[2]: numbering messages in chronological sequence

2014-01-09 Thread bunker
Hi, If that was no help, did you manage to get it sorted, Ramzan? no, not yet -- Ramzan Current version is 6.1.8 | 'Using TBUDL' information: http://www.silverstones.com/thebat/TBUDLInfo.html

Re: Print Setup - How add list of CC recipients

2014-11-10 Thread bunker
Hello Paul, Paul Wrote:- Message - Print Setup - Template Here I have From: %FromName %FromAddr To: %ToName %ToAddr Date: %ODateEn %OTimeLongEn Subject: %Subj -=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- %Text How do I add the list of CC

Re: Contiuation symbol for long lines in a macro

2015-06-04 Thread bunker
When I send e-mail to a group, I like to put the names and addresses in the BCC: pane to maintain the privacy of the recipients. Now when I click on the name of the group in my address book and the click on the Create new message icon, the name of the list appears in the To: pane. I then have to

inserting email domain when QT is activated

2015-06-03 Thread bunker
hello friends, i have this QT called AA, an acknowledgment QT prepared only under a NEW window. first i insert the email id in the TO field. then i run the QT in the text body. what i want to do now is to extract the domain name of the email id i enter and place it in the BCC field with the

Re[2]: inserting email domain when QT is activated

2015-06-04 Thread bunker
Try adding a hyphen in the pattern (not tried by me) %SetPattRegexp=^.*@([a-zA-z0-9.]*)?$%- to %SetPattRegexp=^.*@([a-zA-z0-9-.]*)?$%- ++ Tony, that was magic!! thanks a lot, working perfectly appreciated -- vernon Current

Re[2]: inserting email domain when QT is activated

2015-06-04 Thread bunker
thank you, any one out there can assist me Plse FYI, the TO field will have only a single email id. Try this: %BCC=%- %SetPattRegexp=^.*@([a-zA-z0-9.]*)?$%- %RegexpBlindMatch=%TO%- %VAR1=%SubPatt=1%- %BCC=management@%VAR1, accounts@%VAR1%- Dear hi tony, works like a charm BUT

Re[2]: inserting email domain when QT is activated

2015-06-03 Thread bunker
On Wednesday 3 June 2015 at 10:41:49 AM, in mid:948782155.20150603151...@eagle-mar.com, bun...@eagle-mar.com wrote: hello friends, i have this QT called AA, an acknowledgment QT prepared only under a NEW window. first i insert the email id in the

Re[2]: counter to have 7 digits

2016-02-02 Thread bunker
On 26-JAN-2016, You Wrote:- .. Then run the RegExp search on your %_RefNo variable, and replace the stored value of %_RefNo with the result. Something like:- %_RefNo="00%_RefNo"%- %SETPATTREGEXP="\d{7}?\z"%- %_RefNo='%REGEXPMATCH="%_RefNo"'%-

counter to have 7 digits

2016-01-19 Thread bunker
hello friends, i got this code done by "Roelof Otten" many years back; %ModifyOnce(X-Eagle)%- %SetHeader(&,&%- %Calc('%RegRead("HKEY_CURRENT_USER\Software\RIT\The Bat!\MessageReferenceNumber", "0") + 1')%- &)%- %_RefNo='%Header(X-Eagle)'%- %If:'%_RefNo'='100':'%_RefNo="001"'%-

POP - "Getting number of messages"

2020-05-26 Thread bunker
Hello Friends, I use POP to download messages, about 75 filters are used to place messages in appropriate folders as well. since of late, for about a month or so, it was observed that it takes a long time at ""Getting number of messages" and sometimes it just goes on unless I have to DELETE TASK

Re[4]: POP - "Getting number of messages"

2020-05-29 Thread bunker
Hi Paul, Perhaps this is a host server issue. I manage email similar to you and Thomas and experienced this problem some years ago. Switched my host to Fastmail and the problem disappeared never to return. In fact, our host is FASTMAIL as well. Using it for many years. -- Regards

Re[2]: POP - "Getting number of messages"

2020-05-29 Thread bunker
Hi Thomas, >>How many messages is it trying to get? As I mentioned earlier, have you kept messages on server for the last 10 years, and TB has to download 1 million headers first to check whether the messages have already been downloaded?<<< ++ OK, I understand. Now there are only 1,900

Re[5]: POP - "Getting number of messages"

2020-06-01 Thread bunker
Good day Friends! Perhaps this is a host server issue. I manage email similar to you and Thomas and experienced this problem some years ago. Switched my host to Fastmail and the problem disappeared never to return. Me: In fact, our host is FASTMAIL as well. Using it for many years.