replace SKIPWS with a proper inline func with the right API.
[apps/madmutt.git] / imap / util.c
index 4bef04b..f869a98 100644 (file)
@@ -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 */