summaryrefslogtreecommitdiffstats
path: root/innbbsd/inntobbs.c
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-05-08 07:45:31 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-05-08 07:45:31 +0800
commit12dac5d34534f1cf3f507ccde8b8a8f495ece4e4 (patch)
treee713f886f1ff9ce4ee8bef486d762a52de135cbb /innbbsd/inntobbs.c
parent32bbed747ff7729d46b04d081bcf5ed3ae831c70 (diff)
downloadpttbbs-12dac5d34534f1cf3f507ccde8b8a8f495ece4e4.tar
pttbbs-12dac5d34534f1cf3f507ccde8b8a8f495ece4e4.tar.gz
pttbbs-12dac5d34534f1cf3f507ccde8b8a8f495ece4e4.tar.bz2
pttbbs-12dac5d34534f1cf3f507ccde8b8a8f495ece4e4.tar.lz
pttbbs-12dac5d34534f1cf3f507ccde8b8a8f495ece4e4.tar.xz
pttbbs-12dac5d34534f1cf3f507ccde8b8a8f495ece4e4.tar.zst
pttbbs-12dac5d34534f1cf3f507ccde8b8a8f495ece4e4.zip
rfc2047 again
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@827 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'innbbsd/inntobbs.c')
-rw-r--r--innbbsd/inntobbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/innbbsd/inntobbs.c b/innbbsd/inntobbs.c
index 653ea488..b10c44e5 100644
--- a/innbbsd/inntobbs.c
+++ b/innbbsd/inntobbs.c
@@ -205,7 +205,7 @@ echomaillog()
if( echomailfp != NULL ) {
fprintf(echomailfp,"\n");
fprintf(echomailfp,"發信人: %s, 信區: %s\n", FROM, GROUPS);
- fprintf(echomailfp,"標 題: %s\n", SUBJECT);
+ fprintf(echomailfp,"標 題: %s\n", str_decode_M3(SUBJECT));
fprintf(echomailfp,"發信站: %s (%s)\n", SITE, DATE);
fprintf(echomailfp,"轉信站: %s (%s)\n", PATH, REMOTEHOSTNAME);
fflush(echomailfp);