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

@ -16,7 +16,7 @@ Take care that most of the credential/account setup of course is highly specific
## mail
The current mail setup uses `mbsync` (from the isync project) to locally mirror the GMail imap folder.
It is run through a `sync-mail` script which can invoke pre- and post-sync hooks
It is run through a `neomutt-syncmail` script which can invoke pre- and post-sync hooks
(e.g. run your incoming mail through filters as soon as they arrive or ingest them into full-text search engines).[^1]
The sync script also automatically unlocks any pass directory so that credentials can be put into their respective applications and the directory closes again after use.
`msmtp` is used for mail sending by neomutt (and git if using git send-email).