Browse Source

leftover from bugtesting

pull/891/head
Luke Smith 1 year ago
parent
commit
607b44e221
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      bin/mailsync

+ 0
- 3
bin/mailsync View File

@@ -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
}



Loading…
Cancel
Save