aerc-maildir - Man Page
maildir configuration for aerc(1)
Synopsis
aerc implements the maildir format.
Configuration
Maildir accounts currently are not supported with the :new-account command and must be added manually to the aerc-config(5) file.
The following maildir-specific options are available:
- source
maildir://path
The source indicates the path to the directory containing your maildirs rather than one maildir specifically.
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:///home/me/mail
source = maildir://~/mail
See Also
Authors
Originally created by Drew DeVault <sir@cmpwn.com> and maintained by 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/.
Referenced By
aerc(1), aerc-config(5), aerc-notmuch(5).