From 4018f46093630209ff9155b32de252b11e613572 Mon Sep 17 00:00:00 2001 From: hyzen Date: Sun, 8 Feb 2026 11:04:54 +0530 Subject: [PATCH] Update: decoration --- mutt-add-account.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutt-add-account.sh b/mutt-add-account.sh index dd4fdf7..031250b 100755 --- a/mutt-add-account.sh +++ b/mutt-add-account.sh @@ -55,7 +55,7 @@ read -p "Enter your full email address: " email read -p "Enter your full name: " fullname read -sp "Enter password: " password echo -read -p "Enter account short name: " shortname +read -p "Enter account name: " shortname read -p "Enter IMAP server: " imap_server read -p "Enter SMTP server (Press Enter if same as IMAP server): " smtp_server smtp_server=${smtp_server:-$imap_server}