neomutt: Rename neomutt-adjacent scripts

Renamed `mutt2task` to `neomutt-2task`, and renamed `sync-mail` to
`neomutt-syncmail`.

Changed key maps accordingly. Also systemd service even though I don't
think I'll use it again.
This commit is contained in:
Marty Oehme 2025-09-16 21:33:42 +02:00
parent 1a6b929e24
commit 93394129c0
Signed by: Marty
GPG key ID: 4E535BC19C61886E
5 changed files with 5 additions and 5 deletions

View file

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