mail: Add mail- prefix to mail cli utilities

Rename mail utility programs (yet again), to be prefixed with `mail-`
instead of `neomutt-`. Also did not substitute with other MUA like
`aerc-` since these utilities are mostly independent of specific
implementations.

The very specific `neomutt-filer` implementation script I completely
removed since for aerc the same can be achieved with a simple
configuration option.
This commit is contained in:
Marty Oehme 2025-09-24 10:23:39 +02:00
parent 40a0d45d6c
commit 7289522380
Signed by: Marty
GPG key ID: 4E535BC19C61886E
4 changed files with 6 additions and 79 deletions

View file

@ -118,8 +118,8 @@ s = :split<Enter>
S = :vsplit<Enter>
# send mails to taskwarrior
,t = :pipe -s -m neomutt-2task -c -d -t
,T = :pipe -s -m neomutt-2task -c
,t = :pipe -s -m mail-totask -c -d -t
,T = :pipe -s -m mail-totask -c
# # TODO: Investigate use
# pl = :patch list<Enter>