mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
690 lines
22 KiB
Plaintext
690 lines
22 KiB
Plaintext
|
--- pine/send.c.orig Tue Jul 21 03:02:18 1998
|
|||
|
+++ pine/send.c Tue Jul 28 08:35:07 1998
|
|||
|
@@ -374,14 +374,14 @@
|
|||
|
mail_close(stream);
|
|||
|
if(ret == 'x'){
|
|||
|
q_status_message(SM_ORDER, 0, 3,
|
|||
|
- "Composition cancelled");
|
|||
|
+ "<22><><EFBFBD><EFBFBD><EFBFBD>s<EFBFBD><73>");
|
|||
|
return;
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
else{
|
|||
|
q_status_message1(SM_ORDER | SM_DING, 3, 3,
|
|||
|
- "Can't open Interrupted mailbox: %s",
|
|||
|
+ "<22>L<EFBFBD>k<EFBFBD>}<7D>Q<EFBFBD><51><EFBFBD>_<EFBFBD><5F><EFBFBD>H<EFBFBD>c<EFBFBD>G%s",
|
|||
|
file_path);
|
|||
|
if(stream)
|
|||
|
mail_close(stream);
|
|||
|
@@ -450,14 +450,14 @@
|
|||
|
|
|||
|
if(ret == 'x'){
|
|||
|
q_status_message(SM_ORDER, 0, 3,
|
|||
|
- "Composition cancelled");
|
|||
|
+ "<22><><EFBFBD><EFBFBD><EFBFBD>s<EFBFBD><73>");
|
|||
|
done++;
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
else{
|
|||
|
q_status_message1(SM_ORDER | SM_DING, 3, 3,
|
|||
|
- "Can't open Postponed mailbox: %s", mbox);
|
|||
|
+ "<22>L<EFBFBD>k<EFBFBD>}<7D>D<EFBFBD>Ƚw<C8BD><77><EFBFBD>H<EFBFBD>c<EFBFBD>G%s", mbox);
|
|||
|
if(stream)
|
|||
|
mail_close(stream);
|
|||
|
}
|
|||
|
@@ -532,7 +532,7 @@
|
|||
|
|
|||
|
if(ret == 'x'){
|
|||
|
q_status_message(SM_ORDER, 0, 3,
|
|||
|
- "Composition cancelled");
|
|||
|
+ "<22><><EFBFBD><EFBFBD><EFBFBD>s<EFBFBD><73>");
|
|||
|
done++;
|
|||
|
}
|
|||
|
}
|
|||
|
@@ -616,7 +616,7 @@
|
|||
|
fs_give((void **)&tmp_fcc);
|
|||
|
}
|
|||
|
|
|||
|
- pine_send(outgoing, &body, "COMPOSE MESSAGE", fcc,
|
|||
|
+ pine_send(outgoing, &body, "<22>s<EFBFBD><73><EFBFBD>H<EFBFBD><48>", fcc,
|
|||
|
reply, redraft_pos, lcc, custom, fcc_is_sticky);
|
|||
|
|
|||
|
if(reply){
|
|||
|
@@ -683,7 +683,7 @@
|
|||
|
*/
|
|||
|
if(!stream->nmsgs){
|
|||
|
q_status_message(SM_ORDER | SM_DING, 3, 5,
|
|||
|
- "Empty folder. No messages really postponed!");
|
|||
|
+ "<22>Ū<EFBFBD><C5AA>H<EFBFBD><48><EFBFBD>X<EFBFBD>C<EFBFBD>S<EFBFBD><53><EFBFBD>H<EFBFBD><48><EFBFBD>u<EFBFBD><75><EFBFBD>Q<EFBFBD>Ƚw<C8BD>I");
|
|||
|
return(redraft_cleanup(stream, TRUE));
|
|||
|
}
|
|||
|
else if(stream == ps_global->mail_stream){
|
|||
|
@@ -719,7 +719,7 @@
|
|||
|
mn_give(&msgmap);
|
|||
|
|
|||
|
if(rv){
|
|||
|
- q_status_message(SM_ORDER, 0, 3, "Composition cancelled");
|
|||
|
+ q_status_message(SM_ORDER, 0, 3, "<22><><EFBFBD><EFBFBD><EFBFBD>s<EFBFBD><73>");
|
|||
|
(void) redraft_cleanup(stream, FALSE);
|
|||
|
return(0); /* special case */
|
|||
|
}
|
|||
|
@@ -957,7 +957,7 @@
|
|||
|
if(b->type == TYPEMULTIPART){
|
|||
|
if(strucmp(b->subtype, "mixed")){
|
|||
|
q_status_message1(SM_INFO, 3, 4,
|
|||
|
- "Converting Multipart/%s to Multipart/Mixed",
|
|||
|
+ "<22>ഫ Multipart/%s to Multipart/Mixed",
|
|||
|
b->subtype);
|
|||
|
fs_give((void **)&b->subtype);
|
|||
|
b->subtype = cpystr("mixed");
|
|||
|
@@ -965,7 +965,7 @@
|
|||
|
}
|
|||
|
else{
|
|||
|
q_status_message2(SM_ORDER | SM_DING, 3, 4,
|
|||
|
- "Unable to resume type %s/%s message",
|
|||
|
+ "<22>L<EFBFBD>k<EFBFBD>~<7E><><EFBFBD>κA<CEBA><41> %s/%s <20><><EFBFBD>H<EFBFBD><48>",
|
|||
|
body_types[b->type], b->subtype);
|
|||
|
return(redraft_cleanup(stream, TRUE));
|
|||
|
}
|
|||
|
@@ -979,7 +979,7 @@
|
|||
|
set_mime_type_by_grope(&part->body, NULL);
|
|||
|
if(part->body.type != TYPETEXT){
|
|||
|
q_status_message2(SM_ORDER | SM_DING, 3, 4,
|
|||
|
- "Unable to resume; first part is non-text: %s/%s",
|
|||
|
+ "<22>L<EFBFBD>k<EFBFBD>~<7E><><EFBFBD>F<EFBFBD>Ĥ@<40><><EFBFBD><EFBFBD><EFBFBD>D<EFBFBD>¤<EFBFBD><C2A4>r<EFBFBD>G%s/%s",
|
|||
|
body_types[part->body.type],
|
|||
|
part->body.subtype);
|
|||
|
return(redraft_cleanup(stream, TRUE));
|
|||
|
@@ -1307,7 +1307,7 @@
|
|||
|
|
|||
|
if(rc == 1 || (rc == 0 && !answer)) {
|
|||
|
q_status_message(SM_ORDER, 3, 4,
|
|||
|
- "Send cancelled (User-id must be provided before sending)");
|
|||
|
+ "<22><><EFBFBD><EFBFBD><EFBFBD>H<EFBFBD><48>(<28>H<EFBFBD><48><EFBFBD>e<EFBFBD><65><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ѨϥΪ̥N<CCA5><4E>)");
|
|||
|
return(0);
|
|||
|
}
|
|||
|
|
|||
|
@@ -1396,7 +1396,7 @@
|
|||
|
|
|||
|
if(rc == 1 || (rc == 0 && !answer)) {
|
|||
|
q_status_message(SM_ORDER, 3, 4,
|
|||
|
- "Send cancelled (Host/domain name must be provided before sending)");
|
|||
|
+ "<22><><EFBFBD><EFBFBD><EFBFBD>H<EFBFBD><48>(<28>H<EFBFBD><48><EFBFBD>e<EFBFBD><65><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20>D<EFBFBD><44>/<2F><><EFBFBD><EFBFBD> <20>W<EFBFBD><57>)");
|
|||
|
return(0);
|
|||
|
}
|
|||
|
|
|||
|
@@ -1452,7 +1452,7 @@
|
|||
|
|
|||
|
if(rc == 1 || (rc == 0 && answer[0] == '\0')) {
|
|||
|
q_status_message(SM_ORDER, 3, 4,
|
|||
|
- "Send cancelled (SMTP server must be provided before sending)");
|
|||
|
+ "<22><><EFBFBD><EFBFBD><EFBFBD>H<EFBFBD><48>(<28>H<EFBFBD><48><EFBFBD>e<EFBFBD><65><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> SMTP <20><><EFBFBD>A<EFBFBD><41>)");
|
|||
|
return(0);
|
|||
|
}
|
|||
|
|
|||
|
@@ -1479,31 +1479,31 @@
|
|||
|
*/
|
|||
|
static struct headerentry he_template[]={
|
|||
|
{"From : ", "From", h_composer_from, 10, 0, NULL,
|
|||
|
- build_address, NULL, NULL, addr_book_compose, "To AddrBk",
|
|||
|
+ build_address, NULL, NULL, addr_book_compose, "<22>a<EFBFBD>}ï",
|
|||
|
0, 1, 0, 1, 0, 1, 0, 0, 0, 0, KS_TOADDRBOOK},
|
|||
|
{"Reply-To: ", "Reply To", h_composer_reply_to, 10, 0, NULL,
|
|||
|
- build_address, NULL, NULL, addr_book_compose, "To AddrBk",
|
|||
|
+ build_address, NULL, NULL, addr_book_compose, "<22>a<EFBFBD>}ï",
|
|||
|
0, 1, 0, 1, 0, 1, 0, 0, 0, 0, KS_TOADDRBOOK},
|
|||
|
{"To : ", "To", h_composer_to, 10, 0, NULL,
|
|||
|
- build_address, NULL, NULL, addr_book_compose, "To AddrBk",
|
|||
|
+ build_address, NULL, NULL, addr_book_compose, "<22>a<EFBFBD>}ï",
|
|||
|
0, 1, 0, 0, 0, 1, 0, 0, 0, 0, KS_TOADDRBOOK},
|
|||
|
{"Cc : ", "Cc", h_composer_cc, 10, 0, NULL,
|
|||
|
- build_address, NULL, NULL, addr_book_compose, "To AddrBk",
|
|||
|
+ build_address, NULL, NULL, addr_book_compose, "<22>a<EFBFBD>}ï",
|
|||
|
0, 1, 0, 0, 0, 1, 0, 0, 0, 0, KS_TOADDRBOOK},
|
|||
|
{"Bcc : ", "Bcc", h_composer_bcc, 10, 0, NULL,
|
|||
|
- build_address, NULL, NULL, addr_book_compose, "To AddrBk",
|
|||
|
+ build_address, NULL, NULL, addr_book_compose, "<22>a<EFBFBD>}ï",
|
|||
|
0, 1, 0, 1, 0, 1, 0, 0, 0, 0, KS_TOADDRBOOK},
|
|||
|
{"Newsgrps: ", "Newsgroups", h_composer_news, 10, 0, NULL,
|
|||
|
- news_build, NULL, NULL, news_group_selector, "To NwsGrps",
|
|||
|
+ news_build, NULL, NULL, news_group_selector, "<22>s<EFBFBD>D<EFBFBD>ոs<D5B8>C<EFBFBD><43>",
|
|||
|
0, 1, 0, 1, 0, 1, 0, 0, 0, 0, KS_NONE},
|
|||
|
{"Fcc : ", "Fcc", h_composer_fcc, 10, 0, NULL,
|
|||
|
- NULL, NULL, NULL, folders_for_fcc, "To Fldrs",
|
|||
|
+ NULL, NULL, NULL, folders_for_fcc, "<22><><EFBFBD>ƧX<C6A7>C<EFBFBD><43>",
|
|||
|
0, 0, 0, 1, 1, 1, 0, 0, 0, 0, KS_NONE},
|
|||
|
{"Lcc : ", "Lcc", h_composer_lcc, 10, 0, NULL,
|
|||
|
- build_addr_lcc, NULL, NULL, addr_book_compose_lcc,"To AddrBk",
|
|||
|
+ build_addr_lcc, NULL, NULL, addr_book_compose_lcc,"<22>a<EFBFBD>}ï",
|
|||
|
0, 1, 0, 1, 0, 1, 0, 0, 0, 0, KS_NONE},
|
|||
|
{"Attchmnt: ", "Attchmnt", h_composer_attachment, 10, 0, NULL,
|
|||
|
- NULL, NULL, NULL, NULL, "To Files",
|
|||
|
+ NULL, NULL, NULL, NULL, "<22>ɮצC<D7A6><43>",
|
|||
|
0, 1, 1, 0, 0, 1, 0, 0, 0, 0, KS_NONE},
|
|||
|
{"Subject : ", "Subject", h_composer_subject, 10, 0, NULL,
|
|||
|
valid_subject, NULL, NULL, NULL, NULL,
|
|||
|
@@ -1538,7 +1538,7 @@
|
|||
|
|
|||
|
static struct headerentry he_custom_addr_templ={
|
|||
|
NULL, NULL, h_composer_custom_addr,10, 0, NULL,
|
|||
|
- build_address, NULL, NULL, addr_book_compose, "To AddrBk",
|
|||
|
+ build_address, NULL, NULL, addr_book_compose, "<22>a<EFBFBD>}ï",
|
|||
|
0, 1, 0, 1, 0, 1, 0, 0, 0, 0, KS_TOADDRBOOK};
|
|||
|
static struct headerentry he_custom_free_templ={
|
|||
|
NULL, NULL, h_composer_custom_free,10, 0, NULL,
|
|||
|
@@ -1831,7 +1831,7 @@
|
|||
|
ekey[0].ch = ctrl('T');
|
|||
|
ekey[0].rval = 2;
|
|||
|
ekey[0].name = "^T";
|
|||
|
- ekey[0].label = "To AddrBk";
|
|||
|
+ ekey[0].label = "<22>a<EFBFBD>}ï";
|
|||
|
ekey[1].ch = -1;
|
|||
|
|
|||
|
/*----------------------------------------------------------------------
|
|||
|
@@ -1942,12 +1942,12 @@
|
|||
|
opts[i].ch = 'y';
|
|||
|
opts[i].rval = 'y';
|
|||
|
opts[i].name = "Y";
|
|||
|
- opts[i++].label = "Yes";
|
|||
|
+ opts[i++].label = "<22>O";
|
|||
|
|
|||
|
opts[i].ch = 'n';
|
|||
|
opts[i].rval = 'n';
|
|||
|
opts[i].name = "N";
|
|||
|
- opts[i++].label = "No";
|
|||
|
+ opts[i++].label = "<22>_";
|
|||
|
|
|||
|
verbose_requested = 0;
|
|||
|
if(F_ON(F_VERBOSE_POST, ps_global)){
|
|||
|
@@ -1994,7 +1994,7 @@
|
|||
|
dsn_show = (dsn_requested & DSN_SHOW);
|
|||
|
sprintf(tmp_20k_buf,
|
|||
|
"%s%s%s%s%s%sto \"%s\" ? ",
|
|||
|
- prmpt_cnf ? prmpt_cnf : "Send message ",
|
|||
|
+ prmpt_cnf ? prmpt_cnf : "<22>e<EFBFBD>H ",
|
|||
|
(verbose_requested || dsn_show)
|
|||
|
? "(" : "",
|
|||
|
(verbose_requested)
|
|||
|
@@ -2174,7 +2174,7 @@
|
|||
|
}
|
|||
|
}
|
|||
|
else{
|
|||
|
- q_status_message(SM_ORDER, 0, 3, "Send cancelled");
|
|||
|
+ q_status_message(SM_ORDER, 0, 3, "<22><><EFBFBD><EFBFBD><EFBFBD>H<EFBFBD><48>");
|
|||
|
retval = -1;
|
|||
|
}
|
|||
|
}
|
|||
|
@@ -2202,7 +2202,7 @@
|
|||
|
break;
|
|||
|
|
|||
|
case 1:
|
|||
|
- q_status_message(SM_ORDER, 0, 3, "Send cancelled");
|
|||
|
+ q_status_message(SM_ORDER, 0, 3, "<22><><EFBFBD><EFBFBD><EFBFBD>H<EFBFBD><48>");
|
|||
|
done++;
|
|||
|
retval = -1;
|
|||
|
break;
|
|||
|
@@ -2446,7 +2446,7 @@
|
|||
|
break;
|
|||
|
|
|||
|
case 'x': /* ^C */
|
|||
|
- q_status_message(SM_ORDER, 0, 3, "Message cancelled");
|
|||
|
+ q_status_message(SM_ORDER, 0, 3, "<22><><EFBFBD><EFBFBD><EFBFBD>H<EFBFBD><48>");
|
|||
|
dprint(4, (debugfile, "=== send: cancelled\n"));
|
|||
|
return;
|
|||
|
|
|||
|
@@ -2863,7 +2863,7 @@
|
|||
|
#endif
|
|||
|
if(pf->canedit || !he->rich_header)
|
|||
|
q_status_message(SM_ORDER, 3, 3,
|
|||
|
- "Not allowed to change header \"From\"");
|
|||
|
+ "<22><><EFBFBD><EFBFBD><EFBFBD>\\<5C><><EFBFBD>ܼ<EFBFBD><DCBC>Y \"From\"");
|
|||
|
|
|||
|
memset(he, 0, (size_t)sizeof(*he));
|
|||
|
pf->he = NULL;
|
|||
|
@@ -3206,7 +3206,7 @@
|
|||
|
? "CANCEL" : "HUH?"));
|
|||
|
if((editor_result & COMP_CANCEL)
|
|||
|
&& F_ON(F_QUELL_DEAD_LETTER, ps_global)){
|
|||
|
- q_status_message(SM_ORDER, 0, 3, "Message cancelled");
|
|||
|
+ q_status_message(SM_ORDER, 0, 3, "<22><><EFBFBD><EFBFBD><EFBFBD>H<EFBFBD><48>");
|
|||
|
break;
|
|||
|
}
|
|||
|
|
|||
|
@@ -3484,15 +3484,15 @@
|
|||
|
if(fcc_result && folder)
|
|||
|
lc = last_cmpnt(folder);
|
|||
|
|
|||
|
- q_status_message3(SM_ORDER, 0, 3, "Message cancelled%s%s%s",
|
|||
|
- (lc && *lc) ? " and copied to \"" : "",
|
|||
|
+ q_status_message3(SM_ORDER, 0, 3, "<22><><EFBFBD><EFBFBD><EFBFBD>H<EFBFBD><48>%s%s%s",
|
|||
|
+ (lc && *lc) ? " <20>ýƻs<C6BB><73> \"" : "",
|
|||
|
(lc && *lc) ? lc : "",
|
|||
|
(lc && *lc) ? "\" file" : "");
|
|||
|
break;
|
|||
|
}
|
|||
|
else{
|
|||
|
q_status_message(SM_ORDER, 0, 4,
|
|||
|
- "Continuing composition. Message not postponed or sent");
|
|||
|
+ "<22>~<7E><><EFBFBD>s<EFBFBD><73><EFBFBD>C<EFBFBD>H<EFBFBD>Q<F3A5BCB3>Ƚw<C8BD>ΰe<CEB0>X");
|
|||
|
body_start = 1;
|
|||
|
continue; /* postpone failed, jump back in to composer */
|
|||
|
}
|
|||
|
@@ -3557,8 +3557,8 @@
|
|||
|
&& !filter_message_text(sending_filter_requested, outgoing,
|
|||
|
*body, &orig_so)){
|
|||
|
q_status_message1(SM_ORDER, 3, 3,
|
|||
|
- "Problem filtering! Nothing sent%s.",
|
|||
|
- fcc ? " or saved to fcc" : "");
|
|||
|
+ "<22>L<EFBFBD>o<EFBFBD><6F><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>D<EFBFBD>I<EFBFBD>S<EFBFBD><53><EFBFBD>F<EFBFBD><46><EFBFBD>Q<EFBFBD>e<EFBFBD>X%s<>C",
|
|||
|
+ fcc ? "<22>Φs<CEA6><73> fcc" : "");
|
|||
|
continue;
|
|||
|
}
|
|||
|
|
|||
|
@@ -3948,23 +3948,23 @@
|
|||
|
char *buf;
|
|||
|
int *goodorbad;
|
|||
|
{
|
|||
|
- sprintf(buf, "Message %s%s%s%s%s%s%s.",
|
|||
|
+ sprintf(buf, "<22>H<EFBFBD><48> %s%s%s%s%s%s%s.",
|
|||
|
(result & P_NEWS_WIN)
|
|||
|
- ? "posted"
|
|||
|
+ ? "<22>w<EFBFBD>Z<EFBFBD>n"
|
|||
|
: (result & P_NEWS_LOSE)
|
|||
|
- ? "NOT posted" : "",
|
|||
|
+ ? "<22><><EFBFBD>Q<EFBFBD>Z<EFBFBD>n" : "",
|
|||
|
((result & P_NEWS_BITS) && (result & P_MAIL_BITS)
|
|||
|
&& (result & P_FCC_BITS))
|
|||
|
? ", "
|
|||
|
: ((result & P_NEWS_BITS) && (result & P_MAIL_BITS))
|
|||
|
- ? " and " : "",
|
|||
|
+ ? " <20><> " : "",
|
|||
|
(result & P_MAIL_WIN)
|
|||
|
- ? "sent"
|
|||
|
+ ? "<22>w<EFBFBD>H<EFBFBD>X"
|
|||
|
: (result & P_MAIL_LOSE)
|
|||
|
- ? "NOT SENT" : "",
|
|||
|
+ ? "<22><><EFBFBD>H<EFBFBD>X" : "",
|
|||
|
((result & (P_MAIL_BITS | P_NEWS_BITS)) && (result & P_FCC_BITS))
|
|||
|
- ? " and copied to "
|
|||
|
- : (result & P_FCC_WIN) ? "ONLY copied to " : "",
|
|||
|
+ ? " <20>óQ<C3B3>ƻs<C6BB><73> "
|
|||
|
+ : (result & P_FCC_WIN) ? "<22>ȳQ<C8B3>ƻs<C6BB><73> " : "",
|
|||
|
(result & P_FCC_WIN) ? "\"" : "",
|
|||
|
(result & P_FCC_WIN) ? fcc_name : "",
|
|||
|
(result & P_FCC_WIN) ? "\"" : "");
|
|||
|
@@ -4291,12 +4291,12 @@
|
|||
|
opts[i].ch = 'y';
|
|||
|
opts[i].rval = 'y';
|
|||
|
opts[i].name = "Y";
|
|||
|
- opts[i++].label = "Yes";
|
|||
|
+ opts[i++].label = "<22>O";
|
|||
|
|
|||
|
opts[i].ch = 'n';
|
|||
|
opts[i].rval = 'n';
|
|||
|
opts[i].name = "N";
|
|||
|
- opts[i++].label = "No";
|
|||
|
+ opts[i++].label = "<22>_";
|
|||
|
|
|||
|
if(filters){
|
|||
|
/* set global_filter_pointer to desired filter or NULL if none */
|
|||
|
@@ -4304,12 +4304,12 @@
|
|||
|
opts[i].ch = ctrl('P');
|
|||
|
opts[i].rval = 10;
|
|||
|
opts[i].name = "^P";
|
|||
|
- opts[i++].label = "Prev Filter";
|
|||
|
+ opts[i++].label = "<22>e<EFBFBD>@<40>ӹL<D3B9>o<EFBFBD><6F>";
|
|||
|
|
|||
|
opts[i].ch = ctrl('N');
|
|||
|
opts[i].rval = 11;
|
|||
|
opts[i].name = "^N";
|
|||
|
- opts[i++].label = "Next Filter";
|
|||
|
+ opts[i++].label = "<22>U<EFBFBD>@<40>ӹL<D3B9>o<EFBFBD><6F>";
|
|||
|
|
|||
|
if(F_ON(F_FIRST_SEND_FILTER_DFLT, ps_global))
|
|||
|
filters = filters->next;
|
|||
|
@@ -4379,23 +4379,23 @@
|
|||
|
p = NULL;
|
|||
|
|
|||
|
dsn_show = (dsn_requested & DSN_SHOW);
|
|||
|
- sprintf(tmp_20k_buf, "Send message%s%s%s%s%s%s%s%s%s%s%s%s? ",
|
|||
|
+ sprintf(tmp_20k_buf, "<22>e<EFBFBD>X<EFBFBD>H<EFBFBD><48>%s%s%s%s%s%s%s%s%s%s%s%s? ",
|
|||
|
(filters || verbose_requested || background_requested
|
|||
|
|| dsn_show)
|
|||
|
? " (" : "",
|
|||
|
- (filters && filters->filter) ? "filtered thru \"" : "",
|
|||
|
+ (filters && filters->filter) ? "<22>g<EFBFBD>ѹL<D1B9>o<EFBFBD><6F> \"" : "",
|
|||
|
(filters)
|
|||
|
? (filters->filter
|
|||
|
? filters->filter
|
|||
|
- : "unfiltered")
|
|||
|
+ : "<22><><EFBFBD>g<EFBFBD>L<EFBFBD>o")
|
|||
|
: "",
|
|||
|
(filters && filters->filter) ? "\"" : "",
|
|||
|
(filters && (verbose_requested || background_requested))
|
|||
|
? " " : "",
|
|||
|
(verbose_requested || background_requested)
|
|||
|
? "in " : "",
|
|||
|
- (verbose_requested) ? "verbose " : "",
|
|||
|
- (background_requested) ? "background " : "",
|
|||
|
+ (verbose_requested) ? "<22><><EFBFBD>ܲӸ` " : "",
|
|||
|
+ (background_requested) ? "<22>I<EFBFBD><49><EFBFBD>e<EFBFBD>X " : "",
|
|||
|
(verbose_requested || background_requested)
|
|||
|
? "mode" : "",
|
|||
|
(dsn_show
|
|||
|
@@ -4410,11 +4410,11 @@
|
|||
|
*p = ' ';
|
|||
|
|
|||
|
if(verbose_label)
|
|||
|
- opts[verbose_label].label = verbose_requested ? "Normal" : "Verbose";
|
|||
|
+ opts[verbose_label].label = verbose_requested ? "<22>q<EFBFBD>`" : "<22><><EFBFBD>ܲӸ`";
|
|||
|
|
|||
|
if(bg_label)
|
|||
|
opts[bg_label].label = background_requested
|
|||
|
- ? "Foreground" : "Background";
|
|||
|
+ ? "<22>e<EFBFBD><65>" : "<22>I<EFBFBD><49>";
|
|||
|
|
|||
|
if(F_ON(F_DSN, ps_global)){
|
|||
|
if(dsn_requested & DSN_SHOW){
|
|||
|
@@ -4438,11 +4438,11 @@
|
|||
|
break;
|
|||
|
}
|
|||
|
else if(rv == 'n'){ /* Declined! */
|
|||
|
- rstr = "No Message Sent";
|
|||
|
+ rstr = "<22>S<EFBFBD><53><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>H<EFBFBD><48><EFBFBD>Q<EFBFBD>e<EFBFBD>X";
|
|||
|
break;
|
|||
|
}
|
|||
|
else if(rv == 'z'){ /* Cancelled! */
|
|||
|
- rstr = "Send Cancelled";
|
|||
|
+ rstr = "<22><><EFBFBD><EFBFBD><EFBFBD>e<EFBFBD><65>";
|
|||
|
break;
|
|||
|
}
|
|||
|
else if(rv == 10) /* PREVIOUS filter */
|
|||
|
@@ -4624,7 +4624,7 @@
|
|||
|
if(body->type != TYPEOTHER){
|
|||
|
rv = 1;
|
|||
|
q_status_message3(SM_ORDER, 0, 3,
|
|||
|
- "File %s attached as type %s/%s", file,
|
|||
|
+ "<22>ɮ<EFBFBD> %s <20><><EFBFBD>[<5B><> %s/%s", file,
|
|||
|
body_types[body->type],
|
|||
|
body->subtype ? body->subtype : rfc822_default_subtype(body->type));
|
|||
|
}
|
|||
|
@@ -4673,7 +4673,7 @@
|
|||
|
(void) close_system_pipe(&syspipe);
|
|||
|
if((l = name_file_size(fname)) < 0L){
|
|||
|
q_status_message2(SM_ORDER | SM_DING, 3, 4,
|
|||
|
- "Error determining size of %s: %s", fname,
|
|||
|
+ "<22>M<EFBFBD>w<EFBFBD>ɮ<EFBFBD> %s <20>j<EFBFBD>p<EFBFBD>ɵo<C9B5>Ϳ<EFBFBD><CDBF>~<7E>G%s", fname,
|
|||
|
fnp = error_description(errno));
|
|||
|
dprint(1, (debugfile,
|
|||
|
"!!! Upload cmd \"%s\" failed for \"%s\": %s\n",
|
|||
|
@@ -4685,7 +4685,7 @@
|
|||
|
return(l >= 0);
|
|||
|
}
|
|||
|
else
|
|||
|
- q_status_message(SM_ORDER | SM_DING, 3, 4, "Error opening pipe");
|
|||
|
+ q_status_message(SM_ORDER | SM_DING, 3, 4, "<22>}<7D>Һu<DEBD>ɵo<C9B5>Ϳ<EFBFBD><CDBF>~");
|
|||
|
|
|||
|
return(0);
|
|||
|
}
|
|||
|
@@ -4738,7 +4738,7 @@
|
|||
|
else if(reply->flags == REPLY_MSGNO)
|
|||
|
return;
|
|||
|
|
|||
|
- we_cancel = busy_alarm(1, "Updating \"Answered\" Flags", NULL, 1);
|
|||
|
+ we_cancel = busy_alarm(1, "<22><><EFBFBD>b<EFBFBD><62><EFBFBD>s \"<22>w<EFBFBD>^<5E><>\" <20>X<EFBFBD><58>", NULL, 1);
|
|||
|
if(!stream){
|
|||
|
if(stream = mail_open(NULL, reply->mailbox, OP_SILENT)){
|
|||
|
ourstream++;
|
|||
|
@@ -4816,7 +4816,7 @@
|
|||
|
so_give(&tmpf_so);
|
|||
|
}
|
|||
|
else
|
|||
|
- errstr = "Can't create space for filter temporary file.";
|
|||
|
+ errstr = "<22>L<EFBFBD>k<EFBFBD>إ߹L<DFB9>o<EFBFBD><6F><EFBFBD><EFBFBD><EFBFBD>Ȧs<C8A6>ɡC";
|
|||
|
}
|
|||
|
|
|||
|
if(!errstr){
|
|||
|
@@ -4840,13 +4840,13 @@
|
|||
|
so_give(&tmpf_so);
|
|||
|
}
|
|||
|
else
|
|||
|
- errstr = "Can't open temp file filter wrote.";
|
|||
|
+ errstr = "<22>L<EFBFBD>k<EFBFBD>}<7D>ҹL<D2B9>o<EFBFBD><6F><EFBFBD><EFBFBD><EFBFBD>Ȧs<C8A6>ɡC";
|
|||
|
}
|
|||
|
else
|
|||
|
- errstr = "Filter command returned error.";
|
|||
|
+ errstr = "<22>L<EFBFBD>o<EFBFBD><6F><EFBFBD><EFBFBD><EFBFBD>O<EFBFBD>Ǧ^<5E><><EFBFBD>~<7E>ȡC";
|
|||
|
}
|
|||
|
else
|
|||
|
- errstr = "Can't exec filter text.";
|
|||
|
+ errstr = "<22>L<EFBFBD>k<EFBFBD><6B><EFBFBD><EFBFBD><EFBFBD>L<EFBFBD>o<EFBFBD><6F><EFBFBD>C";
|
|||
|
}
|
|||
|
else
|
|||
|
errstr = gf_filter(cmd, key ? filter_session_key() : NULL,
|
|||
|
@@ -4857,7 +4857,7 @@
|
|||
|
if(errstr){
|
|||
|
int ch;
|
|||
|
|
|||
|
- fprintf(stdout, "\r\n%s Hit return to continue.", errstr);
|
|||
|
+ fprintf(stdout, "\r\n%s <20><><EFBFBD>J return <20>~<7E><><EFBFBD>C", errstr);
|
|||
|
fflush(stdout);
|
|||
|
while((ch = read_char(300)) != ctrl('M')
|
|||
|
&& ch != NO_OP_IDLE)
|
|||
|
@@ -4950,7 +4950,7 @@
|
|||
|
if(tmp_so)
|
|||
|
so_give(&tmp_so);
|
|||
|
|
|||
|
- q_status_message1(SM_ORDER | SM_DING, 3, 6, "Problem filtering: %s",
|
|||
|
+ q_status_message1(SM_ORDER | SM_DING, 3, 6, "<22>L<EFBFBD>o<EFBFBD>L<EFBFBD>{<7B><><EFBFBD><EFBFBD><EFBFBD>D<EFBFBD>G%s",
|
|||
|
errstr);
|
|||
|
dprint(1, (debugfile, "Filter FAILED: %s\n", errstr));
|
|||
|
}
|
|||
|
@@ -5035,11 +5035,11 @@
|
|||
|
|
|||
|
loser = pine_simple_send(outgoing, &body, NULL, NULL, NULL, 0);
|
|||
|
|
|||
|
- q_status_message(SM_ORDER, 0, 3, "Thanks for being counted!");
|
|||
|
+ q_status_message(SM_ORDER, 0, 3, "<22>P<EFBFBD>±z<C2B1>@<40>N<EFBFBD>Q<EFBFBD>p<EFBFBD>⬰ Pine <20><><EFBFBD>ϥΪ̡I");
|
|||
|
}
|
|||
|
else
|
|||
|
q_status_message(SM_ORDER | SM_DING, 3, 4,
|
|||
|
- "Problem creating space for message text.");
|
|||
|
+ "<22>إ߰T<DFB0><54><EFBFBD><EFBFBD><EFBFBD>r<EFBFBD>Ŷ<EFBFBD><C5B6>ɵo<C9B5>Ϳ<EFBFBD><CDBF>~<7E>C");
|
|||
|
|
|||
|
mail_free_envelope(&outgoing);
|
|||
|
pine_free_body(&body);
|
|||
|
@@ -5123,7 +5123,7 @@
|
|||
|
|
|||
|
if(!pf){
|
|||
|
q_status_message(SM_ORDER,3,3,
|
|||
|
- "Can't send message. No recipients specified!");
|
|||
|
+ "<22>L<EFBFBD>k<EFBFBD>e<EFBFBD>H<EFBFBD>C<EFBFBD>|<7C><><EFBFBD><EFBFBD><EFBFBD>w<EFBFBD><77><EFBFBD>H<EFBFBD>H<EFBFBD>I");
|
|||
|
return(0);
|
|||
|
}
|
|||
|
|
|||
|
@@ -5132,7 +5132,7 @@
|
|||
|
gf_filter_init(); /* zero piped byte count, 'n */
|
|||
|
send_bytes_to_send = send_body_size(body); /* count body bytes */
|
|||
|
ps_global->c_client_error[0] = error_buf[0] = '\0';
|
|||
|
- we_cancel = busy_alarm(1, "Sending mail",
|
|||
|
+ we_cancel = busy_alarm(1, "<22><><EFBFBD>b<EFBFBD>H<EFBFBD>H",
|
|||
|
send_bytes_to_send ? sent_percent : NULL, 1);
|
|||
|
|
|||
|
/* try posting via local "<mta> <-t>" if specified */
|
|||
|
@@ -5317,7 +5317,7 @@
|
|||
|
struct headerentry *last_he = NULL;
|
|||
|
|
|||
|
sprintf(error_buf,
|
|||
|
- "Mail not sent. Sending error%s%.40s",
|
|||
|
+ "<22>H<EFBFBD>Q<F3A5BCB3>H<EFBFBD>X<EFBFBD>C<EFBFBD>H<EFBFBD><48><EFBFBD><EFBFBD><EFBFBD>~%s%.40s",
|
|||
|
(sending_stream && sending_stream->reply) ? ": ": ".",
|
|||
|
(sending_stream && sending_stream->reply)
|
|||
|
? sending_stream->reply : "");
|
|||
|
@@ -5390,7 +5390,7 @@
|
|||
|
TIME_STAMP("smtp done", 1);
|
|||
|
}
|
|||
|
else if(!error_mess)
|
|||
|
- sprintf(error_mess = error_buf, "Error sending: %.60s",
|
|||
|
+ sprintf(error_mess = error_buf, "<22>H<EFBFBD>H<EFBFBD>ɵo<C9B5>Ϳ<EFBFBD><CDBF>~<7E>G%.60s",
|
|||
|
ps_global->c_client_error);
|
|||
|
|
|||
|
if(verbose_file){
|
|||
|
@@ -5487,12 +5487,12 @@
|
|||
|
if(folder_index(fcc, *fcc_cntxt, FI_FOLDER) < 0){
|
|||
|
if(ps_global->context_list->next)
|
|||
|
sprintf(tmp_20k_buf,
|
|||
|
- "Folder \"%.20s\" in <%.30s> doesn't exist. Create",
|
|||
|
+ "<22>H<EFBFBD><48><EFBFBD>X \"%.20s\" <20>b <%.30s> <20>|<7C><><EFBFBD>s<EFBFBD>b<EFBFBD>C<EFBFBD>n<EFBFBD>s<EFBFBD><73>",
|
|||
|
strsquish(tmp_20k_buf + 500, fcc, 20),
|
|||
|
strsquish(tmp_20k_buf + 1000,(*fcc_cntxt)->nickname,30));
|
|||
|
else
|
|||
|
sprintf(tmp_20k_buf,
|
|||
|
- "Folder \"%s\" doesn't exist. Create",
|
|||
|
+ "<22>H<EFBFBD><48><EFBFBD>X \"%s\" <20>|<7C><><EFBFBD>s<EFBFBD>b<EFBFBD>C<EFBFBD>n<EFBFBD>s<EFBFBD><73>",
|
|||
|
strsquish(tmp_20k_buf + 500, fcc, 40));
|
|||
|
|
|||
|
if(force || want_to(tmp_20k_buf,'y','n',NO_HELP,WT_NORM) == 'y'){
|
|||
|
@@ -5529,7 +5529,7 @@
|
|||
|
ok++;
|
|||
|
}
|
|||
|
else{
|
|||
|
- sprintf(tmp_20k_buf,"Folder \"%s\" doesn't exist. Create",
|
|||
|
+ sprintf(tmp_20k_buf,"<22>H<EFBFBD><48><EFBFBD>X \"%s\" <20>|<7C><><EFBFBD>s<EFBFBD>b<EFBFBD>C<EFBFBD>n<EFBFBD>s<EFBFBD><73>",
|
|||
|
strsquish(tmp_20k_buf + 500, fcc, 40));
|
|||
|
if(force || want_to(tmp_20k_buf,'y','n',NO_HELP,WT_NORM) == 'y'){
|
|||
|
/*
|
|||
|
@@ -5563,8 +5563,8 @@
|
|||
|
|
|||
|
if(ok == 0){
|
|||
|
if(ps_global->mm_log_error){
|
|||
|
- s1 = err_prefix ? err_prefix : "Fcc Error: ";
|
|||
|
- s2 = err_suffix ? err_suffix : " Message NOT sent or copied.";
|
|||
|
+ s1 = err_prefix ? err_prefix : "Fcc <20><><EFBFBD>~<7E>G";
|
|||
|
+ s2 = err_suffix ? err_suffix : " <20>H<EFBFBD><48><EFBFBD>S<EFBFBD><53><EFBFBD>Q<EFBFBD>H<EFBFBD>X<EFBFBD>νƻs<C6BB>C";
|
|||
|
|
|||
|
l1 = strlen(s1);
|
|||
|
l2 = strlen(s2);
|
|||
|
@@ -5582,10 +5582,10 @@
|
|||
|
|
|||
|
}
|
|||
|
else
|
|||
|
- errstr = "Fcc creation error. Message NOT sent or copied.";
|
|||
|
+ errstr = "<22>إ<EFBFBD> Fcc <20>ɵo<C9B5>Ϳ<EFBFBD><CDBF>~<7E>C<EFBFBD>H<EFBFBD><48><EFBFBD>S<EFBFBD><53><EFBFBD>Q<EFBFBD>e<EFBFBD>X<EFBFBD>νƻs<C6BB>C";
|
|||
|
}
|
|||
|
else
|
|||
|
- errstr = "Fcc creation rejected. Message NOT sent or copied.";
|
|||
|
+ errstr = "Fcc <20><><EFBFBD>إ߾D<DFBE>ڵ<EFBFBD><DAB5>C<EFBFBD>H<EFBFBD><48><EFBFBD>S<EFBFBD><53><EFBFBD>Q<EFBFBD>e<EFBFBD>X<EFBFBD>νƻs<C6BB>C";
|
|||
|
|
|||
|
q_status_message(SM_ORDER | SM_DING, 3, 3, errstr);
|
|||
|
}
|
|||
|
@@ -5633,7 +5633,7 @@
|
|||
|
if(label && *label){
|
|||
|
char msg_buf[80];
|
|||
|
|
|||
|
- strncat(strcpy(msg_buf, "Writing "), label, 70);
|
|||
|
+ strncat(strcpy(msg_buf, "<22><><EFBFBD>b<EFBFBD>g<EFBFBD>J "), label, 70);
|
|||
|
we_cancel = busy_alarm(1, msg_buf, NULL, 1);
|
|||
|
}
|
|||
|
else
|
|||
|
@@ -5669,7 +5669,7 @@
|
|||
|
we_cancel = 0;
|
|||
|
|
|||
|
q_status_message1(SM_ORDER | SM_DING, 3, 5,
|
|||
|
- "Write to \"%s\" FAILED!!!", fcc);
|
|||
|
+ "<22>g<EFBFBD>J \"%s\" <20><><EFBFBD>ѡI<D1A1>I<EFBFBD>I", fcc);
|
|||
|
dprint(1, (debugfile, "ERROR appending %s in \"%s\"",
|
|||
|
fcc, cntxt ? cntxt->context : "NULL"));
|
|||
|
return(0);
|
|||
|
@@ -6145,7 +6145,7 @@
|
|||
|
if((file_contents = (void *)so_get(FileStar, pa->filename,
|
|||
|
READ_ACCESS)) == NULL){
|
|||
|
q_status_message2(SM_ORDER | SM_DING, 3, 4,
|
|||
|
- "Error \"%s\", couldn't attach file \"%s\"",
|
|||
|
+ "<22><><EFBFBD>~ \"%s\"<22>A<EFBFBD>L<EFBFBD>k<EFBFBD><6B><EFBFBD>[<5B>ɮ<EFBFBD> \"%s\"",
|
|||
|
error_description(errno), pa->filename);
|
|||
|
display_message('x');
|
|||
|
continue;
|
|||
|
@@ -6672,13 +6672,17 @@
|
|||
|
body->subtype = cpystr("octet-stream");
|
|||
|
}
|
|||
|
|
|||
|
- /*
|
|||
|
- * Apply maximal encoding regardless of previous
|
|||
|
- * setting. This segment's either not text, or is
|
|||
|
- * unlikely to be readable with > 30% of the
|
|||
|
- * text encoded anyway, so we might as well save space...
|
|||
|
- */
|
|||
|
- new_encoding = ENCBINARY; /* > 30% 8 bit chars */
|
|||
|
+ if(body->type == TYPETEXT)
|
|||
|
+ /* Use ENC8BIT rather than ENCBINARY for TEXT */
|
|||
|
+ new_encoding = ENC8BIT;
|
|||
|
+ else
|
|||
|
+ /*
|
|||
|
+ * Apply maximal encoding regardless of previous
|
|||
|
+ * setting. This segment's either not text, or is
|
|||
|
+ * unlikely to be readable with > 30% of the
|
|||
|
+ * text encoded anyway, so we might as well save space...
|
|||
|
+ */
|
|||
|
+ new_encoding = ENCBINARY; /* > 30% 8 bit chars */
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
@@ -6847,6 +6851,9 @@
|
|||
|
value = rfc1522_encode(tmp_20k_buf, (unsigned char *) text,
|
|||
|
ps_global->VAR_CHAR_SET);
|
|||
|
|
|||
|
+ if (!strcmp(field, "Subject"))
|
|||
|
+ value = text;
|
|||
|
+
|
|||
|
if(value && value == text){ /* no encoding was done, have to fold */
|
|||
|
int fold_by, len;
|
|||
|
char *actual_field;
|
|||
|
@@ -7180,7 +7187,7 @@
|
|||
|
break;
|
|||
|
|
|||
|
default:
|
|||
|
- q_status_message1(SM_ORDER,3,7,"Unknown header type: %s",pf->name);
|
|||
|
+ q_status_message1(SM_ORDER,3,7,"<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Y<EFBFBD>κA<CEBA>G%s",pf->name);
|
|||
|
break;
|
|||
|
}
|
|||
|
}
|
|||
|
@@ -7508,7 +7515,8 @@
|
|||
|
|
|||
|
switch (body->encoding) { /* all else needs filtering */
|
|||
|
case ENC8BIT: /* encode 8BIT into QUOTED-PRINTABLE */
|
|||
|
- gf_link_filter(gf_8bit_qp, NULL);
|
|||
|
+ if(F_OFF(F_ENABLE_8BIT, ps_global)) /* unless 8BIT enabled */
|
|||
|
+ gf_link_filter(gf_8bit_qp, NULL);
|
|||
|
break;
|
|||
|
|
|||
|
case ENCBINARY: /* encode binary into BASE64 */
|
|||
|
@@ -7522,7 +7530,7 @@
|
|||
|
|
|||
|
if(encode_error = gf_pipe(gc, l_putc)){ /* shove body part down pipe */
|
|||
|
q_status_message1(SM_ORDER | SM_DING, 3, 4,
|
|||
|
- "Encoding Error \"%s\"", encode_error);
|
|||
|
+ "<22>s<EFBFBD>X<EFBFBD>ɵo<C9B5>Ϳ<EFBFBD><CDBF>~ \"%s\"", encode_error);
|
|||
|
display_message('x');
|
|||
|
}
|
|||
|
|
|||
|
@@ -7575,7 +7583,7 @@
|
|||
|
sprintf (*dst += strlen (*dst),"Content-Transfer-Encoding: %s\015\012",
|
|||
|
body_encodings[(body->encoding == ENCBINARY)
|
|||
|
? ENCBASE64
|
|||
|
- : (body->encoding == ENC8BIT)
|
|||
|
+ : (body->encoding == ENC8BIT && F_OFF(F_ENABLE_8BIT, ps_global))
|
|||
|
? ENCQUOTEDPRINTABLE
|
|||
|
: (body->encoding <= ENCMAX)
|
|||
|
? body->encoding : ENCOTHER]);
|
|||
|
@@ -8137,7 +8145,7 @@
|
|||
|
|| (forbid = pine_header_forbidden(name))){
|
|||
|
if(forbid)
|
|||
|
q_status_message1(SM_ORDER, 3, 3,
|
|||
|
- "Not allowed to change header \"%s\"", name);
|
|||
|
+ "<22><><EFBFBD><EFBFBD><EFBFBD>\\<5C><><EFBFBD>ܼ<EFBFBD><DCBC>Y \"%s\"", name);
|
|||
|
|
|||
|
*t = save;
|
|||
|
continue;
|