diff options
-rwxr-xr-x | script/imap-notify.pl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/script/imap-notify.pl b/script/imap-notify.pl index 5fefaf6..648d751 100755 --- a/script/imap-notify.pl +++ b/script/imap-notify.pl @@ -114,9 +114,3 @@ for my $single_conf ($config->{watches}->@*) { map {$_->join()} @workers; -fun trim($string) { - $string =~ s/^\s+//; - $string =~ s/\s+$//; - return $string; -} - |