-
Notifications
You must be signed in to change notification settings - Fork 0
/
config
83 lines (83 loc) · 2.16 KB
/
config
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"astroid": {
"config": {
"version": "0"
},
"notmuch": {
"db": "~\/Mail",
"excluded_tags": "muted,spam,deleted,ignore,junk"
},
"debug": {
"dryrun_sending": "false"
}
},
"thread_index": {
"open_default_paned": "false",
"page_jump_rows": "6"
},
"general": {
"time": {
"clock_format": "local",
"same_year": "%b %-e",
"diff_year": "%x"
}
},
"editor": {
"gvim": {
"cmd": "gvim",
"args": "-f -c 'set ft=mail' '+set fileencoding=utf-8' '+set ff=unix' '+set enc=utf-8'"
},
"charset": "utf-8",
"emacsclient": {
"cmd": "emacsclient",
"args": "-t"
}
},
"mail": {
"reply": {
"quote_line": "Excerpts from %1's message of %2:"
},
"forward": {
"quote_line": "Forwarding %1's message of %2:"
}
},
"poll": {
"interval": "60"
},
"attachment": {
"external_open_cmd": "xdg-open"
},
"thread_view": {
"open_html_part_external": "true",
"open_external_link": "xdg-open",
"indent_messages": "true",
"mathjax": {
"enable": "true",
"uri_prefix": "https:\/\/cdn.mathjax.org\/mathjax\/latest\/",
"for_tags": ""
},
"code_prettify": {
"enable": "true",
"uri_prefix": "https:\/\/google-code-prettify.googlecode.com\/svn\/loader\/",
"for_tags": "",
"code_tag": "```",
"enable_for_patches": "true"
}
},
"accounts": {
"hugo": {
"name": "Hugo Roy",
"email": "hugo@hugoroy.eu",
"gpgkey": "0x8D022C99B3D7B795",
"sendmail": "msmtp -a ampoliros",
"default": "true",
"save_sent": "true",
"save_sent_to": "\/home\/hugo\/Mail\/ampoliros\/Envoyes\/cur\/"
}
},
"startup": {
"queries": {
"inbox": "tag:inbox AND (tag:ampoliros OR tag:perso NOT tag:tosdr NOT tag:fsfe)"
}
}
}