summaryrefslogtreecommitdiff
path: root/user-profiles/feeds/alot.config
blob: a14d4539f979ef0b3e8f9d2e7921427669630a69 (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
50
attachment_prefix="~/Downloads"
bug_on_exit=true
editor_cmd="false"
tabwidth=2
timestamp_format="%a %d %b %H:%M:%S %Y UTC%z"
auto_remove_unread=True
#initial_command="search ( tag:inbox ) AND NOT ( tag:killed )"
initial_command="search ( tag:inbox ) AND NOT ( is:link OR is:media OR is:killed )"

[accounts]
  [[private]]
    realname = @realname@
    address = @address@

[bindings]
j = 
k =
'g g' =
G =
I = search ( tag:inbox ) AND NOT ( is:killed )
U = search ( tag:inbox ) AND NOT ( is:link OR is:media OR is:killed )
V = search ( tag:inbox AND is:media OR ( is:live AND date:12h.. AND NOT is:unread ) ) AND NOT ( is:killed )
W = search ( is:media ) AND NOT ( tag:inbox OR is:killed OR is:highlight )
L = search ( tag:inbox AND is:link ) AND NOT ( is:killed )

h = move first
t = move up
n = move down
s = move last
	[[search]]
		a =
		s = 
 
		u = toggletags unread
		i = toggletags inbox
		j = untag unread,inbox
                r = toggletags later
	[[thread]]
    s =
		S =
		n =
		'g j' =
    'g k' =
    'g l' =
		w = save
		W = save --all
    'g h' = move parent
		'g t' = move next sibling
    'g n' = move previous sibling
    'g s' = move first reply