summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-21 05:41:18 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-01-21 05:41:18 +0900
commitd43565c97ec3d878ad438e031f186c16e5db9478 (patch)
treeb06e0c4d76c0bbb0b8a625df59528b5f9d8da514
parent4f973f1346dabc14f5a49b7b6ed2e850ce6d93e5 (diff)
modified README.md, modified mw.1
-rw-r--r--README.md2
-rw-r--r--mw.12
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 45c7880..464f762 100644
--- a/README.md
+++ b/README.md
@@ -95,7 +95,7 @@ The mutt-wizard runs via the command `mw`. Once setup is complete, you'll use
- `-i` -- IMAP server address
- `-I` -- IMAP server port (otherwise assumed to be 993)
- `-s` -- SMTP server address
-- `-S` -- SMTP server port (otherwise assumed to be 587)
+- `-S` -- SMTP server port (otherwise assumed to be 465)
- `-m` -- Maximum number of emails to be kept offline. No maximum is default
functionality.
- `-x` -- Account password. You will be prompted for it otherwise.
diff --git a/mw.1 b/mw.1
index 7309b10..4a136ee 100644
--- a/mw.1
+++ b/mw.1
@@ -66,7 +66,7 @@ IMAP/POP server port (assumed to be 993 for IMAP and 995 for POP if not specifie
SMTP server address
.TP
.B -S
-SMTP server port (assumed to be 587 if not specified)
+SMTP server port (assumed to be 465 if not specified)
.TP
.B -x
Account password. You will be prompted for the password interactively if this option is not given.