X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mx.c;h=6f6f779dc087eb1a9e06af76a76ef43674aa977d;hp=53488216fa942171cd5bbfa436002bacbd09a7fb;hb=f3092f53ef58ddc983e72796b578ee6456c2f750;hpb=238b70e39b78f585c586bd51aef41988b3cc73d1 diff --git a/mx.c b/mx.c index 5348821..6f6f779 100644 --- a/mx.c +++ b/mx.c @@ -18,12 +18,13 @@ #include #include +#include + #include "mutt.h" #include "buffy.h" #include "mx.h" #include "mbox.h" #include "mh.h" -#include "rfc2047.h" #include "sort.h" #include "thread.h" #include "copy.h" @@ -1122,7 +1123,7 @@ int mx_sync_mailbox (CONTEXT* ctx, int* index_hint) { MESSAGE *mx_open_new_message (CONTEXT * dest, HEADER * hdr, int flags) { MESSAGE *msg; - ADDRESS *p = NULL; + address_t *p = NULL; if (!MX_IDX(dest->magic-1)) { debug_print (1, ("function unimplemented for mailbox type %d.\n", dest->magic));