diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-24 06:55:09 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-24 06:55:09 +0900 |
| commit | 0d3565ae17a397cadc4bd7ca4ba517f20e89ac74 (patch) | |
| tree | c99913b4016113d59b7b21c1d65056802f15af08 | |
| parent | 0a44a0de70a54763f05a87be9e24c533fc0c39ab (diff) | |
modified README.md, modified bin/mw
| -rw-r--r-- | README.md | 30 | ||||
| -rwxr-xr-x | bin/mw | 4 |
2 files changed, 18 insertions, 16 deletions
@@ -74,29 +74,31 @@ A user of Arch-based distros can also install the current mutt-wizard release fr The mutt-wizard runs via the command `mw`. Once setup is complete, you'll use `neomutt` to access your mail. -- `mw -a you@email.com` -- add a new email account -- `mw -l` -- list existing accounts -- `mw -d` -- choose an account to delete -- `mw -D your@email.com` -- delete account settings without confirmation -- `mw -t 30` -- toggle automatic mailsync to every 30 minutes -- `mw -T` -- toggle mailsync without specifying minutes (default is 10) -- `mw -r` -- reorder account shortcut numbers -- `pass edit mw-your@email.com` -- revise an account's password -- `mailsync` -- sync all configured email accounts. Also gives notifications of new mail and indexes new mail with notmuch silently. -- `mailsync your@email.com` -- sync a particular (or several) email account(s). +- `mw -a you@email.com` -- Add a new email account +- `mw -c` -- Create basic mailboxes for all accounts +- `mw -d` -- Choose an account to delete +- `mw -D your@email.com` -- Delete account settings without confirmation +- `mw -l` -- List existing accounts +- `mw -r` -- Reorder account shortcut numbers +- `mw -t 30` -- Toggle automatic mailsync to every 30 minutes +- `mw -T` -- Toggle mailsync without specifying minutes (default is 10) +- `mw -u` -- Show a registered email account information +- `pass edit mw-your@email.com` -- Revise an account's password +- `mailsync` -- Sync all configured email accounts. Also gives notifications of new mail and indexes new mail with notmuch silently. +- `mailsync your@email.com` -- Sync a particular (or several) email account(s). ### Options usable when adding an account #### Providing arguments -- `-u` -- Give an account username if different from the email address. -- `-n` -- A real name to be used by the account. Put in quotations if multiple - words. - `-i` -- IMAP server address - `-I` -- IMAP server port (otherwise assumed to be 993) +- `-m` -- Maximum number of emails to be kept offline. No maximum is default +- `-n` -- A real name to be used by the account. Put in quotations if multiple +- `-N` -- Give an account username if different from the email address. + words. - `-s` -- SMTP server address - `-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. @@ -310,7 +310,7 @@ including downloadable mail with \`isync\`. Main actions: -a your@email.com Add an email address - -c create basic mailboxes for all accounts + -c Create basic mailboxes for all accounts -d Remove an already added address -D your@email.com Force remove account without confirmation -h Show this message @@ -318,7 +318,7 @@ Main actions: -r Reorder account numbers -t number Toggle automatic mailsync every <number> minutes -T Toggle automatic mailsync - -u Show an email account information + -u Show a registered email account information Options allowed with -a: -f Assume typical English mailboxes without attempting log-on. |
