summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pttbbs/mbbsd/mail.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/pttbbs/mbbsd/mail.c b/pttbbs/mbbsd/mail.c
index 15d16a8e..ae3fb56d 100644
--- a/pttbbs/mbbsd/mail.c
+++ b/pttbbs/mbbsd/mail.c
@@ -1052,18 +1052,9 @@ multi_send(const char *title)
vmsg(msg_cancel);
return;
}
- listing = 80;
for (i = 0; i < Vector_length(&namelist); i++) {
p = Vector_get(&namelist, i);
- recipient = strlen(p) + 1;
- if (listing + recipient > 75) {
- listing = recipient;
- outc('\n');
- } else {
- listing += recipient;
- outc(' ');
- }
searchuser(p, buf);
sethomepath(genbuf, buf);
stampfile(genbuf, &mymail);