my-mutt-admin (215B)
1 #!/bin/bash 2 3 # this seems needed to make it work with urxvt... 4 # see https://unix.stackexchange.com/q/90399 5 echo 6 sleep 0.04 7 FOLDER="$HOME/config/private/mutt" 8 FILE="$FOLDER/machines/admin" 9 10 neomutt -F "$FILE" "$@" 11