From: Richard Russon Date: Sun, 9 Dec 2018 15:12:59 +0000 (+0000) Subject: doxy: fix header X-Git-Tag: 2019-10-25~452^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=200154238af461dd5a2f7bcc0cfd08dff37289ff;p=neomutt doxy: fix header --- diff --git a/imap/imap.c b/imap/imap.c index e245323bf..80cf8e90f 100644 --- a/imap/imap.c +++ b/imap/imap.c @@ -765,7 +765,7 @@ int imap_read_literal(FILE *fp, struct ImapAccountData *adata, /** * 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). diff --git a/recvattach.c b/recvattach.c index 3b58c828d..6dd744e2f 100644 --- a/recvattach.c +++ b/recvattach.c @@ -443,8 +443,8 @@ int attach_tag(struct Menu *menu, int sel, int act) /** * 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) {