Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
best-practical
rt-extension-commandbymail
Commits
7da4d2e5
Commit
7da4d2e5
authored
Apr 18, 2012
by
Nicholas Hall
Committed by
Kevin Falcone
Apr 18, 2012
Browse files
Make it known to use Set() syntax for 3.8+.
parent
7b45a174
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
INSTALL
INSTALL
+1
-1
No files found.
INSTALL
View file @
7da4d2e5
...
...
@@ -39,7 +39,7 @@ You can do this by adding the following line to your RT::SiteConfig:
@MailPlugins = qw(Auth::MailFrom Filter::TakeAction);
If you are running RT-3.8 you will need to use slightly different syntax
If you are running RT-3.8
and above
you will need to use slightly different syntax
Set(@MailPlugins, qw(Auth::MailFrom Filter::TakeAction));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment