summaryrefslogtreecommitdiffstats
path: root/mutt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-23 01:55:42 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-23 04:22:39 -0500
commitc337452016b530763caedb3e5be225bf4f4d4d2a (patch)
tree4b8c2b0d8d534c3957550fa23524aa8ef48ce3fd /mutt
parent4cb4b413185affc0ef7460d09529f464dce081bb (diff)
downloadconf-c337452016b530763caedb3e5be225bf4f4d4d2a.tar.gz
conf-c337452016b530763caedb3e5be225bf4f4d4d2a.zip
convert mbsyncloop to systemd
Diffstat (limited to 'mutt')
-rw-r--r--mutt/.config/mutt/local2
1 files changed, 1 insertions, 1 deletions
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 "<enter-command>unset wait_key<enter><shell-escape>svc -h ~/.services/enabled/mbsyncloop<enter><enter-command>set wait_key<enter>" "fetch mail with mbsync"
+macro index R "<enter-command>unset wait_key<enter><shell-escape>kill -HUP $(systemctl --user show --property MainPID --value mbsyncloop)<enter><enter-command>set wait_key<enter>" "fetch mail with mbsync"
set timeout=3
# vim: ft=neomuttrc