crymap 2.0.1

A simple, secure IMAP server with encrypted data at rest
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
max_width = 80
newline_style = "Unix"

# Not having the trailing commas is too confusing and irritating.
#
# match x {
#   0 => {
#     do_something()
#   } // no comma here because it's a block
#   1 => foo! {
#     do_something()
#   }, // comma here because it's not a block even though it looks like one
#   2 => Struct {
#     foo: bar,
#   }, // comma here because it's an expression
# }
match_block_trailing_comma = true