muttimage replaced by openfile

This commit is contained in:
Luke Smith
2020-02-09 09:03:10 -05:00
parent 4cb726546f
commit d8f57b57f6
5 changed files with 6 additions and 14 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env sh
#!/bin/sh
# Helps open a file with xdg-open from mutt in a external program without weird side effects.
[ $(uname) = "Darwin" ] && opener="open" || opener="setsid xdg-open"
mkdir -p "/tmp/$USER-mutt-tmp"