diff options
Diffstat (limited to 'rt/bin/rt-mailgate')
| -rwxr-xr-x | rt/bin/rt-mailgate | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/rt/bin/rt-mailgate b/rt/bin/rt-mailgate index de0529d84..373d2cfbf 100755 --- a/rt/bin/rt-mailgate +++ b/rt/bin/rt-mailgate @@ -81,9 +81,7 @@ unless ( $opts{'url'} ) { my $ua = new LWP::UserAgent; $ua->cookie_jar( { file => $opts{'jar'} } ) if $opts{'jar'}; -my %args = ( - SessionType => 'REST', # Surpress login box -); +my %args; foreach ( qw(queue action) ) { $args{$_} = $opts{$_} if defined $opts{$_}; }; |
