l mail: add muchsync keybinding

This commit is contained in:
lassulus 2023-01-28 21:27:42 +01:00
parent 4b2b7add16
commit 23f4065929

View File

@ -180,6 +180,15 @@ let
macro index + "<modify-labels>+*\n<sync-mailbox>" # tag as starred
macro index - "<modify-labels>-*\n<sync-mailbox>" # tag as unstarred
# muchsync
bind index \Cr noop
macro index \Cr \
"<enter-command>unset wait_key<enter> \
<shell-escape>${pkgs.writeDash "muchsync" ''
set -efu
${pkgs.muchsync}/bin/muchsync -F lass@green.r
''}<enter> \
'run muchsync to green.r'
#killed
bind index d noop