replace SKIPWS with a proper inline func with the right API.
[apps/madmutt.git] / url.c
diff --git a/url.c b/url.c
index c889b2e..597fdca 100644 (file)
--- a/url.c
+++ b/url.c
@@ -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 */