Free the private data attached to the Mailbox. More...
Functions | |
void | imap_mdata_free (void **ptr) |
Free the private Mailbox data - Implements Mailbox::mdata_free() -. | |
void | maildir_mdata_free (void **ptr) |
Free the private Mailbox data - Implements Mailbox::mdata_free() -. | |
void | mh_mdata_free (void **ptr) |
Free the private Mailbox data - Implements Mailbox::mdata_free() -. | |
void | nntp_mdata_free (void **ptr) |
Free the private Mailbox data - Implements Mailbox::mdata_free() -. | |
void | nm_mdata_free (void **ptr) |
Free the private Mailbox data - Implements Mailbox::mdata_free() -. | |
Free the private data attached to the Mailbox.
ptr | Private data to be freed |
void imap_mdata_free | ( | void ** | ptr | ) |
Free the private Mailbox data - Implements Mailbox::mdata_free() -.
Definition at line 40 of file mdata.c.
void maildir_mdata_free | ( | void ** | ptr | ) |
Free the private Mailbox data - Implements Mailbox::mdata_free() -.
Definition at line 37 of file mdata.c.
void mh_mdata_free | ( | void ** | ptr | ) |
Free the private Mailbox data - Implements Mailbox::mdata_free() -.
Definition at line 37 of file mdata.c.
void nntp_mdata_free | ( | void ** | ptr | ) |
Free the private Mailbox data - Implements Mailbox::mdata_free() -.
Definition at line 38 of file mdata.c.
void nm_mdata_free | ( | void ** | ptr | ) |
Free the private Mailbox data - Implements Mailbox::mdata_free() -.
The NmMboxData struct stores global Notmuch data, such as the connection to the database. This function will close the database, free the resources and the struct itself.
Definition at line 45 of file mdata.c.