Linux command
aerc 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch aerc
aerc
Open with a specific account only
aerc -a [account_name]
Compose a new email
aerc mailto:[user@example.com]
Open an mbox file
aerc mbox:[path/to/file.mbox]
Use a custom configuration file
aerc -C [path/to/aerc.conf]
说明
aerc is a terminal-based email client written in Go, designed for power users and developers. It features a tabbed interface allowing multiple accounts and emails to be open simultaneously, an embedded terminal emulator for running shell commands alongside email tasks, and vim-style keybindings with an ex-command system. aerc supports IMAP, JMAP, Maildir, Notmuch, and Mbox backends with SMTP and sendmail for sending. It handles email threading, PGP signing and encryption via GnuPG, HTML email rendering through external filters, syntax-highlighted patches and diffs, CardDAV contact lookups, and template-based composition. The UI never locks up due to network issues thanks to asynchronous IMAP and JMAP support.
参数
- -h, --help
- Show usage help and exit
- -v, --version
- Print the installed version and exit
- -a _name_, --account _name_
- Load only the named account(s); comma-separated or repeated
- -C _path_, --aerc-conf _path_
- Use a custom aerc.conf configuration file
- -A _path_, --accounts-conf _path_
- Use a custom accounts.conf file
- -B _path_, --binds-conf _path_
- Use a custom key bindings configuration file
- -I, --no-ipc
- Run commands directly instead of over IPC to an existing instance
FAQ
What is the aerc command used for?
aerc is a terminal-based email client written in Go, designed for power users and developers. It features a tabbed interface allowing multiple accounts and emails to be open simultaneously, an embedded terminal emulator for running shell commands alongside email tasks, and vim-style keybindings with an ex-command system. aerc supports IMAP, JMAP, Maildir, Notmuch, and Mbox backends with SMTP and sendmail for sending. It handles email threading, PGP signing and encryption via GnuPG, HTML email rendering through external filters, syntax-highlighted patches and diffs, CardDAV contact lookups, and template-based composition. The UI never locks up due to network issues thanks to asynchronous IMAP and JMAP support.
How do I run a basic aerc example?
Run `aerc` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -h, --help do in aerc?
Show usage help and exit