start using mblaze
This commit is contained in:
parent
cc8667004b
commit
5fe8a76095
9 changed files with 92 additions and 0 deletions
7
local/bin/mmute
Executable file
7
local/bin/mmute
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue