X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Futil.c;h=f869a98815ac3fe03c8892a850393e2edd071e6e;hp=4bef04b056693f26542d4cdf561b5199d36af543;hb=22601f25ede6703ba7cd06ee84eddd2045308570;hpb=238b70e39b78f585c586bd51aef41988b3cc73d1 diff --git a/imap/util.c b/imap/util.c index 4bef04b..f869a98 100644 --- a/imap/util.c +++ b/imap/util.c @@ -292,8 +292,7 @@ char *imap_next_word (char *s) s++; } - SKIPWS (s); - return s; + return vskipspaces(s); } /* imap_parse_date: date is of the form: DD-MMM-YYYY HH:MM:SS +ZZzz */