Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mailcap file is being ignored #298

Open
ztx-lyghters opened this issue Jan 28, 2023 · 1 comment
Open

mailcap file is being ignored #298

ztx-lyghters opened this issue Jan 28, 2023 · 1 comment

Comments

@ztx-lyghters
Copy link

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.

@hectorBrown
Copy link

Yeah same issue here - mailcap entries seem to be irrelevant. Seems to be using xdg-open though, which means you can set per-mime-type defaults with xdg-mime. Should function as a workaround for now, although you may need to make your own .desktop entries depending on the setup you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants