ADDRESS -> address_t
[apps/madmutt.git] / mx.c
diff --git a/mx.c b/mx.c
index 5348821..4f831ca 100644 (file)
--- a/mx.c
+++ b/mx.c
@@ -1122,7 +1122,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));