summaryrefslogtreecommitdiffstats
path: root/mbbsd/mail.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-08 21:57:50 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-08 21:57:50 +0800
commitc0ffbd8f8c761ca8a86b463686c8a54202ddc2b9 (patch)
tree36fcb5be74d7792122c6edbe7cb84799704c9274 /mbbsd/mail.c
parent299369f41fae2c8ab2886ef41ad24815241707aa (diff)
downloadpttbbs-c0ffbd8f8c761ca8a86b463686c8a54202ddc2b9.tar
pttbbs-c0ffbd8f8c761ca8a86b463686c8a54202ddc2b9.tar.gz
pttbbs-c0ffbd8f8c761ca8a86b463686c8a54202ddc2b9.tar.bz2
pttbbs-c0ffbd8f8c761ca8a86b463686c8a54202ddc2b9.tar.lz
pttbbs-c0ffbd8f8c761ca8a86b463686c8a54202ddc2b9.tar.xz
pttbbs-c0ffbd8f8c761ca8a86b463686c8a54202ddc2b9.tar.zst
pttbbs-c0ffbd8f8c761ca8a86b463686c8a54202ddc2b9.zip
msg pretty print
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3008 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/mail.c')
-rw-r--r--mbbsd/mail.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c
index be473814..0d57a8bc 100644
--- a/mbbsd/mail.c
+++ b/mbbsd/mail.c
@@ -894,7 +894,7 @@ mailtitle(void)
showtitle("\0郵件選單", BBSName);
prints("[←]離開[↑↓]選擇[→]閱\讀信件 [R]回信 [x]轉達 "
"[y]群組回信 [O]站外信:%s [h]求助\n" ANSI_COLOR(7) ""
- "編 號 %s 作 者 信 件 標 題 "
+ " 編號 %s 作 者 信 件 標 題 "
ANSI_COLOR(32) "",
REJECT_OUTTAMAIL ? ANSI_COLOR(31) "關" ANSI_RESET : "開",
(showmail_mode == SHOWMAIL_SUM) ? "大 小":"日 期");
@@ -963,10 +963,10 @@ maildoent(int num, fileheader_t * ent)
}
if (strncmp(currtitle, title, TTLEN))
- prints("%5d %c %-7s%-15.14s%s %.46s\n", num, type,
+ prints("%6d %c %-6s%-15.14s%s %.46s\n", num, type,
datepart, ent->owner, mark, title);
else
- prints("%5d %c %-7s%-15.14s" ANSI_COLOR(1;3%c)
+ prints("%6d %c %-6s%-15.14s" ANSI_COLOR(1;3%c)
"%s %.46s" ANSI_COLOR(0) "\n", num, type,
datepart, ent->owner, color, mark, title);
}