add tagging keybinds

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-29 09:52:05 +01:00
parent 88def33df2
commit 6ba616dbc1
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -15,8 +15,18 @@ in {
K = "call hooks.attach_keys(ui)";
"control k" = "call hooks.attach_recipient_keys(ui)";
};
search = {
"t t" = "tag todo; untag inbox";
"t g" = "tag doing; untag todo,blocked,inbox";
"t b" = "tag blocked; untag todo,doing,inbox";
"t d" = "tag done; untag todo,doing,blocked,inbox";
};
thread = {
k = "call hooks.import_keys(ui)";
"T t" = "tag todo; untag inbox";
"T g" = "tag doing; untag todo,blocked,inbox";
"T b" = "tag blocked; untag todo,doing,inbox";
"T d" = "tag done; untag todo,doing,blocked,inbox";
};
};
settings = {
@ -41,6 +51,9 @@ in {
[KillThreadsFilter]
[ListMailsFilter]
[Filter.0]
query = from:*@hs-mittweida.de
tags = +university
[Filter.1]
query = tag:new
tags = +inbox;+unread;-new
'';