X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=edit.c;h=d4bcc68330353a671d1d0182756040bddc59cf19;hp=893732e23569c03f6b84e7c3f6d0bc09ecaec17d;hb=ab12fea9d01b3b9bc53081ae4ccc046243f1cb9f;hpb=238b70e39b78f585c586bd51aef41988b3cc73d1 diff --git a/edit.c b/edit.c index 893732e..d4bcc68 100644 --- a/edit.c +++ b/edit.c @@ -324,8 +324,7 @@ int mutt_builtin_editor (const char *path, HEADER * msg, HEADER * cur) while (p >= tmp && ISSPACE (*p)) *p-- = 0; - p = tmp + 2; - SKIPWS (p); + p = vskipspaces(tmp + 2); switch (tmp[1]) { case '?':