mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

commit 607b44e221fc2e3b009bfe92dc12d51ce11fd2da
parent c3f4ab8db06cafecae92b567f1ce8fdd452548bd
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Fri,  7 Oct 2022 12:59:31 -0400

leftover from bugtesting

Diffstat:
Mbin/mailsync | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git 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 }