I have this set in my conf.py: ```MAILCAP_FILE = os.path.expanduser("~/.config/mailcap")``` My mailcap file has only this line: ```audio/*; vlc "%s" &``` Despite this, mp3 audio files from dialogs/groups are being opened with mpv.
I have this set in my conf.py:
MAILCAP_FILE = os.path.expanduser("~/.config/mailcap")My mailcap file has only this line:
audio/*; vlc "%s" &Despite this, mp3 audio files from dialogs/groups are being opened with mpv.