summaryrefslogtreecommitdiffstats
path: root/kmail/kmailicalIface.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmailicalIface.h')
-rw-r--r--kmail/kmailicalIface.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/kmail/kmailicalIface.h b/kmail/kmailicalIface.h
index d5761103..fc1b7a81 100644
--- a/kmail/kmailicalIface.h
+++ b/kmail/kmailicalIface.h
@@ -128,9 +128,15 @@ k_dcop:
virtual bool removeSubresource( const TQString& resource ) = 0;
/**
+ * Returns the number of dimap folders in the account manager.
+ */
+ virtual int dimapAccounts() = 0;
+
+ /**
* Causes all resource folders of the given type to be synced with the server.
*/
virtual bool triggerSync( const TQString & ) = 0;
+ virtual void changeResourceUIName( const TQString &folderPath, const TQString &newName ) = 0;
k_dcop_signals:
void incidenceAdded( const TQString& type, const TQString& folder,