From 29e092b544828fe67e80e767db32b124af38043b Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 31 May 2018 14:40:55 -0400 Subject: Fix mutt -> neomutt wrapper --- bin/mutt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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 -- cgit v1.2.3