X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Futil.c;h=6088321f11627c1d72d953e7efc6a1643ddf7b19;hb=05a3bbbe420e4afc76e0eea24ce32f859405dc4a;hp=4bef04b056693f26542d4cdf561b5199d36af543;hpb=238b70e39b78f585c586bd51aef41988b3cc73d1;p=apps%2Fmadmutt.git diff --git a/imap/util.c b/imap/util.c index 4bef04b..6088321 100644 --- a/imap/util.c +++ b/imap/util.c @@ -20,10 +20,10 @@ #include "mx.h" /* for M_IMAP */ #include "url.h" #include "imap_private.h" -#include "mutt_ssl.h" +#include #include -#include "lib/debug.h" +#include #include #include @@ -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 */