]> granicus.if.org Git - neomutt/commitdiff
doxy: fix header
authorRichard Russon <rich@flatcap.org>
Sun, 9 Dec 2018 15:12:59 +0000 (15:12 +0000)
committerRichard Russon <rich@flatcap.org>
Mon, 10 Dec 2018 00:55:23 +0000 (00:55 +0000)
imap/imap.c
recvattach.c

index e245323bf0503bde9ecad3fbab0ec9bb4c382904..80cf8e90f403ff4144ee6ff944a686b7e6e029c0 100644 (file)
@@ -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).
index 3b58c828df17f3dcd6dfa1eab611747a4f8d63c0..6dd744e2f139909698c32ee4faa07f1c09a5b8bb 100644 (file)
@@ -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)
 {