From 7166765a949a60dde99ceddea9f09ad381d53020 Mon Sep 17 00:00:00 2001 From: piaip Date: Sun, 16 Aug 2009 08:06:34 +0000 Subject: * make subject decoding always performed. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4748 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/bbsmail.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/util/bbsmail.c b/util/bbsmail.c index c508754f..0e1c6eb1 100644 --- a/util/bbsmail.c +++ b/util/bbsmail.c @@ -111,9 +111,7 @@ int mail2bbs(char *userid) break; if( strncmp(genbuf, "Subject: ", 9) == 0 ){ strlcpy(title, genbuf + 9, sizeof(title)); -#ifdef USE_ICONV str_decode_M3(title); -#endif continue; } if( strncmp(genbuf, "Content-Type:", 13) == 0 ){ -- cgit v1.2.3