summaryrefslogtreecommitdiffstats
path: root/sample-config
blob: fe0c1f3a6f1f269a4359eacf1109db2177417f12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[accounts.account-name]
root_folder = "/path/to/root/folder"
sent_folder = "/path/to/sent/folder" # optional
format = "Maildir"
threaded = true

  [accounts.account-name.folders]
  "Inbox" = "inbox"
  "Sent" = "sent"
  "Drafts" = "drafts"
  "foobar-devel" = "devbar-fooel"

#[pager]
#pager_ratio = 80
#filter = "/usr/bin/pygmentize"