diff options
author | Luke Smith <luke@lukesmith.xyz> | 2022-10-07 12:59:31 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2022-10-07 12:59:31 -0400 |
commit | 607b44e221fc2e3b009bfe92dc12d51ce11fd2da (patch) | |
tree | 200410f4920755d8552238f35568171f61855589 | |
parent | c3f4ab8db06cafecae92b567f1ce8fdd452548bd (diff) |
leftover from bugtesting
-rwxr-xr-x | bin/mailsync | 3 |
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 } |