1998-08-09 00:51:28 +00:00
|
|
|
|
--- pine/signals.c.orig Tue Jul 7 07:42:45 1998
|
|
|
|
|
+++ pine/signals.c Tue Aug 4 12:42:21 1998
|
|
|
|
|
@@ -386,7 +386,7 @@
|
|
|
|
|
ps_global->inbox_stream->rdonly = 1; /* and become read-only */
|
|
|
|
|
mail_ping(ps_global->inbox_stream);
|
|
|
|
|
q_status_message(SM_ASYNC, 3, 7,
|
|
|
|
|
- "Another Pine is accessing Inbox. Session now Read-Only.");
|
|
|
|
|
+ "<22>t<EFBFBD>~<7E>@<40><> Pine <20><><EFBFBD>b<EFBFBD>s<EFBFBD><73> Inbox<6F>C<EFBFBD>o<EFBFBD><6F> session <20>i<EFBFBD>J<EFBFBD><4A>Ū<EFBFBD><C5AA><EFBFBD>A<EFBFBD>C");
|
|
|
|
|
dprint(1, (debugfile, "** INBOX went read-only **\n\n"));
|
|
|
|
|
}
|
1998-07-30 12:30:41 +00:00
|
|
|
|
|
1998-08-09 00:51:28 +00:00
|
|
|
|
@@ -398,7 +398,7 @@
|
|
|
|
|
ps_global->mail_stream->rdonly = 1; /* and become read-only */
|
|
|
|
|
mail_ping(ps_global->mail_stream);
|
|
|
|
|
q_status_message(SM_ASYNC, 3, 7,
|
|
|
|
|
- "Another Pine is accessing folder. Session now Read-Only.");
|
|
|
|
|
+ "<22>t<EFBFBD>~<7E>@<40><> Pine <20><><EFBFBD>b<EFBFBD>s<EFBFBD><73><EFBFBD><EFBFBD><EFBFBD>ƧX<C6A7>C<EFBFBD>o<EFBFBD><6F> session <20>i<EFBFBD>J<EFBFBD><4A>Ū<EFBFBD><C5AA><EFBFBD>A<EFBFBD>C");
|
|
|
|
|
dprint(1, (debugfile, "** secondary folder went read-only **\n\n"));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@@ -536,7 +536,7 @@
|
|
|
|
|
int retval = 1;
|
1998-07-30 12:30:41 +00:00
|
|
|
|
|
1998-08-09 00:51:28 +00:00
|
|
|
|
dprint(9,(debugfile, "busy_alarm(%d, %s, %p, %d)\n",
|
|
|
|
|
- seconds, msg ? msg : "Busy", pc_func, init_msg));
|
|
|
|
|
+ seconds, msg ? msg : "<22>еy<D0B5><79>", pc_func, init_msg));
|
1998-07-30 12:30:41 +00:00
|
|
|
|
|
1998-08-09 00:51:28 +00:00
|
|
|
|
/*
|
|
|
|
|
* If we're already busy'ing, and we don't have something special,
|
|
|
|
|
@@ -560,7 +560,7 @@
|
|
|
|
|
final_message = 1;
|
|
|
|
|
}
|
|
|
|
|
else{
|
|
|
|
|
- strcpy(busy_message, "Busy");
|
|
|
|
|
+ strcpy(busy_message, "<22>еy<D0B5><79>");
|
|
|
|
|
final_message = 0;
|
|
|
|
|
}
|
1998-07-30 12:30:41 +00:00
|
|
|
|
|