* start of XML output support (WIP)

This commit is contained in:
Dirk-Jan C. Binnema
2011-01-05 22:46:10 +02:00
parent 2303bc4f59
commit 4409b565dc
6 changed files with 87 additions and 7 deletions

View File

@ -109,8 +109,20 @@ const char* mu_msg_iter_get_path (MuMsgIter *iter);
const char* mu_msg_iter_get_maildir (MuMsgIter *iter);
/**
* get the size of the message
* get the msgid of the message
*
* @param iter a valid MuMsgIter iterator
*
* @return the msgid or NULL in case of error
*/
const char* mu_msg_iter_get_msgid (MuMsgIter *iter);
/**
* get the size of the message in Kb
*
* @param iter a valid MuMsgIter iterator
*