From kmail-devel Thu Sep 18 09:53:48 2003 From: Adriaan de Groot Date: Thu, 18 Sep 2003 09:53:48 +0000 To: kmail-devel Subject: kdepim/kpilot/conduits/popmail X-MARC-Message: https://marc.info/?l=kmail-devel&m=106387892525832 CVS commit by adridg: Workaround/fix for the KPilot part of #60575. It won't create empty mailbox names anymore, and perhaps "outbox" is special now. CCMAIL: kmail@kde.org M +4 -1 popmail-conduit.cc 1.58 --- kdepim/kpilot/conduits/popmail/popmail-conduit.cc #1.57:1.58 @@ -911,4 +911,7 @@ QString PopMailConduit::getKMailOutbox() outbox = fConfig->readEntry("outboxFolder"); } + + if (outbox.isEmpty()) outbox=CSL1("outbox"); + return outbox; } _______________________________________________ KMail Developers mailing list kmail@mail.kde.org http://mail.kde.org/mailman/listinfo/kmail