From 12dac5d34534f1cf3f507ccde8b8a8f495ece4e4 Mon Sep 17 00:00:00 2001 From: victor Date: Wed, 7 May 2003 23:45:31 +0000 Subject: rfc2047 again git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@827 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- innbbsd/inntobbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'innbbsd/inntobbs.c') 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); -- cgit v1.2.3