#!/bin/sh ## Force UTF-8, otherwise most browsers will display ASCII. umask 077 root="/tmp/mutt-$(id -u)" mkdir -p "$root" file="$root"/mail.html echo '' > "$file" cat >> "$file" $BROWSER "$file"