diff -r 58fe260e7469 -r 7ce719013078 Preferences/ConfigurationPages/EmailPage.py --- a/Preferences/ConfigurationPages/EmailPage.py Sat Oct 19 12:28:12 2013 +0200 +++ b/Preferences/ConfigurationPages/EmailPage.py Sat Oct 19 13:03:39 2013 +0200 @@ -80,9 +80,9 @@ Private slot to update the enabled state of the test button. """ self.testButton.setEnabled( - self.mailAuthenticationCheckBox.isChecked() and \ - self.mailUserEdit.text() != "" and \ - self.mailPasswordEdit.text() != "" and \ + self.mailAuthenticationCheckBox.isChecked() and + self.mailUserEdit.text() != "" and + self.mailPasswordEdit.text() != "" and self.mailServerEdit.text() != "" )