From f1d3294ac531a597f0b0a7037188f821d2a464e9 Mon Sep 17 00:00:00 2001 From: leisefuxX Date: Wed, 26 May 2021 10:01:13 +0200 Subject: [PATCH] Update readme.md (#228) fixed commandline arguments to play voice message with mpv fixed typo in commandline argument to open received pictures --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index be3ccf8..ad3ad1c 100644 --- a/readme.md +++ b/readme.md @@ -210,9 +210,9 @@ Example: `~/.mailcap` ```ini # media video/*; mpv "%s" -audio/ogg; mpv --speed 1.33 "%s" +audio/ogg; mpv --speed=1.33 "%s" audio/mpeg; mpv --no-video "%s" -image/*; qView "%s" +image/*; qview "%s" # text text/html; w3m "%s"