summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-16 16:06:34 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-16 16:06:34 +0800
commit7166765a949a60dde99ceddea9f09ad381d53020 (patch)
tree07095db5401e646255f9316bdf129bb0b79c5ba6
parentc53cecb7c896d8a08560a1f9e7eb41018a579d9e (diff)
downloadpttbbs-7166765a949a60dde99ceddea9f09ad381d53020.tar
pttbbs-7166765a949a60dde99ceddea9f09ad381d53020.tar.gz
pttbbs-7166765a949a60dde99ceddea9f09ad381d53020.tar.bz2
pttbbs-7166765a949a60dde99ceddea9f09ad381d53020.tar.lz
pttbbs-7166765a949a60dde99ceddea9f09ad381d53020.tar.xz
pttbbs-7166765a949a60dde99ceddea9f09ad381d53020.tar.zst
pttbbs-7166765a949a60dde99ceddea9f09ad381d53020.zip
* make subject decoding always performed.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4748 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--util/bbsmail.c2
1 files changed, 0 insertions, 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 ){