1998-07-21 14:11:48 +00:00
|
|
|
|
--- pine/reply.c.orig Tue Jun 23 12:08:03 1998
|
|
|
|
|
+++ pine/reply.c Wed Jul 15 17:02:37 1998
|
|
|
|
|
@@ -411,7 +411,7 @@
|
|
|
|
|
#endif
|
1998-02-02 14:34:45 +00:00
|
|
|
|
|
1998-07-21 14:11:48 +00:00
|
|
|
|
/* partially formatted outgoing message */
|
|
|
|
|
- pine_send(outgoing, &body, "COMPOSE MESSAGE REPLY",
|
|
|
|
|
+ pine_send(outgoing, &body, "<22>s<EFBFBD><73><EFBFBD>H<EFBFBD><48><EFBFBD>^<5E><>",
|
|
|
|
|
fcc.tptr, &reply, NULL, NULL, NULL, 0);
|
|
|
|
|
done:
|
|
|
|
|
pine_free_body(&body);
|
|
|
|
|
@@ -485,7 +485,7 @@
|
|
|
|
|
(ADDRESS *) NULL, env->from, 0);
|
1998-02-02 14:34:45 +00:00
|
|
|
|
|
1998-07-21 14:11:48 +00:00
|
|
|
|
if(ret == 'x') {
|
|
|
|
|
- cmd_cancelled("Reply");
|
|
|
|
|
+ cmd_cancelled("<22>^<5E><>");
|
|
|
|
|
return(0);
|
|
|
|
|
}
|
1998-02-02 14:34:45 +00:00
|
|
|
|
|
1998-07-21 14:11:48 +00:00
|
|
|
|
@@ -534,7 +534,7 @@
|
|
|
|
|
|| (*saved_cc || *saved_resent))){
|
|
|
|
|
*flags &= ~RSF_QUERY_REPLY_ALL;
|
|
|
|
|
if((ret=want_to(ALL_PMT,'n','x',NO_HELP,WT_SEQ_SENSITIVE)) == 'x'){
|
|
|
|
|
- cmd_cancelled("Reply");
|
|
|
|
|
+ cmd_cancelled("<22>^<5E><>");
|
|
|
|
|
return(0);
|
|
|
|
|
}
|
|
|
|
|
else if(ret == 'y')
|
|
|
|
|
@@ -1099,8 +1099,8 @@
|
|
|
|
|
{
|
|
|
|
|
int ret, edited = 0;
|
|
|
|
|
static ESCKEY_S rtq_opts[] = {
|
|
|
|
|
- {'y', 'y', "Y", "Yes"},
|
|
|
|
|
- {'n', 'n', "N", "No"},
|
|
|
|
|
+ {'y', 'y', "Y", "<22>O"},
|
|
|
|
|
+ {'n', 'n', "N", "<22>_"},
|
|
|
|
|
{-1, 0, NULL, NULL}, /* may be overridden below */
|
|
|
|
|
{-1, 0, NULL, NULL}
|
|
|
|
|
};
|
|
|
|
|
@@ -1133,7 +1133,7 @@
|
|
|
|
|
rtq_opts, edited ? 'y' : 'n',
|
|
|
|
|
'x', NO_HELP, RB_SEQ_SENSITIVE)){
|
|
|
|
|
case 'x':
|
|
|
|
|
- cmd_cancelled("Reply");
|
|
|
|
|
+ cmd_cancelled("<22>^<5E><>");
|
|
|
|
|
return(-1);
|
1998-02-02 14:34:45 +00:00
|
|
|
|
|
1998-07-21 14:11:48 +00:00
|
|
|
|
case 'r':
|
|
|
|
|
@@ -1165,7 +1165,7 @@
|
|
|
|
|
break;
|
1998-02-02 14:34:45 +00:00
|
|
|
|
|
1998-07-21 14:11:48 +00:00
|
|
|
|
case 1:
|
|
|
|
|
- cmd_cancelled("Reply");
|
|
|
|
|
+ cmd_cancelled("<22>^<5E><>");
|
1998-02-02 14:34:45 +00:00
|
|
|
|
|
1998-07-21 14:11:48 +00:00
|
|
|
|
case -1:
|
|
|
|
|
return(-1);
|
|
|
|
|
@@ -1542,7 +1542,7 @@
|
1998-02-02 14:34:45 +00:00
|
|
|
|
|
1998-07-21 14:11:48 +00:00
|
|
|
|
case 'x' : /* cancel or unknown response */
|
|
|
|
|
default :
|
|
|
|
|
- cmd_cancelled("Reply");
|
|
|
|
|
+ cmd_cancelled("<22>^<5E><>");
|
|
|
|
|
ret = 0;
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
@@ -1708,7 +1708,7 @@
|
|
|
|
|
* up...
|
|
|
|
|
*/
|
|
|
|
|
if(ret == 'x'){
|
|
|
|
|
- q_status_message(SM_ORDER, 0, 3, "Forward message cancelled");
|
|
|
|
|
+ q_status_message(SM_ORDER, 0, 3, "<22><><EFBFBD><EFBFBD><EFBFBD>H<EFBFBD><48><EFBFBD><EFBFBD><EFBFBD>H");
|
|
|
|
|
goto clean_early;
|
|
|
|
|
}
|
|
|
|
|
else if(ret == 'y'){ /* attach message[s]!!! */
|
|
|
|
|
@@ -1840,7 +1840,7 @@
|
|
|
|
|
pine_simple_send(outgoing, &body, NULL, NULL, NULL, 1);
|
|
|
|
|
else /* partially formatted outgoing message */
|
|
|
|
|
pine_send(outgoing, &body,
|
|
|
|
|
- ps->nr_mode ? "SEND MESSAGE" : "FORWARD MESSAGE",
|
|
|
|
|
+ ps->nr_mode ? "<22>e<EFBFBD>X<EFBFBD>H<EFBFBD><48>" : "<22><><EFBFBD>H<EFBFBD>H<EFBFBD><48>",
|
|
|
|
|
NULL, NULL, NULL, NULL, NULL, FALSE);
|
1998-02-02 14:34:45 +00:00
|
|
|
|
|
1998-07-21 14:11:48 +00:00
|
|
|
|
clean:
|