start using mblaze

This commit is contained in:
Felix Van der Jeugt 2020-12-04 14:56:09 +01:00
parent cc8667004b
commit 5fe8a76095
No known key found for this signature in database
GPG key ID: 58B209295023754D
9 changed files with 92 additions and 0 deletions

7
local/bin/mmute Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
if [ -z "$*" ]; then
exec mmute .
else
mseq "$@" | mshow -qh message-id:references:in-reply-to | grep -o '<[^>]*>' | cat ~/.mblaze/muted - | sort | uniq | sponge ~/.mblaze/muted
marchive "$@"
fi