summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-10-07 12:59:31 -0400
committerLuke Smith <luke@lukesmith.xyz>2022-10-07 12:59:31 -0400
commit607b44e221fc2e3b009bfe92dc12d51ce11fd2da (patch)
tree200410f4920755d8552238f35568171f61855589 /bin
parentc3f4ab8db06cafecae92b567f1ce8fdd452548bd (diff)
leftover from bugtesting
Diffstat (limited to 'bin')
-rwxr-xr-xbin/mailsync3
1 files changed, 0 insertions, 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
}