Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
jxt  
#1 Posted : Thursday, January 2, 2014 2:02:53 PM(UTC)
jxt

Rank: Advanced Member

Joined: 9/27/2011(UTC)
Posts: 89
Location: sf

I'm trying to get the title from Thunderbird Compose window into documents timeline.
I have these two rows in CustomTitle.txt:
Code:
thunderbird	(.*?)-[^-]*$
thunderbird	Compose: (.*?)$

The first one successfully fills out the Document line with main window title but the second one is not working.
I've also tried simplified regex line:
Code:

thunderbird	(.*?)$

but it's not working too.
Please give me a hint what is wrong?
I'm attaching a screenshot.
jxt attached the following image(s):
mt plugin.jpg (191kb) downloaded 11 time(s).

You cannot view/download attachments. Try to login or register.
admin  
#2 Posted : Thursday, January 2, 2014 2:11:02 PM(UTC)
admin

Rank: Administration

Joined: 4/13/2010(UTC)
Posts: 872

Does the compose work if you put it before the non compose one?

Maybe we only allow one rule per process, I'd have to check.
jxt  
#3 Posted : Thursday, January 2, 2014 4:37:05 PM(UTC)
jxt

Rank: Advanced Member

Joined: 9/27/2011(UTC)
Posts: 89
Location: sf

Yeah, that's the problem...
Ok, I'll just use:
thunderbird (.*?)$
for now.
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.