From af06b4a56d6505a196e07a72aaa6b4b700ad5aa1 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sun, 2 Jan 2005 17:17:12 +0000 Subject: Added 'utility::datetimeUtils' + fixed 'stringUtils' not in namespace 'utility'. --- src/messaging/maildirStore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/messaging/maildirStore.cpp') diff --git a/src/messaging/maildirStore.cpp b/src/messaging/maildirStore.cpp index 5f1ebb6c..2a180085 100644 --- a/src/messaging/maildirStore.cpp +++ b/src/messaging/maildirStore.cpp @@ -85,7 +85,7 @@ const bool maildirStore::isValidFolderName(const folder::path::component& name) const string& buf = name.getBuffer(); // Name cannot start/end with spaces - if (stringUtils::trim(buf) != name.getBuffer()) + if (utility::stringUtils::trim(buf) != name.getBuffer()) return false; // Name cannot start with '.' -- cgit v1.2.3