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
d75afe37
Commit
d75afe37
authored
Jul 23, 2013
by
Thomas Sibley
Browse files
Replace hard tabs that snuck in with
ea04c376
parent
81d9f277
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib/RT/Interface/Email/Filter/TakeAction.pm
lib/RT/Interface/Email/Filter/TakeAction.pm
+3
-3
No files found.
lib/RT/Interface/Email/Filter/TakeAction.pm
View file @
d75afe37
...
...
@@ -197,8 +197,8 @@ sub GetCurrentUser {
$
RT::
Logger
->
debug
("
Running CommandByMail as
"
.
$args
{'
CurrentUser
'}
->
UserObj
->
Name
);
my
$headername
=
$new_config
?
RT
->
Config
->
Get
('
CommandByMailHeader
')
:
$
RT::
CommandByMailHeader
;
?
RT
->
Config
->
Get
('
CommandByMailHeader
')
:
$
RT::
CommandByMailHeader
;
# find the content
my
@content
;
...
...
@@ -214,7 +214,7 @@ sub GetCurrentUser {
}
if
(
defined
$headername
)
{
unshift
@content
,
$args
{'
Message
'}
->
head
->
get_all
(
$headername
);
unshift
@content
,
$args
{'
Message
'}
->
head
->
get_all
(
$headername
);
}
my
@items
;
...
...
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