aboutsummaryrefslogtreecommitdiffstats
path: root/src/messaging/maildirStore.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-01-02 17:17:12 +0000
committerVincent Richard <[email protected]>2005-01-02 17:17:12 +0000
commitaf06b4a56d6505a196e07a72aaa6b4b700ad5aa1 (patch)
treebb5c904096a5f9bffdf9526eac756420fe24f6f2 /src/messaging/maildirStore.cpp
parentAdded unit tests for 'bodyPart'. (diff)
downloadvmime-af06b4a56d6505a196e07a72aaa6b4b700ad5aa1.tar.gz
vmime-af06b4a56d6505a196e07a72aaa6b4b700ad5aa1.zip
Added 'utility::datetimeUtils' + fixed 'stringUtils' not in namespace 'utility'.
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 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 '.'