X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fmx_imap.c;h=cf04c1979b5741d9588252b597ba13e223f848d2;hb=a8477ebaa09990b3688164cbe5cf661c4189541d;hp=4ad4bbbd3be4d11249127817ffb91666248ca627;hpb=e01486aabea6f0af36933158bd58b9ab03b30add;p=apps%2Fmadmutt.git diff --git a/imap/mx_imap.c b/imap/mx_imap.c index 4ad4bbb..cf04c19 100644 --- a/imap/mx_imap.c +++ b/imap/mx_imap.c @@ -42,7 +42,7 @@ static int imap_open_new_message (MESSAGE * msg, CONTEXT * dest, HEADER * hdr) mutt_perror (tmp); return (-1); } - msg->path = safe_strdup (tmp); + msg->path = str_dup (tmp); return 0; }