summary refs log tree commit diff stats
path: root/lib/std/varints.nim
Commit message (Expand)AuthorAgeFilesLines
* Make unused code into actual test, replace echo with doassert (#13952)Juan Carlos2020-04-111-33/+0
* fix conversions to uint in varints.nim (#12564)Arne Döring2019-11-041-22/+22
* last stdlib cleanupsAraq2019-09-211-1/+3
* varints module: critical bugfixAndreas Rumpf2018-06-221-1/+8
* added experimental undokumented std/varints moduleAndreas Rumpf2018-05-191-0/+145
='#n29'>29 30 31 32 33
34
35
36
37
38
39
40
































                                                                                     
                                                           





                                                                         
aerc-maildir(5)

# NAME

aerc-maildir - 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

*aerc*(1) *aerc-config*(5) *aerc-smtp*(5) *aerc-notmuch*(5)

# AUTHORS

Maintained by Drew DeVault <sir@cmpwn.com>, who is assisted by other open
source contributors. For more information about aerc development, see
https://git.sr.ht/~sircmpwn/aerc.