Remove signatures, since it's still experimental.
This commit is contained in:
parent
feff9084cd
commit
a79e085f74
1 changed files with 2 additions and 3 deletions
|
@ -67,7 +67,7 @@ sub GetCurrentUser {
|
|||
return ($args->{'CurrentUser'}, $args{'AuthLevel'});
|
||||
}
|
||||
|
||||
sub FetchPossibleHeaders ($message) {
|
||||
sub FetchPossibleHeaders {
|
||||
my $message = shift();
|
||||
|
||||
# The message is a MIME::Entity
|
||||
|
@ -95,9 +95,8 @@ sub FetchPossibleHeaders ($message) {
|
|||
}
|
||||
}
|
||||
|
||||
sub MessageIdToTicket ($id) {
|
||||
sub MessageIdToTicket {
|
||||
# Copied heavily from rt-references
|
||||
|
||||
my $id = shift();
|
||||
|
||||
my $attachments = RT::Attachments->new($RT::SystemUser);
|
||||
|
|
Loading…
Reference in a new issue