diff options
Diffstat (limited to 'rt/bin/rt-mailgate.in')
| -rw-r--r-- | rt/bin/rt-mailgate.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/rt/bin/rt-mailgate.in b/rt/bin/rt-mailgate.in index a74b2da15..1e231152f 100644 --- a/rt/bin/rt-mailgate.in +++ b/rt/bin/rt-mailgate.in @@ -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{$_}; }; |
