summaryrefslogtreecommitdiffstats
path: root/kmail/kmtransport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmtransport.cpp')
-rw-r--r--kmail/kmtransport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/kmtransport.cpp b/kmail/kmtransport.cpp
index 690329715..a5bf6b9ce 100644
--- a/kmail/kmtransport.cpp
+++ b/kmail/kmtransport.cpp
@@ -670,7 +670,7 @@ void KMTransportDialog::enableAuthMethods( unsigned int auth ) {
// LOGIN doesn't offer anything over PLAIN, requires more server
// roundtrips and is not an official SASL mechanism, but a MS-ism,
// so only enable it if PLAIN isn't available:
- mSmtp.authLogin->setEnabled( auth & LOGIN && !(auth & PLAIN));
+ mSmtp.authLogin->setEnabled( auth & LOGIN /*&& !(auth & PLAIN)*/);
mSmtp.authCramMd5->setEnabled( auth & CRAM_MD5 );
mSmtp.authDigestMd5->setEnabled( auth & DIGEST_MD5 );
mSmtp.authNTLM->setEnabled( auth & NTLM );