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