mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 19:00:19 +01:00
thinkpad-nixos: Add folders for todo mails
This commit is contained in:
parent
4fad56b36a
commit
c45bc36875
1 changed files with 3 additions and 0 deletions
|
|
@ -111,6 +111,7 @@ in {
|
|||
inflight=thread:{tag:inflight}
|
||||
review=thread:{tag:review}
|
||||
_unread=thread:{tag:unread}
|
||||
_todo=thread:{tag:todo}
|
||||
|
||||
${patchDirs}
|
||||
''}";
|
||||
|
|
@ -180,11 +181,13 @@ in {
|
|||
|
||||
"tdi" = ":tag -inflight<Enter>:select 0<Enter>";
|
||||
"tdr" = ":tag -review<Enter>:select 0<Enter>";
|
||||
"tdt" = ":tag -todo<Enter>:select 0<Enter>";
|
||||
|
||||
"zI" = ":cf inbox<Enter>";
|
||||
"zi" = ":cf inflight<Enter>";
|
||||
"zr" = ":cf review<Enter>";
|
||||
"zu" = ":cf _unread<Enter>";
|
||||
"zt" = ":cf _todo<Enter>";
|
||||
"zT" = ":cf tag:";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue