summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pttbbs/mbbsd/mail.c4
1 files 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;