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: 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.
|
|
|
|
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.
|
|
|
|
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.