From 7ffb66f46697d6a07bb2f787128c27fd7a9d29d4 Mon Sep 17 00:00:00 2001 From: Frank Villaro-Dixon Date: Tue, 15 Oct 2013 21:02:20 +0200 Subject: [PATCH] Why make it harder ? --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 6fe3c87..9d1fa3b 100644 --- a/bashrc +++ b/bashrc @@ -370,7 +370,7 @@ function xournal() { function mutt() { if [ $# -eq 0 ]; then if [ "$(pidof mutt)" ]; then - echo -e "Mutt already running !\nLaunch it with -R !" + /usr/bin/mutt -R else /usr/bin/mutt fi;