diff options
Diffstat (limited to 'bin/executable_mutt')
-rwxr-xr-x | bin/executable_mutt | 7 |
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 |