From 2e7529cbb32a8bd25c81dbb27c287905695c8b32 Mon Sep 17 00:00:00 2001
From: in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>
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("�N�i�� uuencode �C�Y�z���M������O uuencode ��� F��H�C");
+    }
+
     if (address[0]) {
 	snprintf(genbuf, sizeof(genbuf),
 		 "�T�w��H�� [%s] ��(Y/N/Q)�H[Y] ", address);
-- 
cgit v1.2.3