summaryrefslogtreecommitdiffstats
path: root/mbbsd/menu.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-10 20:48:40 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-10 20:48:40 +0800
commit90eb3c77f058ddad2e6d369b8aab5232f685c100 (patch)
tree23b6677da96436058b5f6b538b03ac3bfcc6fd99 /mbbsd/menu.c
parente198264c33367686003b30ae2399df6f286978bf (diff)
downloadpttbbs-90eb3c77f058ddad2e6d369b8aab5232f685c100.tar
pttbbs-90eb3c77f058ddad2e6d369b8aab5232f685c100.tar.gz
pttbbs-90eb3c77f058ddad2e6d369b8aab5232f685c100.tar.bz2
pttbbs-90eb3c77f058ddad2e6d369b8aab5232f685c100.tar.lz
pttbbs-90eb3c77f058ddad2e6d369b8aab5232f685c100.tar.xz
pttbbs-90eb3c77f058ddad2e6d369b8aab5232f685c100.tar.zst
pttbbs-90eb3c77f058ddad2e6d369b8aab5232f685c100.zip
- (internal) vedit should not change input parameter.
- (internal) prepare to disable mail auto forwarding git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4127 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/menu.c')
-rw-r--r--mbbsd/menu.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/mbbsd/menu.c b/mbbsd/menu.c
index e34685db..0b335353 100644
--- a/mbbsd/menu.c
+++ b/mbbsd/menu.c
@@ -402,8 +402,10 @@ static const commands_t maillist[] = {
{m_send, PERM_LOGINOK, "RSend 站內寄信"},
{mail_list, PERM_LOGINOK, "RMail List 群組寄信"},
{x_love, PERM_LOGINOK, "PPaper 情書產生器"},
+// #ifdef USE_MAIL_AUTO_FORWARD
{setforward, PERM_LOGINOK, "FForward " ANSI_COLOR(1;32)
"設定信箱自動轉寄" ANSI_RESET},
+// #endif // USE_MAIL_AUTO_FORWARD
{m_sysop, 0, "YYes, sir! 寫信給站長"},
{m_internet, PERM_INTERNET, "RInternet 寄信到站外"},
{mail_mbox, PERM_INTERNET, "RZip UserHome 把所有私人資料打包回去"},
@@ -488,7 +490,6 @@ static const commands_t userlist[] = {
#ifdef DEBUG
int _debug_check_keyinput();
-int _debug_testregcode();
int _debug_reportstruct()
{
clear();
@@ -528,8 +529,6 @@ static const commands_t xyzlist[] = {
#else
{_debug_check_keyinput, 0,
"MMKeycode 檢查按鍵控制碼工具"},
- {_debug_testregcode, 0,
- "RRegcode 檢查註冊碼公式"},
{_debug_reportstruct, 0,
"RReportStruct 報告各種結構的大小"},
#endif