diff options
Diffstat (limited to '')
-rw-r--r-- | src/messaging/maildirStore.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/messaging/maildirStore.hpp b/src/messaging/maildirStore.hpp index 4c7db7dc..8a904dfa 100644 --- a/src/messaging/maildirStore.hpp +++ b/src/messaging/maildirStore.hpp @@ -56,7 +56,7 @@ public: folder* getRootFolder(); folder* getFolder(const folder::path& path); - const bool isValidFolderName(const folder::path::component& name); + const bool isValidFolderName(const folder::path::component& name) const; static const serviceInfos& getInfosInstance(); const serviceInfos& getInfos() const; @@ -69,6 +69,8 @@ public: const utility::path& getFileSystemPath() const; + const int getCapabilities() const; + private: void registerFolder(maildirFolder* folder); |