/**
* imap_expunge_mailbox - Purge messages from the server
- * @param adata Imap Account data
+ * @param m Mailbox
*
* Purge IMAP portion of expunged messages from the context. Must not be done
* while something has a handle on any headers (eg inside pager or editor).
/**
* prepend_savedir - Add AttachSaveDir to the beginning of a path
- * @param buf Buffer for the result, must be valid
- * @param buflen Size of the buffer
+ * @param buf Buffer for the result, must be valid
+ * @param bufsize Size of the buffer
*/
static void prepend_savedir(char *buf, size_t bufsize)
{