X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Futil.c;h=f869a98815ac3fe03c8892a850393e2edd071e6e;hb=4670d23c56f21afaa7ef2e0289a47a6a0d112671;hp=4bef04b056693f26542d4cdf561b5199d36af543;hpb=238b70e39b78f585c586bd51aef41988b3cc73d1;p=apps%2Fmadmutt.git 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 */