/**
* add_folder - Add a folder to the browser list
- * @param m Menu to
+ * @param m Menu to use
* @param state Browser state
* @param name Name of folder
* @param desc Description of folder
/**
* mutt_path_parent - Find the parent of a path
- * @param path Path to use
* @param buf Buffer for the result
* @param buflen Length of buffer
* @retval true Success
/**
* mx_mbox_close - Save changes and close mailbox
- * @param ctx Mailbox
+ * @param pctx Mailbox
* @param index_hint Current email
* @retval 0 Success
* @retval -1 Failure
+ *
+ * @note Context will be freed after it's closed
*/
int mx_mbox_close(struct Context **pctx, int *index_hint)
{