diff options
Diffstat (limited to 'src/messaging/maildirStore.hpp')
-rw-r--r-- | src/messaging/maildirStore.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/messaging/maildirStore.hpp b/src/messaging/maildirStore.hpp index b1a56329..4c7db7dc 100644 --- a/src/messaging/maildirStore.hpp +++ b/src/messaging/maildirStore.hpp @@ -56,6 +56,8 @@ public: folder* getRootFolder(); folder* getFolder(const folder::path& path); + const bool isValidFolderName(const folder::path::component& name); + static const serviceInfos& getInfosInstance(); const serviceInfos& getInfos() const; |