X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Finternet_addressing.c;h=a9c1b6481521b626bb113f4873fb0338710999b1;hb=94c2f05c0230a64c9515b2835303fd760e218e48;hp=ed160fae73f9d5166fd67dbf6e9f65a6f7879fe4;hpb=9d3894b421e74cdde8ab109ef4714b8a42d97bc4;p=citadel.git diff --git a/citadel/internet_addressing.c b/citadel/internet_addressing.c index ed160fae7..a9c1b6481 100644 --- a/citadel/internet_addressing.c +++ b/citadel/internet_addressing.c @@ -93,10 +93,10 @@ void utf8ify_rfc822_string(char *buf) { int illegal_non_rfc2047_encoding = 0; /* Sometimes, badly formed messages contain strings which were simply - * written out directly in some foreign character set instead of - * using RFC2047 encoding. This is illegal but we will attempt to - * handle it anyway by converting from a user-specified default - * charset to UTF-8 if we see any nonprintable characters. + * written out directly in some foreign character set instead of + * using RFC2047 encoding. This is illegal but we will attempt to + * handle it anyway by converting from a user-specified default + * charset to UTF-8 if we see any nonprintable characters. */ len = strlen(buf); for (i=0; i