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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/messaging/maildirStore.cpp b/src/messaging/maildirStore.cpp
index 63a94971..1bb5ace2 100644
--- a/src/messaging/maildirStore.cpp
+++ b/src/messaging/maildirStore.cpp
@@ -121,7 +121,7 @@ void maildirStore::connect()
}
catch (exceptions::filesystem_exception& e)
{
- throw exceptions::connection_error(e);
+ throw exceptions::connection_error("Cannot create root directory.", e);
}
}