diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-04-10 23:25:32 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-04-10 23:25:32 +0800 |
commit | 236c0ccfcf30450e5b8cf75c0839bc74cef0dc49 (patch) | |
tree | bf653ec232c6e18aada204726447b225bb3f4a02 /mbbsd | |
parent | 90eb3c77f058ddad2e6d369b8aab5232f685c100 (diff) | |
download | pttbbs-236c0ccfcf30450e5b8cf75c0839bc74cef0dc49.tar pttbbs-236c0ccfcf30450e5b8cf75c0839bc74cef0dc49.tar.gz pttbbs-236c0ccfcf30450e5b8cf75c0839bc74cef0dc49.tar.bz2 pttbbs-236c0ccfcf30450e5b8cf75c0839bc74cef0dc49.tar.lz pttbbs-236c0ccfcf30450e5b8cf75c0839bc74cef0dc49.tar.xz pttbbs-236c0ccfcf30450e5b8cf75c0839bc74cef0dc49.tar.zst pttbbs-236c0ccfcf30450e5b8cf75c0839bc74cef0dc49.zip |
- drop deprecated namelist
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4128 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/mail.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c index 33fb6bf2..2f4ee3e1 100644 --- a/mbbsd/mail.c +++ b/mbbsd/mail.c @@ -502,7 +502,7 @@ multi_list(int *reciper) stand_title("群組寄信名單"); ShowNameList(3, 0, msg_cc); move(1, 0); - outs("(I)引入好友 (O)引入上線通知 (N)引入新文章通知 (0-9)引入其他特別名單"); + outs("(I)引入好友 (O)引入上線通知 (0-9)引入其他特別名單"); getdata(2, 0, "(A)增加 (D)刪除 (M)確認寄信名單 (Q)取消 ?[M]", genbuf, 4, LCECHO); @@ -557,10 +557,6 @@ multi_list(int *reciper) setuserfile(genbuf, "alohaed"); ToggleNameList(reciper, genbuf, msg_cc); break; - case 'n': - setuserfile(genbuf, "postlist"); - ToggleNameList(reciper, genbuf, msg_cc); - break; case 'q': *reciper = 0; return; |