/**
* nntp_adata_free - Free data attached to the Mailbox
- * @param data NNTP data
+ * @param ptr NNTP data
*
* The NntpAccountData struct stores global NNTP data, such as the connection to
* the database. This function will close the database, free the resources and
/**
* pop_adata_free - Free data attached to the Mailbox
- * @param data POP data
+ * @param ptr POP data
*
* The PopAccountData struct stores global POP data, such as the connection to
* the database. This function will close the database, free the resources and