aboutsummaryrefslogtreecommitdiffstats
path: root/src/mailbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailbox.cpp')
-rw-r--r--src/mailbox.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mailbox.cpp b/src/mailbox.cpp
index 89ede107..65031064 100644
--- a/src/mailbox.cpp
+++ b/src/mailbox.cpp
@@ -504,4 +504,10 @@ void mailbox::setEmail(const string& email)
}
+const std::vector <const component*> mailbox::getChildComponents() const
+{
+ return std::vector <const component*>();
+}
+
+
} // vmime