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:
parent
40a0d45d6c
commit
7289522380
4 changed files with 6 additions and 79 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue