Closed (fixed)
Project:
Mime Mail
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 May 2011 at 17:15 UTC
Updated:
22 May 2011 at 08:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
sgabe commentedI am using Thunderbird and the included links are clickable in my test messages sent with Rules.
Update: Are you using the URL Filter for the Full HTML input format?
Comment #2
itserich commentedThanks, yes I am using URL Filter.
Site Configuration - Input Formats - Full HTML - URL FIlter is checked.
Perhaps there is a conflict with some other filter which cancels it out?
I thought it might be a setting I have in Thunderbird but I could not find any applicable settings.
If anyone would like to receive a message you can post it or send a private message. I thought it was interesting the links work in my browser email clients but not Thunderbird, such as when the same message is forwarded from one email client to Thunderbird.
Comment #3
sgabe commentedAgh...We need to call check_markup() to run the filters on the HTML message body. Please test the attached patch and report back.
Comment #4
itserich commentedThank you. I am not great at applying patches, but have done it once.
I had recently installed the dev version. Then I went into console and:
Edit for typo in .ptach
The response:
Comment #5
sgabe commentedUse the following to strip the first segment ('a/' and 'b/') of the path:
patch -p1 < mimemail_1150224_01.patchComment #6
itserich commentedThank you so much Gabor. It seems to work, and well formatted email will improve our site vastly.
Comment #7
sgabe commentedPatch committed. Thank you for your help, Erich! I hope the Rules and system actions will be fine from now on.