Why make it harder ?

This commit is contained in:
Frank Villaro-Dixon 2013-10-15 21:02:20 +02:00
parent 6cfa665f62
commit 7ffb66f466

2
bashrc
View file

@ -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;