Python plugin: Make it possible to get folder tree from a Mailbox
[claws.git] / src / plugins / python / mailboxtype.h
index 61337f189da483429c89478b3e9ba4c269cff0ea..5aeb9a93d35f5f7165a82b91258250b6344d933a 100644 (file)
@@ -27,4 +27,7 @@ gboolean cmpy_add_mailbox(PyObject *module);
 
 PyObject* clawsmail_mailbox_new(Folder *folder);
 
 
 PyObject* clawsmail_mailbox_new(Folder *folder);
 
+Folder* clawsmail_mailbox_get_folder(PyObject *self);
+PyTypeObject* clawsmail_mailbox_get_type_object();
+
 #endif /* MAILBOXTYPE_H */
 #endif /* MAILBOXTYPE_H */