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