diff options
Diffstat (limited to 'bin/mailsync')
| -rwxr-xr-x | bin/mailsync | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/bin/mailsync b/bin/mailsync index eb23497..4e6bfc4 100755 --- a/bin/mailsync +++ b/bin/mailsync @@ -63,11 +63,11 @@ syncandnotify() {  	newcount=$(echo "$new" | sed '/^\s*$/d' | wc -l)  	case 1 in  		$((newcount > 5)) ) -			echo "$newcount new mails for $2." +			echo "$newcount new mails for $2." >/dev/tty  			[ -z "$MAILSYNC_MUTE" ] && notify "New Mail!" "📬 $newcount new mails in \`$2\` account."  			;;  		$((newcount > 0)) ) -			echo "$newcount new mail(s) for $2." +			echo "$newcount new mail(s) for $2." >/dev/tty  			[ -z "$MAILSYNC_MUTE" ] &&  			for file in $new; do  				# Extract and decode subject and sender from mail. | 
