diff options
Diffstat (limited to 'ext/mailparse/rfc2045.c')
-rwxr-xr-x | ext/mailparse/rfc2045.c | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ext/mailparse/rfc2045.c b/ext/mailparse/rfc2045.c index a513c1f7e6..ea61cfdb2b 100755 --- a/ext/mailparse/rfc2045.c +++ b/ext/mailparse/rfc2045.c @@ -1163,6 +1163,12 @@ unsigned rfc2045_mimepartcount(const struct rfc2045 *p) for (q=p->firstpart; q; q=q->next) ++n; return (n); } + /* - * vim:tw=78 sw=4 ts=4 - * */ + * Local variables: + * tab-width: 4 + * c-basic-offset: 4 + * End: + * vim600: sw=4 ts=4 tw=78 fdm=marker + * vim<600: sw=4 ts=4 tw=78 + */ |