diff --git a/manage-inbox-functions b/manage-inbox-functions index 5daa094..035c0d3 100644 --- a/manage-inbox-functions +++ b/manage-inbox-functions @@ -113,7 +113,7 @@ BUT=$? if [ $BUT = 252 ]; then exit elif [ $BUT = 1 ]; then -$MAIN +$MAIN & exit fi @@ -135,6 +135,7 @@ yad --form --width=420 --text-align=center --center --title="Email Restore" --te --text="Email Restore by KM4ACK\r\rNot a valid restore directory" \ --button=gtk-ok fi +$MAIN & exit }