X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fmx_imap.c;h=d622a47d05df50fafefb439d75a38f8c25cfcd2c;hb=723f7ae3f24f7881c9ce87abf933cd5bec4ac0bc;hp=29abeecf4fe99662f6871060b8a70e3adac981d9;hpb=617e7d83d14e14e6a520a48e75437211b16c8834;p=apps%2Fmadmutt.git diff --git a/imap/mx_imap.c b/imap/mx_imap.c index 29abeec..d622a47 100644 --- a/imap/mx_imap.c +++ b/imap/mx_imap.c @@ -10,6 +10,9 @@ #include #include +#include +#include +#include #include "mutt.h" #include "imap_private.h" @@ -17,9 +20,7 @@ #include "mx.h" #include "mx_imap.h" -#include "lib/str.h" -#include "url.h" int imap_is_magic (const char* path, struct stat* st) { url_scheme_t s; @@ -43,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; }