/**
* set_changed_flag - Have the flags of an email changed
- * @param[in] ctx Mailbox
+ * @param[in] m Mailbox
* @param[in] e Email
* @param[in] local_changes Has the local mailbox been changed?
* @param[out] server_changes Set to 1 if the flag has changed
/**
* mutt_count_body_parts - Count the MIME Body parts
- * @param ctx Mailbox
+ * @param m Mailbox
* @param e Email
* @retval num Number of MIME Body parts
*/
/**
* check_subjects - Find out which emails' subjects differ from their parent's
- * @param ctx Mailbox
+ * @param m Mailbox
* @param init If true, rebuild the thread
*/
static void check_subjects(struct Mailbox *m, bool init)
/**
* mx_msg_open_new - Open a new message
- * @param ctx Destination mailbox
+ * @param m Destination mailbox
* @param e Message being copied (required for maildir support, because the filename depends on the message flags)
* @param flags Flags, e.g. #MUTT_SET_DRAFT
* @retval ptr New Message