From 607b44e221fc2e3b009bfe92dc12d51ce11fd2da Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 7 Oct 2022 12:59:31 -0400 Subject: [PATCH] leftover from bugtesting --- bin/mailsync | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/mailsync b/bin/mailsync index efea34b..a474695 100755 --- a/bin/mailsync +++ b/bin/mailsync @@ -67,9 +67,6 @@ syncandnotify() { newcount=$(echo "$new" | sed '/^\s*$/d' | wc -l) [ -z "$MAILSYNC_MUTE" ] && case 1 in $((newcount > 0)) ) notify "$acc" "$newcount" ;; - *) - echo lololol - ;; esac }