aboutsummaryrefslogtreecommitdiff
path: root/bin/executable_mutt
diff options
context:
space:
mode:
Diffstat (limited to 'bin/executable_mutt')
-rwxr-xr-xbin/executable_mutt7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/executable_mutt b/bin/executable_mutt
new file mode 100755
index 0000000..78bd4ca
--- /dev/null
+++ b/bin/executable_mutt
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+if which neomutt; then
+ exec neomutt $@
+else
+ exec mutt $@
+fi