]> granicus.if.org Git - neomutt/commit
rename iswsp() to is_email_wsp()
authorMichael Elkins <me@mutt.org>
Tue, 18 Dec 2012 21:50:20 +0000 (13:50 -0800)
committerMichael Elkins <me@mutt.org>
Tue, 18 Dec 2012 21:50:20 +0000 (13:50 -0800)
commit9e7c5ee1509bfc8803f67b40cac657ca862a2e8c
treedd64b99e62fcaf91f64969de619cdcc3fa0b2fa9
parentb6e832c012c66b22e8c63e3c1347a733def94960
rename iswsp() to is_email_wsp()

add new inline funtion skip_email_wsp() to be used in lieu of SKIPWS() when parsing ASCII protocols rather than user input.

change use of SKIPWS() to skip_email_wsp() in places where it is likely to be a problem.
headers.c
lib.h
mutt_crypt.h
parse.c
pop_lib.c
postpone.c
rfc1524.c
rfc822.c
send.c
sendlib.c
url.c