mirror of
https://github.com/mjl-/mox.git
synced 2025-07-19 01:26:36 +03:00
add "mox config account list", printing all accounts and whether they are disabled
based on question from wisse on slack
This commit is contained in:
10
doc.go
10
doc.go
@ -63,6 +63,7 @@ any parameters. Followed by the help and usage information for each command.
|
||||
mox config dnsrecords domain
|
||||
mox config describe-domains >domains.conf
|
||||
mox config describe-static >mox.conf
|
||||
mox config account list
|
||||
mox config account add account address
|
||||
mox config account rm account
|
||||
mox config account disable account message
|
||||
@ -953,6 +954,15 @@ may contain unfinished list items.
|
||||
|
||||
usage: mox config describe-static >mox.conf
|
||||
|
||||
# mox config account list
|
||||
|
||||
List all accounts.
|
||||
|
||||
Each account is printed on a line, with optional additional tab-separated
|
||||
information, such as "(disabled)".
|
||||
|
||||
usage: mox config account list
|
||||
|
||||
# mox config account add
|
||||
|
||||
Add an account with an email address and reload the configuration.
|
||||
|
Reference in New Issue
Block a user