table of contents
| account(1) | General Commands Manual | account(1) |
NAME¶
account - Manage accounts defined in the TOML configuration file
SYNOPSIS¶
account [-h|--help] <subcommands>
DESCRIPTION¶
Manage accounts defined in the TOML configuration file.
An account is a named group of backend settings (imap, jmap, maildir, smtp). Use these subcommands to inspect them or validate their connection. To create a new account, run bare `himalaya`.
OPTIONS¶
- -h, --help
- Print help (see a summary with '-h')
SUBCOMMANDS¶
- account-list(1)
- List all accounts declared in the configuration
- account-check(1)
- Validate the account configuration
- account-help(1)
- Print this message or the help of the given subcommand(s)
| account |