X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=headers.c;h=61347886f25c8684318486f6b591bd72e0bb5da3;hp=f2ffa27d42d6dc5a93119ed3b0670b29883028ed;hb=643fc4917f9274e824fddb1488107279b28242d7;hpb=c3e57678c8be193fc137854020f3a90887be97c9 diff --git a/headers.c b/headers.c index f2ffa27..6134788 100644 --- a/headers.c +++ b/headers.c @@ -15,6 +15,8 @@ #include "mutt_crypt.h" #include "mutt_idna.h" +#include "lib/intl.h" + #include #include #include @@ -141,7 +143,7 @@ void mutt_edit_headers (const char *editor, SKIPWS (p); if (*p) { if ((q = strpbrk (p, " \t"))) { - mutt_substrcpy (path, p, q, sizeof (path)); + str_substrcpy (path, p, q, sizeof (path)); SKIPWS (q); } else