On Wed, Sep 5, 2018 at 12:59 PM Quinn Comendant <[email protected]> wrote:
> I can't get the "Add or change email header" single-file plugin to work, > found at > https://trac.edgewall.org/wiki/CookBook/Notification/Email#Addorchangeemailheader > I tried installing it into /etc/trac/plugins.d/ and > MYRROJECT/plugins/MyEmail.py and restarted apache. The notification emails > are not modified. > > Do I need to *enable* a single-file plugin under [components]? How do I do > that? > Are you running Trac >= 1.2? You shouldn't need to if the plugin is installed in your environment plugins directory, but you do need to enable it if it's installed in a shared plugins directory (which I suspect is the case for /etc/trac/plugin.d/): https://trac.edgewall.org/wiki/TracPlugins#Enablingtheplugin Does the plugin appear on the Plugins admin page? You can enable the plugin on that page. For troubleshooting plugin loading issues: https://trac.edgewall.org/wiki/TracTroubleshooting#ChecktheLogs - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
