X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fmx_imap.c;h=f3bb4f3ca3560769b0501fcdd37f61efc8c722a7;hp=53056fce71ba567b2b4ae3b89cec910c3ffc2c1b;hb=238b70e39b78f585c586bd51aef41988b3cc73d1;hpb=b3cb6ed8d36c550a2e589910ce51bbc8352ff57c diff --git a/imap/mx_imap.c b/imap/mx_imap.c index 53056fc..f3bb4f3 100644 --- a/imap/mx_imap.c +++ b/imap/mx_imap.c @@ -10,6 +10,8 @@ #include #include +#include +#include #include "mutt.h" #include "imap_private.h" @@ -17,8 +19,6 @@ #include "mx.h" #include "mx_imap.h" -#include "lib/mem.h" -#include "lib/str.h" #include "url.h" @@ -44,7 +44,7 @@ static int imap_open_new_message (MESSAGE * msg, CONTEXT * dest, HEADER * hdr) mutt_perror (tmp); return (-1); } - msg->path = str_dup (tmp); + msg->path = m_strdup(tmp); return 0; }