summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.