void index_private_data_free(struct MuttWindow *win, void **ptr)
Free Private Index Data - Implements MuttWindow::wdata_free() -.
struct IndexPrivateData * index_private_data_new(struct IndexSharedData *shared)
Create new Index Data.
void * mutt_mem_calloc(size_t nmemb, size_t size)
Allocate zeroed memory on the heap.
Convenience wrapper for the library headers.
Private state data for the Index.
int newcount
New count of Emails in the Mailbox.
struct IndexSharedData * shared
Shared Index data.
int oldcount
Old count of Emails in the Mailbox.
Data shared between Index, Pager and Sidebar.