summaryrefslogtreecommitdiff
path: root/data/example.rc
blob: 699bfd532d35f84232580f7dc34d43d325fbddeb (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
[general]
colourmode = 256  ; number of colours your terminal supports
hooksfile = hooks.py
editor_cmd = /usr/bin/vim -f -c 'set filetype=mail'
pager_cmd = /usr/bin/view -f -c 'set filetype=mail'
terminal_cmd = /usr/bin/urxvt -T notmuch -e 
spawn_editor = False
authors_maxlength = 30
displayed_headers = From,To,Cc,Bcc,Subject
ask_subject = True
notify_timeout = 1  # how long (in seconds) notifications are shown
flush_retry_timeout = 5  # timeout in secs after a failed attempt to flush is repeated

[account gmail]
realname = john doe
address = john.doe@gmail.com
aliases = john.doe@googlemail.com;john.d@g.com  # ';' separated list of alias addresses
gpg_key = 123ABC
signature = /home/john/.signature.gmail  # path to signature file
signature_filename = sig.txt  # filename in attachment part
sendmail_command = msmtp --account=gmail -t
sent_box = maildir:///home/john/mail/gmail/Sent  # we accept mbox,maildir,mh,babyl,mmdf here
draft_box = maildir:///home/john/mail/gmail/Drafts  # we accept mbox,maildir,mh,babyl,mmdf here

[search-maps]
t = toggletag todo

[tag translate]
flagged = ⚑

[256c-theme]
tag_todo_bg = #d66
tag_todo_fg = white
tag_killed_bg = g66
tag_killed_fg = black
tag_list_bg = g23
tag_list_fg = g74