summaryrefslogtreecommitdiff
path: root/rhimport.pm
diff options
context:
space:
mode:
Diffstat (limited to 'rhimport.pm')
-rw-r--r--rhimport.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/rhimport.pm b/rhimport.pm
index 8cd609d..359ca5c 100644
--- a/rhimport.pm
+++ b/rhimport.pm
@@ -78,6 +78,9 @@ sub get_dropboxes
elsif($name =~ /^sondersendungen\/(.*)$/) {
$name = "Sondersendungen - $1";
}
+ elsif($name =~ /^autoimport\/(.*)$/) {
+ $name = "autoimport - $1";
+ }
my $perm = {};
$perm->{'GROUP'} = $group;
$perm->{'PATH'} = $path;