Better keybinds and use correct tag variable
This commit is contained in:
parent
1f4cb48916
commit
1e802d9107
2 changed files with 8 additions and 6 deletions
|
@ -84,8 +84,8 @@ theme = "mutt"
|
|||
|
||||
[[search]]
|
||||
x = toggletags spam,inbox
|
||||
a = untag inbox
|
||||
A = tag inbox
|
||||
a = toggletags inbox
|
||||
A = toggletags inbox,muted
|
||||
1 = call hooks.delay(ui,1)
|
||||
2 = call hooks.delay(ui,2)
|
||||
3 = call hooks.delay(ui,3)
|
||||
|
@ -98,8 +98,8 @@ theme = "mutt"
|
|||
i = call hooks.spam(ui)
|
||||
|
||||
[[thread]]
|
||||
a = untag inbox ; fold
|
||||
A = tag inbox ; unfold
|
||||
a = toggletags inbox ; fold
|
||||
A = toggletags inbox,muted ; fold
|
||||
n = nextpart
|
||||
p = prevpart
|
||||
u = pipeto --background selecturl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue