summaryrefslogtreecommitdiffstats
path: root/sample-config
blob: 8e130858c80f12ef314e4d494482a07eb68da067 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Setting up a Maildir account
#[accounts.account-name]
#root_folder = "/path/to/root/folder"
#sent_folder = "/path/to/sent/folder" # optional
#draft_folder = "Drafts"
#format = "Maildir"
#index = "Compact" # [plain, threaded, compact]
#identity="Name <email@address.tld>"
#display_name = "Name"

# Set folder-specific settings
#  [accounts.account-name.folders]
#  "INBOX" = { rename="Inbox" }
#  "drafts" = { rename="Drafts" }
#  "foobar-devel" = { ignore = true } # don't show notifications for this folder

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

#[notifications]
#script = "notify-send"

#[shortcuts]
# Compact mail listing defaults:
#open_thread = '\n'
#exit_thread = 'i'
#create_contact = 'c'
#edit_contact = 'e'

# Mail listing defaults
#prev_page = PageUp,
#next_page = PageDown,
#prev_folder = 'K',
#next_folder = 'J',
#prev_account = 'l',
#next_account = 'h',
#new_mail = 'm',

# Pager defaults

#scroll_up = 'k',
#scroll_down = 'j',
#page_up = PageUp,
#page_down = PageDown,

#[mailer]
# required for sending e-mail
#mailer_cmd = 'msmtp --read-recipients --read-envelope-from'