summaryrefslogtreecommitdiffstats
path: root/mutt
blob: 11efce89664cb48bde09fdde412fa562506d9630 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

set -e

cachedir="$HOME/.cache/mutt"
if [[ ! -d "$cachedir" ]]; then
	mkdir "$cachedir"
fi

/usr/bin/mutt "$@"