diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 30 |
1 files changed, 16 insertions, 14 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. |
