summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
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
}