summaryrefslogtreecommitdiff
path: root/bin/rhmail
diff options
context:
space:
mode:
authorCarlos Maiolino <[email protected]>2024-05-31 10:55:57 +0200
committerCarlos Maiolino <[email protected]>2024-05-31 10:55:57 +0200
commitc24810c3d5f07c076241b8fd5d912c1136c2cf80 (patch)
tree6c1f906de6212897559a28260d28670233988dd8 /bin/rhmail
parent47b7016ed5ac6dd8efc041060d62e632e937a6d2 (diff)
Add a few extra scripts and move them to bin/
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
+