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