From b3b5cde16d5f6f63282f83033e04d538dfb87fc1 Mon Sep 17 00:00:00 2001 From: piaip Date: Fri, 14 Oct 2011 15:02:45 +0000 Subject: fix: wrong type in mail git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5432 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/mbbsd/mail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pttbbs/mbbsd/mail.c b/pttbbs/mbbsd/mail.c index 865e0c89..f3befd79 100644 --- a/pttbbs/mbbsd/mail.c +++ b/pttbbs/mbbsd/mail.c @@ -1146,11 +1146,11 @@ maildoent(int num, fileheader_t * ent) title = subject_ex(ent->title, &title_type); switch (title_type) { - case SUBJECT_REPLY: + case SUBJECT_FORWARD: mark = "ยเ"; color = ANSI_COLOR(1;36); break; - case SUBJECT_FORWARD: + case SUBJECT_REPLY: mark = "R:"; color = ANSI_COLOR(1;33); break; -- cgit v1.2.3