l mail: add muchsync keybinding
This commit is contained in:
parent
4b2b7add16
commit
23f4065929
@ -180,6 +180,15 @@ let
|
|||||||
macro index + "<modify-labels>+*\n<sync-mailbox>" # tag as starred
|
macro index + "<modify-labels>+*\n<sync-mailbox>" # tag as starred
|
||||||
macro index - "<modify-labels>-*\n<sync-mailbox>" # tag as unstarred
|
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
|
#killed
|
||||||
bind index d noop
|
bind index d noop
|
||||||
|
Loading…
Reference in New Issue
Block a user