From 2e7529cbb32a8bd25c81dbb27c287905695c8b32 Mon Sep 17 00:00:00 2001 From: in2 Date: Sun, 8 Feb 2004 12:31:35 +0000 Subject: show message before uuencode git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1513 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/mail.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mbbsd') diff --git a/mbbsd/mail.c b/mbbsd/mail.c index 59f1aaa5..a4fa0799 100644 --- a/mbbsd/mail.c +++ b/mbbsd/mail.c @@ -1610,6 +1610,11 @@ doforward(char *direct, fileheader_t * fh, int mode) if (!address[0]) strlcpy(address, cuser.email, sizeof(address)); + if( mode == 'U' ){ + move(b_lines - 2, 0); + prints("將進行 uuencode 。若您不清楚什麼是 uuencode 請改用 F轉寄。"); + } + if (address[0]) { snprintf(genbuf, sizeof(genbuf), "確定轉寄給 [%s] 嗎(Y/N/Q)?[Y] ", address); -- cgit v1.2.3