From c337452016b530763caedb3e5be225bf4f4d4d2a Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 23 Feb 2024 01:55:42 -0500 Subject: convert mbsyncloop to systemd --- mutt/.config/mutt/local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mutt') diff --git a/mutt/.config/mutt/local b/mutt/.config/mutt/local index a4fea33..636bd29 100644 --- a/mutt/.config/mutt/local +++ b/mutt/.config/mutt/local @@ -10,7 +10,7 @@ mailboxes `\ echo -n "\"=$basename\" ";\ fi\ done` -macro index R "unset wait_keysvc -h ~/.services/enabled/mbsyncloopset wait_key" "fetch mail with mbsync" +macro index R "unset wait_keykill -HUP $(systemctl --user show --property MainPID --value mbsyncloop)set wait_key" "fetch mail with mbsync" set timeout=3 # vim: ft=neomuttrc -- cgit v1.2.3-54-g00ecf