Don't use maildir

This commit is contained in:
Bob Mottram 2015-12-23 13:21:02 +00:00
parent b5c7b28445
commit 71eee18bc3
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ function select_user {
if [ ${#SELECTED_USERNAME} -lt 2 ]; then
SELECTED_USERNAME=
fi
if [ ! -d /home/$SELECTED_USERNAME/Maildir ]; then
if [ ! -d /home/$SELECTED_USERNAME ]; then
dialog --title $"User directory check" \
--msgbox $"This does not look like a user directory" 6 40
SELECTED_USERNAME=