-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 01.08.2012 22:23, ynoslenav wrote:
> The Announcer Plugin does not keep the messages WikiFormatting
> format, then the body of the email shows plain text.
Hm, if you installed it, you can look at <trac-site>/wiki/TracIni for
supported options of all installed plugins. This is most relevant here:
[announcer]
default_email_format
Accepted values are 'text/plain' and 'html'.
You've certainly read the wiki documentation for Announcer, haven't you?
> Guess it was not a good idea to change the TracNotification by
> AnnouncerPlugin. :(
>
Sure, if that formatting thing is more important to you than i.e. per-user
opt-in/-out and other configuration options, well then stick to
TracNotification, please.
> A plugin to send messages in rich text format was more than happy ?!?
> \o/
Don't get that. What do you mean?
Hello,I'm using the AnnouncerPlugin on a couple of Trac installations to send HTML emails, and it's not properly formatting ticket updates that have Wiki formatting in them. For example, if I put in the Wiki text:Test of `formatting` in '''announcer'''* Including* Bulleted* ListsIt will display in the ticket something like this:Test of formatting in announcer
- Including
- Bulleted
- Lists
But in my email like this:Test of `formatting` in '''announcer''' * Including * Bulleted * ListsHas anybody else seen this? Is there a configuration option I'm missing somewhere? Or is this something I should report as a bug?Thanks,------Scott.