aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging/maildirStore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/messaging/maildirStore.cpp')
-rw-r--r--src/messaging/maildirStore.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/messaging/maildirStore.cpp b/src/messaging/maildirStore.cpp
index 2e125109..520e6bbb 100644
--- a/src/messaging/maildirStore.cpp
+++ b/src/messaging/maildirStore.cpp
@@ -80,8 +80,8 @@ void maildirStore::connect()
if (isConnected())
throw exceptions::already_connected();
- m_fsPath = platformDependant::getHandler()->getFileSystemFactory()->stringToPath
- (session().properties()[infos().propertyPrefix() + "server.path"]);
+ m_fsPath = platformDependant::getHandler()->getFileSystemFactory()->
+ stringToPath(session().properties()[infos().propertyPrefix() + "server.rootpath"]);
m_connected = true;
}
@@ -155,7 +155,7 @@ const std::vector <string> maildirStore::_infos::availableProperties() const
{
std::vector <string> list;
- list.push_back("server.path");
+ list.push_back("server.rootpath");
return (list);
}