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:
parent
1a6b929e24
commit
93394129c0
5 changed files with 5 additions and 5 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue