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