mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

commit ec87106834a3f146c64642d45c694049729adc0e
parent 183979f077a173e7649c6b5d4b87075fc2b30786
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Thu,  5 Jul 2018 13:18:22 -0400

mpv now --really-quiet output

Diffstat:
Metc/mailsync.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/mailsync.sh b/etc/mailsync.sh @@ -36,7 +36,7 @@ do if [ "$newcount" -gt "0" ] then notify "$account" "$newcount" & disown - mpv --quiet ~/.config/mutt/etc/notify.opus + mpv --really-quiet ~/.config/mutt/etc/notify.opus fi done