summaryrefslogtreecommitdiff
path: root/bin/rhmail
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rhmail')
-rwxr-xr-xbin/rhmail7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/rhmail b/bin/rhmail
new file mode 100755
index 0000000..3f435d5
--- /dev/null
+++ b/bin/rhmail
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+MUTT=`which neomutt`
+MUTTRC="~/.mutt/muttrc-local"
+
+$MUTT -F $MUTTRC
+