From 0d3565ae17a397cadc4bd7ca4ba517f20e89ac74 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Fri, 24 Jan 2025 06:55:09 +0900 Subject: modified README.md, modified bin/mw --- README.md | 30 ++++++++++++++++-------------- bin/mw | 4 ++-- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 464f762..f543d85 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/bin/mw b/bin/mw index 6000c56..8f5d181 100755 --- a/bin/mw +++ b/bin/mw @@ -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 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. -- cgit v1.2.3