summaryrefslogtreecommitdiff
path: root/rhimport.pm
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2013-02-14 15:48:27 (GMT)
committerChristian Pointner <equinox@helsinki.at>2013-02-14 15:48:27 (GMT)
commit2a21bfa845e29dd2f63119ca383e58d4d3e82be7 (patch)
tree90aa26979422406e4756f3bf79edd6f425033ca6 /rhimport.pm
parent1dea0d52f27eacda4504ca8d2703c3d09f33a73e (diff)
added new autoimport dropbox class
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;