commit edfd753d2a0f15eb174078a3fdd4b8d42fa70c51 parent be755c836832240049a197c073206fe6456e3273 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Wed, 11 Mar 2020 19:04:50 +0100 Tiny fixes Diffstat:
M | .local/bin/sendtext | | | 2 | +- |
M | .mailcap | | | 1 | + |
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.local/bin/sendtext b/.local/bin/sendtext @@ -54,7 +54,7 @@ for r in "$@"; do +[0-9]*) to="$r";; *) - to="$(pass Telephone/$r)" + to="$(pass Telephone/$r)";; esac send_twilio_text "$to" done diff --git a/.mailcap b/.mailcap @@ -28,3 +28,4 @@ application/*; ~/.config/mutt/view_attachment.sh '%s' "-" video/mp4; ~/.config/mutt/view_attachment.sh '%s' "-" video/avi; ~/.config/mutt/view_attachment.sh '%s' "-" +video/quicktime; ~/.config/mutt/view_attachment.sh '%s' "-"