X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=main.c;h=27b8bc26a8a5e790b4bb7ad9c3ed74c75099e619;hp=9af3581011300a468739333435cacf085df1cad5;hb=7f7a0be369840b290248e5b0302beb447fa1b3cd;hpb=308c7080ccca40d4865d8810f5528331d9ed61ff;ds=sidebyside diff --git a/main.c b/main.c index 9af3581..27b8bc2 100644 --- a/main.c +++ b/main.c @@ -20,6 +20,7 @@ #endif #include +#include #include #include "mutt.h" @@ -30,7 +31,6 @@ #include "mutt_idna.h" #include "xterm.h" -#include "lib/str.h" #include "lib/debug.h" #include @@ -872,7 +872,7 @@ int main (int argc, char **argv) } if (subject) - msg->env->subject = str_dup (subject); + msg->env->subject = m_strdup(subject); if (includeFile) infile = includeFile; @@ -899,7 +899,7 @@ int main (int argc, char **argv) fin = NULL; mutt_mktemp (buf); - tempfile = str_dup (buf); + tempfile = m_strdup(buf); if (draftFile) msg->env = mutt_read_rfc822_header (fin, NULL, 1, 0);