diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-11-17 14:57:40 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-11-17 14:57:40 +0100 |
commit | 0c3cba9a452c168fe31186a96b677d49848cf500 (patch) | |
tree | 1a2387e918371d804c4f67bc4e024838367f4c1f | |
parent | 3b3a67072adf4400225e2e459b16b0caa04ed987 (diff) | |
download | App-ImapNotify-0c3cba9a452c168fe31186a96b677d49848cf500.tar.gz App-ImapNotify-0c3cba9a452c168fe31186a96b677d49848cf500.tar.xz |
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-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; -} - |