aboutsummaryrefslogtreecommitdiff
path: root/local/bin/email-unread
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-04-11 13:23:06 +0200
committerKarel Kočí <cynerd@email.cz>2017-04-11 13:23:06 +0200
commitaddf0820e80286e42864f12ade3cd0215fa51bc4 (patch)
treeeedc6fb8fc35a00c67ad0bf35956f74164e1ddb6 /local/bin/email-unread
parent968eb80c3fa1d3581186e47ff8d3c7a32aa6b577 (diff)
downloadmyconfigs-addf0820e80286e42864f12ade3cd0215fa51bc4.tar.gz
myconfigs-addf0820e80286e42864f12ade3cd0215fa51bc4.tar.bz2
myconfigs-addf0820e80286e42864f12ade3cd0215fa51bc4.zip
Fix email and other scripts called from i3
Diffstat (limited to 'local/bin/email-unread')
-rwxr-xr-xlocal/bin/email-unread1
1 files changed, 0 insertions, 1 deletions
diff --git a/local/bin/email-unread b/local/bin/email-unread
index a17c9b4..dec7d04 100755
--- a/local/bin/email-unread
+++ b/local/bin/email-unread
@@ -17,7 +17,6 @@ while (readdir EDIR) {
my $path = substr $File::Find::name, 1 + length EMAIL;
$path =~ s/\/new$//;
return if $_ ne "new" or $path =~ /$IGNORE/;
- #print "ok: $path\n";
my $cnt = 0;
opendir(NDIR, "$File::Find::name") or die $!;
while (readdir NDIR) {