X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=url.c;h=67a94cdbe84fb129193c409ec09c2e1ca857e378;hp=c889b2ed4a195927dce7e87de2109a288a114087;hb=53186676acf2c3b5509a614433eb00a2087cd4ec;hpb=238b70e39b78f585c586bd51aef41988b3cc73d1 diff --git a/url.c b/url.c index c889b2e..67a94cd 100644 --- a/url.c +++ b/url.c @@ -17,9 +17,9 @@ #include #include +#include #include "mutt.h" -#include "mapping.h" #include "url.h" #include "mime.h" @@ -245,8 +245,7 @@ int url_parse_mailto (ENVELOPE * e, char **body, const char *src) snprintf (scratch, sizeof (scratch), "%s%s: %s", SAFEPFX, tag, value); #undef SAVEPFX scratch[taglen] = '\0'; - value = &scratch[taglen + 1]; - SKIPWS (value); + value = vskipspaces(&scratch[taglen + 1]); mutt_parse_rfc822_line (e, NULL, scratch, value, 1, 0, 0, &last); /* if $strict_mailto is set, force editing headers to let * users have a look at what we got */