From 8e35e474c585adb428a88ff6da5e89754c49a448 Mon Sep 17 00:00:00 2001
From: Jonas Dujava <jonas.dujava@gmail.com>
Date: Mon, 2 Sep 2024 13:01:41 +0200
Subject: Fix usages of mail/mails

Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
---
 bin/mailsync | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'bin/mailsync')

diff --git a/bin/mailsync b/bin/mailsync
index cbd36ff..792e7af 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 mail for $2."
-			[ -z "$MAILSYNC_MUTE" ] && notify "New Mail!" "📬 $newcount new mail(s) in \`$2\` account."
+			echo "$newcount new mails for $2."
+			[ -z "$MAILSYNC_MUTE" ] && notify "New Mail!" "📬 $newcount new mails in \`$2\` account."
 			;;
 		$((newcount > 0)) )
-			echo "$newcount new mail for $2."
+			echo "$newcount new mail(s) for $2."
 			[ -z "$MAILSYNC_MUTE" ] &&
 			for file in $new; do
 		    		# Extract and decode subject and sender from mail.
-- 
cgit v1.2.3