AERC-MAILDIR(5) | File Formats Manual | AERC-MAILDIR(5) |
aerc-maildir - maildir configuration for aerc(1)
aerc implements the maildir format.
Maildir accounts currently are not supported with the :new-account command and must be added manually to the accounts.conf file (see aerc-accounts(5)).
The following maildir-specific options are available:
check-mail-cmd = <command>
Example:
check-mail-timeout = <duration>
Default: 10s
source = maildir|maildirpp://<path>
The path portion of the URL following maildir:// must be either an absolute path prefixed by / or a path relative to your home directory prefixed with ~. For example:
source = maildir://~/mail
If your maildir is using the Maildir++ directory layout, you can use the maildirpp:// scheme instead:
source = maildirpp://~/mail
Originally created by Drew DeVault <sir@cmpwn.com> and maintained by Robin Jarry <robin@jarry.cc> who is assisted by other open source contributors. For more information about aerc development, see https://sr.ht/~rjarry/aerc/.
2023-04-23 |