From kde-commits Thu Jun 30 19:37:21 2005 From: Matt Douhan Date: Thu, 30 Jun 2005 19:37:21 +0000 To: kde-commits Subject: KDE/kdepim/kmail Message-Id: <1120160241.180720.15591.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=112016025410022 SVN commit 430294 by mdouhan: Add Dox M +5 -0 kmailIface.h --- trunk/KDE/kdepim/kmail/kmailIface.h #430293:430294 @@ -108,6 +108,11 @@ virtual void selectFolder( QString folder ) =0; virtual bool canQueryClose() =0; + /** + * Set the KMail Default transport. + * @param the name of the transport as defined in the sending + accounts configuration. + */ virtual void setDefaultTransport( const QString & transport ) =0; virtual int timeOfLastMessageCountChange() const =0;