mail: Rename mailbox syncing script

Renamed script to sync local mbox directory with remote from `mail-check`
to `sync-mail`. Changed necessary integrations accordingly (neomutt and
system service).
This commit is contained in:
Marty Oehme 2022-12-06 16:09:52 +01:00
parent a082d60a07
commit ff2cbe7e2d
Signed by: Marty
GPG key ID: 73BA40D5AFAF49C9
3 changed files with 4 additions and 3 deletions

View file

@ -5,4 +5,5 @@ After=network.target network-online.target dbus.socket gpg-agent.socket
[Service]
Type=oneshot
ExecStart=/home/marty/.local/bin/mail-check
# workaround to allow relative executable invocation (i.e. current users' home dir)
ExecStart=/bin/bash -c '%h/.local/bin/sync-mail'