diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-23 07:26:52 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-23 07:26:52 +0900 |
| commit | 5d38cd02507f1d2b94b25940e2fbf1c47f7683ce (patch) | |
| tree | ca1c6e9e76e1e8571b935261dd5bacfec0571e73 | |
| parent | 733bdd4028f0834a6dba8ec7ecfc0d6b6f7f2a87 (diff) | |
modified bin/mw
| -rwxr-xr-x | bin/mw | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -278,26 +278,26 @@ including downloadable mail with \`isync\`. Main actions: -a your@email.com Add an email address -c create basic mailboxes for all accounts - -l List email addresses configured -d Remove an already added address -D your@email.com Force remove account without confirmation + -l List email addresses configured + -r Reorder account numbers -t number Toggle automatic mailsync every <number> minutes -T Toggle automatic mailsync - -r Reorder account numbers Options allowed with -a: - -u Account login name if not full address - -n "Real name" to be on the email account + -f Assume typical English mailboxes without attempting log-on. -i IMAP/POP server address -I IMAP/POP server port + -n "Real name" to be on the email account + -o Configure address, but keep mail online. + -p Add for a POP server instead of IMAP. + -P Pass Prefix (prefix of the file where password is stored) -s SMTP server address -S SMTP server port + -u Account login name if not full address -x Password for account (recommended to be in double quotes) - -p Add for a POP server instead of IMAP. - -P Pass Prefix (prefix of the file where password is stored) -X Delete an account's local email too when deleting. - -o Configure address, but keep mail online. - -f Assume typical English mailboxes without attempting log-on. NOTE: Once at least one account is added, you can run \`mbsync -a\` to begin downloading mail. |
