]> granicus.if.org Git - neomutt/commit
make imap_private.h include message.h for IMAP_HEADER_DATA definition
authorMichael Elkins <me@mutt.org>
Sat, 15 Dec 2012 15:48:45 +0000 (07:48 -0800)
committerMichael Elkins <me@mutt.org>
Sat, 15 Dec 2012 15:48:45 +0000 (07:48 -0800)
commitb915380ea7e3aee74513630257c5184518fef61f
treee5cd4f5218e5d79ad3ecbca1660ef4e54294c7e2
parent3af6810d0cc1d04ebea54a9ade38cb07723df8fb
make imap_private.h include message.h for IMAP_HEADER_DATA definition

cast &ctx->data to IMAP_HEADER_DATA** to fix compiler warning

imap_free_header_data should check for *data being NULL, rather than "data"
imap/command.c
imap/imap.c
imap/imap_private.h
imap/message.c
imap/util.c