head	1.8;
access;
symbols
	RELEASE_4_2_0:1.7
	RELEASE_4_1_1:1.7
	RELEASE_4_1_0:1.7
	RELEASE_3_5_0:1.7
	RELEASE_4_0_0:1.7
	RELEASE_3_4_0:1.6
	RELEASE_3_3_0:1.5
	RELEASE_3_2_0:1.5
	RELEASE_3_1_0:1.4
	RELEASE_2_2_8:1.4
	RELEASE_3_0_0:1.4;
locks; strict;
comment	@# @;


1.8
date	2000.11.17.19.06.53;	author keith;	state dead;
branches;
next	1.7;

1.7
date	99.12.27.00.58.52;	author steve;	state Exp;
branches;
next	1.6;

1.6
date	99.11.01.00.40.58;	author steve;	state Exp;
branches;
next	1.5;

1.5
date	99.03.15.01.45.42;	author steve;	state Exp;
branches;
next	1.4;

1.4
date	98.10.10.04.29.25;	author steve;	state Exp;
branches;
next	1.3;

1.3
date	98.08.24.01.24.44;	author steve;	state Exp;
branches;
next	1.2;

1.2
date	98.08.09.00.51.26;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	98.07.30.12.30.39;	author vanilla;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Upgrade from 4.21 to 4.30.

Especially thanks to the maintainer, Tai-hwa Liang (avatar), for
ending those long lasting evil +400k files/patch-*. :-)

According to kkenn, pine4's security will exist until it's totally
rewritten, so I'll leave pkg-install untouched, which shows the
security warning.
PR:		ports/22436
@
text
@--- pine/send.c.orig	Sat Nov 13 09:41:01 1999
+++ pine/send.c	Fri Nov 19 16:18:24 1999
@@@@ -221,17 +221,17 @@@@
  * Various useful strings
  */
 #define	INTRPT_PMT \
-	    "Continue INTERRUPTED composition (answering \"n\" won't erase it)"
+	    "~sW_峹ܡ]^ \"_\" N|R^"
 #define	PSTPND_PMT \
-	    "Continue postponed composition (answering \"No\" won't erase it)"
+	    "~sDȽw峹ܡ]^ \"_\" N|R^"
 #define	FORM_PMT \
-	    "Start composition from Form Letter Folder"
+	    "}lۨӷHXs"
 #define	PSTPN_FORM_PMT	\
-	    "Save to Postponed or Form letter folder? "
+	    "nsܡuȽwvΡuӷvHXH"
 #define	POST_PMT   \
-	    "Posted message may go to thousands of readers. Really post"
+	    "og峹iQƥHdpŪ̾\\ŪATwnZn"
 #define	INTR_DEL_PMT \
-	    "Deleted messages will be removed from folder after use.  Proceed"
+	    "RH Pine ϥΫNQXɮקXCTwR"
 
 #if	defined(DOS) || defined(OS2)
 #define	POST_PERM_GRIPE	\
@@@@ -276,7 +276,7 @@@@
 #define	REDRAFT_PPND	0x01
 #define	REDRAFT_DEL	0x02
 
-#define COMPOSE_MAIL_TITLE "COMPOSE MESSAGE"
+#define COMPOSE_MAIL_TITLE "sH"
 
 /*
  * Phone home hash controls
@@@@ -344,7 +344,7 @@@@
 
     /* Setup role */
     if(role_select_screen(pine_state, &role, 1) < 0){
-	cmd_cancelled("Composition");
+	cmd_cancelled("s峹");
 	pine_state->next_screen = prev_screen;
 	pine_state->redrawer = redraw;
 	return;
@@@@ -443,14 +443,14 @@@@
 		    mail_close(stream);
 		    if(ret == 'x'){
 			q_status_message(SM_ORDER, 0, 3,
-					 "Composition cancelled");
+					 "s");
 			return;
 		    }
 		}
 	    }
 	    else{
 		q_status_message1(SM_ORDER | SM_DING, 3, 3,
-				  "Can't open Interrupted mailbox: %s",
+				  "Lk}Q_HcG%s",
 				  file_path);
 		if(stream)
 		  mail_close(stream);
@@@@ -532,14 +532,14 @@@@
 
 		    if(ret == 'x'){
 			q_status_message(SM_ORDER, 0, 3,
-					 "Composition cancelled");
+					 "s");
 			done++;
 		    }
 		}
 	    }
 	    else{
 		q_status_message1(SM_ORDER | SM_DING, 3, 3,
-				  "Can't open Postponed mailbox: %s", mbox);
+				  "Lk}DȽwHcG%s", mbox);
 		if(stream)
 		  mail_close(stream);
 	    }
@@@@ -627,7 +627,7 @@@@
 
 			if(ret == 'x'){
 			    q_status_message(SM_ORDER, 0, 3,
-					     "Composition cancelled");
+					     "s");
 			    done++;
 			}
 		    }
@@@@ -637,7 +637,7 @@@@
 	    }
 	    else{
 		q_status_message1(SM_ORDER | SM_DING, 3, 3,
-				  "Can't open form letter folder: %s", mbox);
+				  "Lk}ҨӷHXG %s", mbox);
 		if(stream)
 		  mail_close(stream);
 	    }
@@@@ -685,14 +685,14 @@@@
 		  role = combine_inherited_role(role);
 		else{				/* cancel reply */
 		    role = NULL;
-		    cmd_cancelled("Composition");
+		    cmd_cancelled("s峹");
 		    return;
 		}
 	    }
 	}
 
 	if(role)
-	  q_status_message1(SM_ORDER, 3, 4, "Composing using role \"%s\"",
+	  q_status_message1(SM_ORDER, 3, 4, "H \"%s\" s",
 			    role->nick);
 
 	/*
@@@@ -842,8 +842,8 @@@@
      */
     if(!stream->nmsgs){
 	q_status_message1(SM_ORDER | SM_DING, 3, 5,
-			  "Empty folder!  No messages really %s!",
-			  (REDRAFT_PPND&flags) ? "postponed" : "interrupted");
+			  "ŪHXCSHuQ%sI",
+			  (REDRAFT_PPND&flags) ? "Ƚw" : "_");
 	return(redraft_cleanup(stream, FALSE, flags));
     }
     else if(stream == ps_global->mail_stream){
@@@@ -869,10 +869,10 @@@@
 	    if(count_flagged(stream, F_DEL)
 	       && want_to(INTR_DEL_PMT, 'n', 0, NO_HELP, WT_NORM) == 'n'){
 		q_status_message1(SM_ORDER, 3, 3,
-				  "Undelete %s, and then continue message",
+				  "%s_RA~ӫH",
 				  (REDRAFT_PPND&flags)
-				    ? "messages to remain postponed"
-				    : "form letters you want to keep");
+				    ? "~ȽwH"
+				    : "zQOdH");
 		continue;
 	    }
 
@@@@ -883,7 +883,7 @@@@
 	mn_give(&msgmap);
 
 	if(rv){
-	    q_status_message(SM_ORDER, 0, 3, "Composition cancelled");
+	    q_status_message(SM_ORDER, 0, 3, "s");
 	    (void) redraft_cleanup(stream, FALSE, flags);
 	    return(0);				/* special case */
 	}
@@@@ -1205,7 +1205,7 @@@@
 	  if(b->type == TYPEMULTIPART){
 	      if(strucmp(b->subtype, "mixed")){
 		  q_status_message1(SM_INFO, 3, 4, 
-				 "Converting Multipart/%s to Multipart/Mixed", 
+				 "ഫ Multipart/%s  Multipart/Mixed", 
 				 b->subtype);
 		  fs_give((void **)&b->subtype);
 		  b->subtype = cpystr("mixed");
@@@@ -1213,7 +1213,7 @@@@
 	  }
 	  else{
 	      q_status_message2(SM_ORDER | SM_DING, 3, 4, 
-				"Unable to resume type %s/%s message",
+				"Lk~κA %s/%s H",
 				body_types[b->type], b->subtype);
 	      return(redraft_cleanup(stream, TRUE, flags));
 	  }
@@@@ -1227,7 +1227,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",
+				  "Lk~FĤ@@D¤rG%s/%s",
 				  body_types[part->body.type], 
 				  part->body.subtype);
 		return(redraft_cleanup(stream, TRUE, flags));
@@@@ -1286,9 +1286,9 @@@@
 
 	    if(stream == ps_global->mail_stream){
 		q_status_message2(SM_ORDER, 3, 7,
-			     "No more %s, returning to \"%s\"",
-			     (REDRAFT_PPND&flags) ? "postponed messages"
-						  : "form letters",
+			     "S%sFA^ \"%s\"",
+			     (REDRAFT_PPND&flags) ? "DȽwH"
+						  : " form letter ",
 			     ps_global->inbox_name);
 		do_broach_folder(ps_global->inbox_name,
 				 ps_global->context_list);
@@@@ -1309,7 +1309,7 @@@@
 
 	    if(!mail_delete(stream, mbox))
 	      q_status_message1(SM_ORDER|SM_DING, 3, 3,
-				"Can't delete %s", mbox);
+				"LkRG%s", mbox);
 
 	    fs_give((void **) &mbox);
 	    stream  = NULL;
@@@@ -1331,7 +1331,7 @@@@
 {
     if(background_posting(FALSE)){
 	q_status_message1(SM_ORDER, 0, 3,
-			  "%s folder unavailable while background posting",
+			  "%s HXbIZnɵLkϥ",
 			  type);
 	return(failure);
     }
@@@@ -1554,7 +1554,7 @@@@
 
 	if(rc == 1 || (rc == 0 && !answer)) {
 	    q_status_message(SM_ORDER, 3, 4,
-		   "Send cancelled (User-id must be provided before sending)");
+		   "H(HeѨϥΪ̥N)");
 	    return(0);
 	}
 
@@@@ -1643,7 +1643,7 @@@@
 
 	if(rc == 1 || (rc == 0 && !answer)) {
 	    q_status_message(SM_ORDER, 3, 4,
-	  "Send cancelled (Host/domain name must be provided before sending)");
+	  "H(He D/ W)");
 	    return(0);
 	}
 
@@@@ -1699,7 +1699,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)");
+	       "H(He SMTP A)");
             return(0);
         }
 
@@@@ -1726,31 +1726,31 @@@@
 */
 static struct headerentry he_template[]={
   {"From    : ",  "From",        h_composer_from,       10, 0, NULL,
-   build_address, NULL, NULL, addr_book_compose,    "To AddrBk", NULL,
+   build_address, NULL, NULL, addr_book_compose,    "a}ï", NULL,
    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", NULL,
+   build_address, NULL, NULL, addr_book_compose,    "a}ï", NULL,
    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", NULL,
+   build_address, NULL, NULL, addr_book_compose,    "a}ï", NULL,
    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", NULL,
+   build_address, NULL, NULL, addr_book_compose,    "a}ï", NULL,
    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", NULL,
+   build_address, NULL, NULL, addr_book_compose,    "a}ï", NULL,
    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", NULL,
+   news_build,    NULL, NULL, news_group_selector,  "sDոsC", NULL,
    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, NULL, folders_for_fcc,      "ƧXC", NULL,
    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", NULL,
+   build_addr_lcc, NULL, NULL, addr_book_compose_lcc,"a}ï", NULL,
    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, NULL,                 "ɮצC", NULL,
    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, NULL,
@@@@ -1785,7 +1785,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", NULL,
+   build_address, NULL, NULL, addr_book_compose,    "a}ï", NULL,
    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,
@@@@ -2068,7 +2068,7 @@@@
 
           default:
             q_status_message1(SM_ORDER,3,3,
-		"Unknown header type %d in pine_simple_send", (void *)pf->type);
+		"b pine_simple_send X{YκA %d", (void *)pf->type);
             break;
         }
     }
@@@@ -2078,7 +2078,7 @@@@
     ekey[0].ch    = ctrl('T');
     ekey[0].rval  = 2;
     ekey[0].name  = "^T";
-    ekey[0].label = "To AddrBk";
+    ekey[0].label = "a}ï";
     ekey[1].ch    = -1;
 
     /*----------------------------------------------------------------------
@@@@ -2189,12 +2189,12 @@@@
 			opts[i].ch      = 'y';
 			opts[i].rval    = 'y';
 			opts[i].name    = "Y";
-			opts[i++].label = "Yes";
+			opts[i++].label = "O";
 
 			opts[i].ch      = 'n';
 			opts[i].rval    = 'n';
 			opts[i].name    = "N";
-			opts[i++].label = "No";
+			opts[i++].label = "_";
 
 			verbose_requested = 0;
 			if(F_ON(F_VERBOSE_POST, ps_global)){
@@@@ -2241,7 +2241,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 : "eH ",
 				    (verbose_requested || dsn_show)
 				      ? "(" : "",
 				    (verbose_requested)
@@@@ -2379,7 +2379,7 @@@@
 			if(!(outgoing->to || outgoing->cc || outgoing->bcc
 			     || lmc.so)){
 			    q_status_message(SM_ORDER, 3, 5,
-				"No recipients specified!");
+				"|wHI");
 			    continue;
 			}
 
@@@@ -2404,7 +2404,7 @@@@
 			    }
 			    else if(result == 0){
 				q_status_message(SM_ORDER,3,5,
-				    "Fcc Failed!.  No message saved.");
+				    "Fcc ѡIsJHC");
 				retval = -1;
 				dprint(1,
 				  (debugfile, "explicit fcc write failed!\n"));
@@@@ -2422,7 +2422,7 @@@@
 			}
 		    }
 		    else{
-			q_status_message(SM_ORDER, 0, 3, "Send cancelled");
+			q_status_message(SM_ORDER, 0, 3, "H");
 			retval = -1;
 		    }
 		}
@@@@ -2450,7 +2450,7 @@@@
 	    break;
 
 	  case 1:
-	    q_status_message(SM_ORDER, 0, 3, "Send cancelled");
+	    q_status_message(SM_ORDER, 0, 3, "H");
 	    done++;
 	    retval = -1;
 	    break;
@@@@ -2714,7 +2714,7 @@@@
 		break;
 
 	      case 'x': /* ^C */
-		q_status_message(SM_ORDER, 0, 3, "Message cancelled");
+		q_status_message(SM_ORDER, 0, 3, "H");
 		dprint(4, (debugfile, "=== send: cancelled\n"));
 		pbuf = save_previous_pbuf;
 		return;
@@@@ -3143,7 +3143,7 @@@@
 
 	  default:
 	    q_status_message1(SM_ORDER,3,7,
-			      "Unknown header type %d in pine_send",
+			      "b pine_send X{YκA %d",
 			      (void *)pf->type);
 	    break;
 	}
@@@@ -3170,7 +3170,7 @@@@
 	        !(role && role->from))){
 		if(pf->canedit || !he->rich_header)
 		  q_status_message(SM_ORDER, 3, 3,
-			"Not allowed to change header \"From\"");
+			"\\ܼY \"From\"");
 
 		memset(he, 0, (size_t)sizeof(*he));
 		pf->he = NULL;
@@@@ -3529,7 +3529,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, "H");
 		break;
 	    }
 
@@@@ -3553,7 +3553,7 @@@@
 	       && (check_addresses(&header) == CA_BAD)){
 		/*--- Addresses didn't check out---*/
 		q_status_message(SM_ORDER, 7, 7,
-	      "Not allowed to postpone message until addresses are qualified");
+	      "a}X椧e\\ȽwH");
 		continue;
             }
 
@@@@ -3612,7 +3612,7 @@@@
 		    if(!so_puts(lmc.so, tmp_20k_buf)){
 		      if(editor_result & COMP_CANCEL)
 			q_status_message2(SM_ORDER | SM_DING, 3, 3,
-					  "Can't write \"%s\": %s",
+					  "LkgJ \"%s\": %s",
 					  folder, error_description(errno));
 		      else
 			dprint(1, (debugfile, "* * * CAN'T WRITE %s: %s\n",
@@@@ -3625,7 +3625,7 @@@@
 		if(!ps_global->VAR_POSTPONED_FOLDER
 		   || !ps_global->VAR_POSTPONED_FOLDER[0]){
 		    q_status_message(SM_ORDER | SM_DING, 3, 3,
-				     "No postponed file defined");
+				     "SwwqȽw");
 		    continue;
 		}
 
@@@@ -3655,7 +3655,7 @@@@
 		}
 		else{
 		    strcpy(folder, ps_global->VAR_POSTPONED_FOLDER);
-		    strcpy(label, "postponed message");
+		    strcpy(label, "ȽwH");
 		}
 
 		lmc.so = open_fcc(folder,&fcc_cntxt, 1, NULL, NULL);
@@@@ -3797,10 +3797,10 @@@@
 		   && ps_global->VAR_FORM_FOLDER[0]
 		   && !strcmp(folder, ps_global->VAR_FORM_FOLDER))
 		  q_status_message(SM_ORDER, 0, 3,
-	   "Composition saved to Form Letter Folder. Select Compose to send.");
+	   "峹wQsܨӷHXCܡusveXC");
 		else
 		  q_status_message(SM_ORDER, 0, 3,
-			 "Composition postponed. Select Compose to resume.");
+			 "峹wȽwHXCܡusv~sסC");
 
                 break; /* postpone went OK, get out of here */
 	    }
@@@@ -3810,15 +3810,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, "H%s%s%s",
+				  (lc && *lc) ? " ýƻs \"" : "",
 				  (lc && *lc) ? lc : "",
 				  (lc && *lc) ? "\" file" : "");
 		break;
             }
 	    else{
 		q_status_message(SM_ORDER, 0, 4,
-		    "Continuing composition.  Message not postponed or sent");
+		    "~sCH󥼳QȽwΰeX");
 		body_start = 1;
 		continue; /* postpone failed, jump back in to composer */
             }
@@@@ -3834,7 +3834,7 @@@@
             /* --- If posting, confirm with user ----*/
 	    if(outgoing->newsgroups && *outgoing->newsgroups
 	       && want_to(POST_PMT, 'n', 'n', NO_HELP, WT_NORM) == 'n'){
-		q_status_message(SM_ORDER, 0, 3, "Message not posted");
+		q_status_message(SM_ORDER, 0, 3, "峹QZn");
 		dprint(4, (debugfile, "no post, continuing\n"));
 		continue;
 	    }
@@@@ -3843,13 +3843,13 @@@@
 		 || outgoing->newsgroups)){
 		if(fcc && fcc[0]){
 		    if(F_OFF(F_AUTO_FCC_ONLY, ps_global) &&
-		       want_to("No recipients, really copy only to Fcc ",
+		       want_to("|w̡AuȽƻs Fcc ",
 			       'n', 'n', h_send_fcc_only, WT_NORM) != 'y')
 		      continue;
 		}
 		else{
 		    q_status_message(SM_ORDER, 3, 4,
-				     "No recipients specified!");
+				     "|w̡I");
 		    dprint(4, (debugfile, "no recip, continuing\n"));
 		    continue;
 		}
@@@@ -3893,8 +3893,8 @@@@
 	       && !filter_message_text(sending_filter_requested, outgoing,
 				       *body, &orig_so, &header)){
 		q_status_message1(SM_ORDER, 3, 3,
-				 "Problem filtering!  Nothing sent%s.",
-				 fcc ? " or saved to fcc" : "");
+				 "LoDISFQeX%sC",
+				 fcc ? "Φs fcc" : "");
 		continue;
 	    }
 
@@@@ -3985,7 +3985,7 @@@@
 			}
 			else if(!(result & (P_MAIL_BITS | P_NEWS_BITS))){
 			    q_status_message(SM_ORDER, 3, 5,
-					    "Fcc Failed!.  No message saved.");
+					    "Fcc ѡIsJHC");
 			    dprint(1, (debugfile,
 				       "explicit fcc write failed!\n"));
 			    result |= P_FCC_LOSE;
@@@@ -4052,7 +4052,7 @@@@
 		}
 		else if(!(result & (P_MAIL_BITS | P_NEWS_BITS))){
 		    q_status_message(SM_ORDER,3,5,
-			"Fcc Failed!.  No message saved.");
+			"Fcc ѡIsJHC");
 		    dprint(1, (debugfile, "explicit fcc write failed!\n"));
 		    result |= P_FCC_LOSE;
 		}
@@@@ -4140,8 +4140,8 @@@@
 postpone_prompt()
 {
     int    ret = 1;
-    static ESCKEY_S pstpn_form_opt[] = { {'p', 'p', "P", "Postponed Folder"},
-					 {'f', 'f', "F", "Form Letter Folder"},
+    static ESCKEY_S pstpn_form_opt[] = { {'p', 'p', "P", "ȽwɮקX"},
+					 {'f', 'f', "F", "ӷHX"},
 					 {-1, 0, NULL, NULL} };
 
     return(radio_buttons(PSTPN_FORM_PMT, -FOOTER_ROWS(ps_global),
@@@@ -4296,23 +4296,23 @@@@
     char *buf;
     int  *goodorbad;
 {
-    sprintf(buf, "Message %s%s%s%s%s%s%s.",
+    sprintf(buf, "H %s%s%s%s%s%s%s.",
 	    (result & P_NEWS_WIN)
-	       ? "posted" 
+	       ? "wZn" 
 	       : (result & P_NEWS_LOSE)
-	            ? "NOT posted" : "",
+	            ? "QZn" : "",
 	    ((result & P_NEWS_BITS) && (result & P_MAIL_BITS)
 	     && (result & P_FCC_BITS))
 	      ? ", "
 	      : ((result & P_NEWS_BITS) && (result & P_MAIL_BITS))
-	          ? " and " : "",
+	          ? "  " : "",
 	    (result & P_MAIL_WIN)
-	      ? "sent"
+	      ? "wHX"
 	      : (result & P_MAIL_LOSE)
-	          ? "NOT SENT" : "",
+	          ? "HX" : "",
 	    ((result & (P_MAIL_BITS | P_NEWS_BITS)) && (result & P_FCC_BITS))
-	      ? " and copied to " 
-	      : (result & P_FCC_WIN) ? "ONLY copied to " : "",
+	      ? " óQƻs " 
+	      : (result & P_FCC_WIN) ? "ȳQƻs " : "",
 	    (result & P_FCC_WIN) ? "\"" : "",
 	    (result & P_FCC_WIN) ? fcc_name  : "",
 	    (result & P_FCC_WIN) ? "\"" : "");
@@@@ -4351,7 +4351,7 @@@@
 			   || (F_ON(F_COMPOSE_REJECTS_UNQUAL, ps_global)
 			       && a->host[0] == '@@'))){
 		q_status_message2(SM_ORDER, 4, 7,
-				  "Can't send to address %s: %s",
+				  "LkH %sG%s",
 				  a->mailbox,
 				  (a->host[0] == '.')
 				    ? a->host
@@@@ -4361,7 +4361,7 @@@@
 	    else if(ps_global->restricted
 		    && !address_is_us(*pf->addr, ps_global)){
 		q_status_message(SM_ORDER, 3, 3,
-	"Restricted demo version of Pine. You may only send mail to yourself");
+	"oO Pine iܪCȯHHۤv");
 		return(CA_BAD);
 	    }
 	    else if(a->mailbox && strucmp(a->mailbox, "mailer-daemon") == 0
@@@@ -4558,7 +4558,7 @@@@
     if(!(n > 0L && n <= mn_get_total(ps_global->msgmap)
        && (e = mail_fetchstructure(ps_global->mail_stream,
 				   mn_m2raw(ps_global->msgmap, n), &b)))){
-	q_status_message(SM_ORDER|SM_DING,3,3,"Error inserting Message");
+	q_status_message(SM_ORDER|SM_DING,3,3,"JHɵoͿ~");
 	flush_status_messages(0);
 	return(0L);
     }
@@@@ -4573,7 +4573,7 @@@@
     /* actually write message text */
     if(!format_message(mn_m2raw(ps_global->msgmap, n), e, b,
 		       FM_NEW_MESS | FM_DISPLAY | FM_NOCOLOR, f)){
-	q_status_message(SM_ORDER|SM_DING,3,3,"Error inserting Message");
+	q_status_message(SM_ORDER|SM_DING,3,3,"JHɵoͿ~");
 	flush_status_messages(0);
 	rv = 0L;
     }
@@@@ -4667,12 +4667,12 @@@@
     opts[i].ch      = 'y';
     opts[i].rval    = 'y';
     opts[i].name    = "Y";
-    opts[i++].label = "Yes";
+    opts[i++].label = "O";
 
     opts[i].ch      = 'n';
     opts[i].rval    = 'n';
     opts[i].name    = "N";
-    opts[i++].label = "No";
+    opts[i++].label = "_";
 
     if(filters){
 	/* set global_filter_pointer to desired filter or NULL if none */
@@@@ -4680,12 +4680,12 @@@@
 	opts[i].ch      = ctrl('P');
 	opts[i].rval    = 10;
 	opts[i].name    = "^P";
-	opts[i++].label = "Prev Filter";
+	opts[i++].label = "e@@ӹLo";
 
 	opts[i].ch      = ctrl('N');
 	opts[i].rval    = 11;
 	opts[i].name    = "^N";
-	opts[i++].label = "Next Filter";
+	opts[i++].label = "U@@ӹLo";
 
 	if(F_ON(F_FIRST_SEND_FILTER_DFLT, ps_global))
 	  filters = filters->next;
@@@@ -4769,11 +4769,11 @@@@
 
 	lparen = 0;
 	dsn_show = (dsn_requested & DSN_SHOW);
-	strcpy(tmp_20k_buf, "Send message");
-	optp = &tmp_20k_buf[12];
+	strcpy(tmp_20k_buf, "eXH");
+	optp = &tmp_20k_buf[8];
 
 	if(F_ON(F_NO_FCC_ATTACH, ps_global) && !lmc.text_only)
-	  sstrcpy(&optp, " and Fcc Atmts");
+	  sstrcpy(&optp, " P Fcc H");
 
 	if(filters){
 	    if(!lparen){
@@@@ -4785,12 +4785,12 @@@@
 	      *optp++ = ' ';
 
 	    if(filters->filter){
-		sstrcpy(&optp, "filtered thru \"");
+		sstrcpy(&optp, "gѹLo \"");
 		sstrcpy(&optp, filters->filter);
 		*optp++ = '\"';
 	    }
 	    else
-	      sstrcpy(&optp, "unfiltered");
+	      sstrcpy(&optp, "gLo");
 	}
 
 	if(verbose_requested || background_requested){
@@@@ -4804,10 +4804,10 @@@@
 
 	    sstrcpy(&optp, "in ");
 	    if(verbose_requested)
-	      sstrcpy(&optp, "verbose ");
+	      sstrcpy(&optp, "ܲӸ` ");
 
 	    if(background_requested)
-	      sstrcpy(&optp, "background ");
+	      sstrcpy(&optp, "IeX ");
 
 	    sstrcpy(&optp, "mode");
 	}
@@@@ -4849,11 +4849,11 @@@@
 	  *p = ' ';
 
 	if(verbose_label)
-	  opts[verbose_label].label = verbose_requested ? "Normal" : "Verbose";
+	  opts[verbose_label].label = verbose_requested ? "q`" : "ܲӸ`";
 
 	if(bg_label)
 	  opts[bg_label].label = background_requested
-				   ? "Foreground" : "Background";
+				   ? "e" : "I";
 
 	if(fcc_label)
 	  opts[fcc_label].label = lmc.text_only ? "Fcc Attchmnts"
@@@@ -4885,11 +4885,11 @@@@
 	    break;
 	}
 	else if(rv == 'n'){			/* Declined! */
-	    rstr = "No Message Sent";
+	    rstr = "SHQeX";
 	    break;
 	}
 	else if(rv == 'z'){			/* Cancelled! */
-	    rstr = "Send Cancelled";
+	    rstr = "e";
 	    break;
 	}
 	else if(rv == 10){			/* PREVIOUS filter */
@@@@ -5076,7 +5076,7 @@@@
     if(body->type != TYPEOTHER){
 	rv = 1;
 	q_status_message3(SM_ORDER, 0, 3,
-	    "File %s attached as type %s/%s", file,
+	    "ɮ %s [ %s/%s", file,
 	    body_types[body->type],
 	    body->subtype ? body->subtype : rfc822_default_subtype(body->type));
     }
@@@@ -5125,7 +5125,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,
+			      "Mwɮ %s jpɵoͿ~G%s", fname,
 			      fnp = error_description(errno));
 	    dprint(1, (debugfile,
 		       "!!! Upload cmd \"%s\" failed for \"%s\": %s\n",
@@@@ -5137,7 +5137,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, "}Һ޽uɵoͿ~");
 
     return(0);
 }
@@@@ -5190,7 +5190,7 @@@@
 	else if(reply->flags == REPLY_MSGNO)
 	  return;
 
-	we_cancel = busy_alarm(1, "Updating \"Answered\" Flags", NULL, 1);
+	we_cancel = busy_alarm(1, "bs \"w^\" X", NULL, 1);
 	if(!stream){
 	    if(stream = pine_mail_open(NULL, reply->mailbox, OP_SILENT)){
 		ourstream++;
@@@@ -5286,7 +5286,7 @@@@
 		so_give(&tmpf_so);
 	    }
 	    else
-	      errstr = "Can't create space for filter temporary file.";
+	      errstr = "Lkإ߹LoȦsɡC";
 	}
 	else if(include_hdrs){
 	    /*
@@@@ -5344,13 +5344,13 @@@@
 				so_give(&tmpf_so);
 			    }
 			    else
-			      errstr = "Can't open temp file filter wrote.";
+			      errstr = "Lk}ҹLoȦsɡC";
 			}
 			else
-			  errstr = "Filter command returned error.";
+			  errstr = "LoOǦ^~ȡC";
 		    }
 		    else
-		      errstr = "Can't exec filter text.";
+		      errstr = "LkLoC";
 		}
 		else
 		  errstr = gf_filter(cmd, key ? filter_session_key() : NULL,
@@@@ -5364,7 +5364,7 @@@@
 		if(errstr){
 		    int ch;
 
-		    fprintf(stdout, "\r\n%s  Hit return to continue.", errstr);
+		    fprintf(stdout, "\r\n%s  J return ~C", errstr);
 		    fflush(stdout);
 		    while((ch = read_char(300)) != ctrl('M')
 			  && ch != NO_OP_IDLE)
@@@@ -5460,7 +5460,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, "LoL{DG%s",
 			  errstr);
 	dprint(1, (debugfile, "Filter FAILED: %s\n", errstr));
     }
@@@@ -5545,11 +5545,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, "P±z@@NQp⬰ Pine ϥΪ̡I");
     }
     else
       q_status_message(SM_ORDER | SM_DING, 3, 4,
-		       "Problem creating space for message text.");
+		       "إ߰TrŶɵoͿ~C");
 
     mail_free_envelope(&outgoing);
     pine_free_body(&body);
@@@@ -5633,7 +5633,7 @@@@
 
     if(!pf){
 	q_status_message(SM_ORDER,3,3,
-	    "Can't send message. No recipients specified!");
+	    "LkeHC|wHHI");
 	return(0);
     }
 
@@@@ -5642,7 +5642,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, "bHH",
 			   send_bytes_to_send ? sent_percent : NULL, 1);
 
     /* try posting via local "<mta> <-t>" if specified */
@@@@ -5827,7 +5827,7 @@@@
 	    struct headerentry *last_he = NULL;
 
 	    sprintf(error_buf,
-		    "Mail not sent. Sending error%s%.40s",
+		    "H󥼳QHXCH~%s%.40s",
 		    (sending_stream && sending_stream->reply) ? ": ": ".",
 		    (sending_stream && sending_stream->reply)
 		      ? sending_stream->reply : "");
@@@@ -5900,7 +5900,7 @@@@
 	TIME_STAMP("smtp done", 1);
     }
     else if(!error_mess)
-      sprintf(error_mess = error_buf, "Error sending: %.60s",
+      sprintf(error_mess = error_buf, "HHɵoͿ~G%.60s",
 	      ps_global->c_client_error);
 
     if(verbose_file){
@@@@ -5908,7 +5908,7 @@@@
 	    TIME_STAMP("verbose start", 1);
 	    fclose(verbose_send_output);
 	    verbose_send_output = NULL;
-	    q_status_message(SM_ORDER, 0, 3, "Verbose SMTP output received");
+	    q_status_message(SM_ORDER, 0, 3, "ԲӪ SMTP XT");
 	    display_output_file(verbose_file, "Verbose SMTP Interaction",
 				NULL, DOF_BRIEF);
 	    TIME_STAMP("verbose end", 1);
@@@@ -5998,12 +5998,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",
+		      "HX \"%.20s\" b <%.30s> |sbCns",
 		      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",
+		      "HX \"%s\" |sbCns",
 		      strsquish(tmp_20k_buf + 500, fcc, 40));
 
 	    if(force || want_to(tmp_20k_buf,'y','n',NO_HELP,WT_NORM) == 'y'){
@@@@ -6040,7 +6040,7 @@@@
 	    ok++;
 	}
 	else{
-	    sprintf(tmp_20k_buf,"Folder \"%s\" doesn't exist.  Create",
+	    sprintf(tmp_20k_buf,"HX \"%s\" |sbCns",
 		    strsquish(tmp_20k_buf + 500, fcc, 40));
 	    if(force || want_to(tmp_20k_buf,'y','n',NO_HELP,WT_NORM) == 'y'){
 		/*
@@@@ -6074,8 +6074,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 ~G";
+		s2 = err_suffix ? err_suffix : " HSQHXνƻsC";
 
 		l1 = strlen(s1);
 		l2 = strlen(s2);
@@@@ -6093,10 +6093,10 @@@@
 
 	    }
 	    else
-	      errstr = "Fcc creation error. Message NOT sent or copied.";
+	      errstr = "إ Fcc ɵoͿ~CHSQeXνƻsC";
 	}
 	else
-	  errstr = "Fcc creation rejected. Message NOT sent or copied.";
+	  errstr = "Fcc إ߾DڵCHSQeXνƻsC";
 
 	q_status_message(SM_ORDER | SM_DING, 3, 3, errstr);
     }
@@@@ -6144,7 +6144,7 @@@@
     if(label && *label){
 	char msg_buf[80];
 
-	strncat(strcpy(msg_buf, "Writing "), label, 70);
+	strncat(strcpy(msg_buf, "bgJ "), label, 70);
 	we_cancel = busy_alarm(1, msg_buf, NULL, 1);
     }
     else
@@@@ -6180,7 +6180,7 @@@@
 	we_cancel = 0;
 
 	q_status_message1(SM_ORDER | SM_DING, 3, 5,
-			  "Write to \"%s\" FAILED!!!", fcc);
+			  "gJ \"%s\" ѡIII", fcc);
 	dprint(1, (debugfile, "ERROR appending %s in \"%s\"",
 		   fcc, cntxt ? cntxt->context : "NULL"));
 	return(0);
@@@@ -6670,7 +6670,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\"",
+                              "~ \"%s\"ALk[ɮ \"%s\"",
                               error_description(errno), pa->filename);
             display_message('x');
             continue;
@@@@ -7205,13 +7205,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 */
 	}
     }
 
@@@@ -7382,6 +7386,9 @@@@
 			        ps_global->VAR_CHAR_SET,
 				encode_whole_header(field, header));
     
+    if (!strcmp(field, "Subject"))
+	value = text;
+
     if(value && value == text){	/* no encoding was done, have to fold */
 	int   fold_by, len;
 	char *actual_field;
@@@@ -7835,7 +7842,7 @@@@
 	    break;
 
 	  default:
-	    q_status_message1(SM_ORDER,3,7,"Unknown header type: %s",pf->name);
+	    q_status_message1(SM_ORDER,3,7,"YκAG%s",pf->name);
 	    break;
 	}
     }
@@@@ -8156,7 +8163,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 */
@@@@ -8170,7 +8178,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);
+			  "sXɵoͿ~ \"%s\"", encode_error);
 	display_message('x');
     }
 
@@@@ -8258,7 +8266,7 @@@@
 	     && !(so_puts(so, "Content-Transfer-Encoding: ")
 		  && so_puts(so, 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
@@@@ -8924,7 +8932,7 @@@@
 		   || (forbid = pine_header_forbidden(name))){
 		    if(forbid)
 		      q_status_message1(SM_ORDER, 3, 3,
-			    "Not allowed to change header \"%s\"", name);
+			    "\\ܼY \"%s\"", name);
 
 		    *t = save;
 		    continue;
@@@@ -9070,7 +9078,7 @@@@
     if(ps_global->post){
 	if(gripe)
 	  q_status_message(SM_ORDER|SM_DING, 3, 3,
-			   "Can't post while posting!");
+			   "Lk󥿦bZn峹ɦAץZnI");
 	return(1);
     }
 
@


1.7
log
@Update to version 4.21.

PR:		14994
Submitted by:	maintainer
@
text
@@


1.6
log
@Update to version 4.20.

PR:		14575
Submitted by:	maintainer
@
text
@d1 2
a2 2
--- pine/send.c.orig	Thu Oct  7 04:18:27 1999
+++ pine/send.c	Thu Oct 14 12:02:30 1999
d370 1
a370 1
@@@@ -3133,7 +3133,7 @@@@
d379 1
a379 1
@@@@ -3160,7 +3160,7 @@@@
d388 1
a388 1
@@@@ -3519,7 +3519,7 @@@@
d397 1
a397 1
@@@@ -3543,7 +3543,7 @@@@
d406 1
a406 1
@@@@ -3602,7 +3602,7 @@@@
d415 1
a415 1
@@@@ -3615,7 +3615,7 @@@@
d424 1
a424 1
@@@@ -3645,7 +3645,7 @@@@
d433 1
a433 1
@@@@ -3787,10 +3787,10 @@@@
d446 1
a446 1
@@@@ -3800,15 +3800,15 @@@@
d465 1
a465 1
@@@@ -3824,7 +3824,7 @@@@
d474 1
a474 1
@@@@ -3833,13 +3833,13 @@@@
d490 1
a490 1
@@@@ -3883,8 +3883,8 @@@@
d501 1
a501 1
@@@@ -3975,7 +3975,7 @@@@
d510 1
a510 1
@@@@ -4042,7 +4042,7 @@@@
d519 1
a519 1
@@@@ -4130,8 +4130,8 @@@@
d530 1
a530 1
@@@@ -4283,23 +4283,23 @@@@
d562 1
a562 1
@@@@ -4338,7 +4338,7 @@@@
d571 1
a571 1
@@@@ -4348,7 +4348,7 @@@@
d580 1
a580 1
@@@@ -4545,7 +4545,7 @@@@
d589 1
a589 1
@@@@ -4560,7 +4560,7 @@@@
d598 1
a598 1
@@@@ -4654,12 +4654,12 @@@@
d613 1
a613 1
@@@@ -4667,12 +4667,12 @@@@
d628 1
a628 1
@@@@ -4756,11 +4756,11 @@@@
d643 1
a643 1
@@@@ -4772,12 +4772,12 @@@@
d658 1
a658 1
@@@@ -4791,10 +4791,10 @@@@
d671 1
a671 1
@@@@ -4836,11 +4836,11 @@@@
d685 1
a685 1
@@@@ -4872,11 +4872,11 @@@@
d699 1
a699 1
@@@@ -5063,7 +5063,7 @@@@
d708 1
a708 1
@@@@ -5112,7 +5112,7 @@@@
d717 1
a717 1
@@@@ -5124,7 +5124,7 @@@@
d726 1
a726 1
@@@@ -5177,7 +5177,7 @@@@
d735 1
a735 1
@@@@ -5273,7 +5273,7 @@@@
d744 1
a744 1
@@@@ -5331,13 +5331,13 @@@@
d761 1
a761 1
@@@@ -5351,7 +5351,7 @@@@
d770 1
a770 1
@@@@ -5447,7 +5447,7 @@@@
d779 1
a779 1
@@@@ -5532,11 +5532,11 @@@@
d793 1
a793 1
@@@@ -5620,7 +5620,7 @@@@
d802 1
a802 1
@@@@ -5629,7 +5629,7 @@@@
d811 1
a811 1
@@@@ -5814,7 +5814,7 @@@@
d820 1
a820 1
@@@@ -5887,7 +5887,7 @@@@
d829 1
a829 1
@@@@ -5895,7 +5895,7 @@@@
d838 1
a838 1
@@@@ -5985,12 +5985,12 @@@@
d853 1
a853 1
@@@@ -6027,7 +6027,7 @@@@
d862 1
a862 1
@@@@ -6061,8 +6061,8 @@@@
d873 1
a873 1
@@@@ -6080,10 +6080,10 @@@@
d886 1
a886 1
@@@@ -6131,7 +6131,7 @@@@
d895 1
a895 1
@@@@ -6167,7 +6167,7 @@@@
d904 1
a904 1
@@@@ -6657,7 +6657,7 @@@@
d913 1
a913 1
@@@@ -7192,13 +7192,17 @@@@
d938 1
a938 1
@@@@ -7369,6 +7373,9 @@@@
d948 1
a948 1
@@@@ -7822,7 +7829,7 @@@@
d957 1
a957 1
@@@@ -8143,7 +8150,8 @@@@
d967 1
a967 1
@@@@ -8157,7 +8165,7 @@@@
d976 1
a976 1
@@@@ -8245,7 +8253,7 @@@@
d985 1
a985 1
@@@@ -8911,7 +8919,7 @@@@
d994 1
a994 1
@@@@ -9057,7 +9065,7 @@@@
@


1.5
log
@Update to version 4.10.

PR:		10245
Submitted by:	maintainer
@
text
@d1 3
a3 3
--- pine/send.c.orig	Fri Feb  5 02:17:39 1999
+++ pine/send.c	Wed Feb 24 21:36:10 1999
@@@@ -222,17 +222,17 @@@@
d27 1
a27 1
@@@@ -277,7 +277,7 @@@@
d36 9
d97 8
a104 7
@@@@ -677,7 +677,7 @@@@
 	    else{				/* cancel reply */
 		role = NULL;
 		close_patterns(&pattern_h);
-		cmd_cancelled("Composition");
+		cmd_cancelled("s峹");
 		return;
a105 2
 
@@@@ -685,7 +685,7 @@@@
d114 1
a114 1
@@@@ -830,8 +830,8 @@@@
d125 1
a125 1
@@@@ -857,10 +857,10 @@@@
d139 1
a139 1
@@@@ -871,7 +871,7 @@@@
d148 1
a148 1
@@@@ -1145,7 +1145,7 @@@@
d157 1
a157 1
@@@@ -1153,7 +1153,7 @@@@
d166 1
a166 1
@@@@ -1167,7 +1167,7 @@@@
d175 1
a175 1
@@@@ -1229,9 +1229,9 @@@@
d188 1
a188 1
@@@@ -1252,7 +1252,7 @@@@
d190 1
a190 1
 	    if(!(rv = mail_delete(stream, mbox)))
d192 2
a193 2
-				"Can't delete: %s", mbox);
+				"LkRG %s", mbox);
d196 2
a197 2
 	    success = rv > 0L;
@@@@ -1275,7 +1275,7 @@@@
d206 1
a206 1
@@@@ -1498,7 +1498,7 @@@@
d215 1
a215 1
@@@@ -1587,7 +1587,7 @@@@
d224 1
a224 1
@@@@ -1643,7 +1643,7 @@@@
d233 1
a233 1
@@@@ -1670,31 +1670,31 @@@@
d274 1
a274 1
@@@@ -1729,7 +1729,7 @@@@
d283 1
a283 1
@@@@ -2012,7 +2012,7 @@@@
d292 1
a292 1
@@@@ -2022,7 +2022,7 @@@@
d301 1
a301 1
@@@@ -2133,12 +2133,12 @@@@
d316 1
a316 1
@@@@ -2185,7 +2185,7 @@@@
d325 1
a325 1
@@@@ -2323,7 +2323,7 @@@@
d334 1
a334 1
@@@@ -2348,7 +2348,7 @@@@
d343 1
a343 1
@@@@ -2366,7 +2366,7 @@@@
d352 1
a352 1
@@@@ -2394,7 +2394,7 @@@@
d361 1
a361 1
@@@@ -2656,7 +2656,7 @@@@
d370 1
a370 1
@@@@ -3065,7 +3065,7 @@@@
d379 1
a379 1
@@@@ -3092,7 +3092,7 @@@@
d388 1
a388 1
@@@@ -3438,7 +3438,7 @@@@
d397 1
a397 1
@@@@ -3462,7 +3462,7 @@@@
d406 1
a406 1
@@@@ -3521,7 +3521,7 @@@@
d415 1
a415 1
@@@@ -3534,7 +3534,7 @@@@
d424 1
a424 1
@@@@ -3564,7 +3564,7 @@@@
d433 1
a433 1
@@@@ -3706,10 +3706,10 @@@@
d446 1
a446 1
@@@@ -3719,15 +3719,15 @@@@
d465 1
a465 1
@@@@ -3743,7 +3743,7 @@@@
d474 1
a474 1
@@@@ -3752,13 +3752,13 @@@@
d490 1
a490 1
@@@@ -3802,8 +3802,8 @@@@
d501 1
a501 1
@@@@ -3894,7 +3894,7 @@@@
d510 1
a510 1
@@@@ -3961,7 +3961,7 @@@@
d519 1
a519 1
@@@@ -4048,8 +4048,8 @@@@
d530 1
a530 1
@@@@ -4201,23 +4201,23 @@@@
d562 1
a562 1
@@@@ -4256,7 +4256,7 @@@@
d571 1
a571 1
@@@@ -4266,7 +4266,7 @@@@
d580 1
a580 1
@@@@ -4417,7 +4417,7 @@@@
d589 1
a589 1
@@@@ -4432,7 +4432,7 @@@@
d592 1
a592 1
 		       FM_NEW_MESS | FM_DISPLAY, f)){
d598 1
a598 1
@@@@ -4545,12 +4545,12 @@@@
d613 1
a613 1
@@@@ -4558,12 +4558,12 @@@@
d628 1
a628 1
@@@@ -4647,11 +4647,11 @@@@
d643 1
a643 1
@@@@ -4663,12 +4663,12 @@@@
d658 1
a658 1
@@@@ -4682,10 +4682,10 @@@@
d671 1
a671 1
@@@@ -4727,11 +4727,11 @@@@
d685 1
a685 1
@@@@ -4763,11 +4763,11 @@@@
d699 1
a699 1
@@@@ -4954,7 +4954,7 @@@@
d708 1
a708 1
@@@@ -5003,7 +5003,7 @@@@
d717 1
a717 1
@@@@ -5015,7 +5015,7 @@@@
d726 1
a726 1
@@@@ -5068,7 +5068,7 @@@@
d733 1
a733 1
 	    if(stream = mail_open(NULL, reply->mailbox, OP_SILENT)){
d735 1
a735 1
@@@@ -5164,7 +5164,7 @@@@
d744 1
a744 1
@@@@ -5222,13 +5222,13 @@@@
d761 1
a761 1
@@@@ -5242,7 +5242,7 @@@@
d770 1
a770 1
@@@@ -5338,7 +5338,7 @@@@
d779 1
a779 1
@@@@ -5423,11 +5423,11 @@@@
d793 1
a793 1
@@@@ -5511,7 +5511,7 @@@@
d802 1
a802 1
@@@@ -5520,7 +5520,7 @@@@
d811 1
a811 1
@@@@ -5705,7 +5705,7 @@@@
d820 1
a820 1
@@@@ -5778,7 +5778,7 @@@@
d829 1
a829 1
@@@@ -5786,7 +5786,7 @@@@
d838 1
a838 1
@@@@ -5876,12 +5876,12 @@@@
d853 1
a853 1
@@@@ -5918,7 +5918,7 @@@@
d862 1
a862 1
@@@@ -5952,8 +5952,8 @@@@
d873 1
a873 1
@@@@ -5971,10 +5971,10 @@@@
d886 1
a886 1
@@@@ -6022,7 +6022,7 @@@@
d895 1
a895 1
@@@@ -6058,7 +6058,7 @@@@
d904 1
a904 1
@@@@ -6548,7 +6548,7 @@@@
d913 1
a913 1
@@@@ -7083,13 +7083,17 @@@@
d938 1
a938 1
@@@@ -7260,6 +7264,9 @@@@
d948 1
a948 1
@@@@ -7713,7 +7720,7 @@@@
d957 1
a957 1
@@@@ -8034,7 +8041,8 @@@@
d967 1
a967 1
@@@@ -8048,7 +8056,7 @@@@
d976 1
a976 1
@@@@ -8136,7 +8144,7 @@@@
d985 1
a985 1
@@@@ -8801,7 +8809,7 @@@@
d994 1
a994 1
@@@@ -8947,7 +8955,7 @@@@
@


1.4
log
@Update to version 4.05.

PR:		8025
Submitted by:	maintainer
@
text
@d1 3
a3 3
--- pine/send.c.orig	Wed Sep 16 03:12:31 1998
+++ pine/send.c	Tue Sep 22 11:56:19 1998
@@@@ -211,18 +211,18 @@@@
d21 3
a23 4
 #define	INTR_DEL_FAIL	\
 	   "Undelete messages to remain postponed, and then continue message"
-#define	INTR_DEL_PMT	"Deleted messages will be removed from folder.  Delete"
+#define	INTR_DEL_PMT	"RHNQXɮקXCTwR"
d27 10
a36 1
@@@@ -382,14 +382,14 @@@@
d53 1
a53 1
@@@@ -469,14 +469,14 @@@@
d70 1
a70 1
@@@@ -562,7 +562,7 @@@@
d79 1
a79 1
@@@@ -572,7 +572,7 @@@@
d88 11
a98 3
@@@@ -646,7 +646,7 @@@@
 	  fs_give((void **)&tmp_fcc);
     }
d100 4
a103 3
-    pine_send(outgoing, &body, "COMPOSE MESSAGE", fcc,
+    pine_send(outgoing, &body, "sH", fcc,
 	      reply, redraft_pos, lcc, custom, fcc_is_sticky);
d105 2
a106 2
     if(reply){
@@@@ -713,7 +713,7 @@@@
d109 6
a114 4
 	q_status_message(SM_ORDER | SM_DING, 3, 5,
-			 "Empty folder.  No messages really postponed!");
+			 "ŪHXCSHuQȽwI");
 	return(redraft_cleanup(stream, TRUE));
d117 15
a131 1
@@@@ -749,7 +749,7 @@@@
d137 1
a137 1
 	    (void) redraft_cleanup(stream, FALSE);
d140 1
a140 1
@@@@ -992,7 +992,7 @@@@
d149 1
a149 1
@@@@ -1000,7 +1000,7 @@@@
d156 1
a156 1
 	      return(redraft_cleanup(stream, TRUE));
d158 1
a158 1
@@@@ -1014,7 +1014,7 @@@@
d166 2
a167 2
 		return(redraft_cleanup(stream, TRUE));
@@@@ -1075,7 +1075,7 @@@@
d170 7
a176 3
 		q_status_message1(SM_ORDER, 3, 7,
-			     "No more postponed messages, returning to \"%s\"",
+			     "SDȽwHFA^ \"%s\"",
d180 1
a180 1
@@@@ -1096,7 +1096,7 @@@@
d189 1
a189 1
@@@@ -1119,7 +1119,7 @@@@
d198 1
a198 1
@@@@ -1342,7 +1342,7 @@@@
d207 1
a207 1
@@@@ -1431,7 +1431,7 @@@@
d216 1
a216 1
@@@@ -1487,7 +1487,7 @@@@
d225 1
a225 1
@@@@ -1514,31 +1514,31 @@@@
d229 2
a230 2
-   build_address, NULL, NULL, addr_book_compose,    "To AddrBk",
+   build_address, NULL, NULL, addr_book_compose,    "a}ï",
d233 2
a234 2
-   build_address, NULL, NULL, addr_book_compose,    "To AddrBk",
+   build_address, NULL, NULL, addr_book_compose,    "a}ï",
d237 2
a238 2
-   build_address, NULL, NULL, addr_book_compose,    "To AddrBk",
+   build_address, NULL, NULL, addr_book_compose,    "a}ï",
d241 2
a242 2
-   build_address, NULL, NULL, addr_book_compose,    "To AddrBk",
+   build_address, NULL, NULL, addr_book_compose,    "a}ï",
d245 2
a246 2
-   build_address, NULL, NULL, addr_book_compose,    "To AddrBk",
+   build_address, NULL, NULL, addr_book_compose,    "a}ï",
d249 2
a250 2
-   news_build,    NULL, NULL, news_group_selector,  "To NwsGrps",
+   news_build,    NULL, NULL, news_group_selector,  "sDոsC",
d253 2
a254 2
-   NULL,          NULL, NULL, folders_for_fcc,      "To Fldrs",
+   NULL,          NULL, NULL, folders_for_fcc,      "ƧXC",
d257 2
a258 2
-   build_addr_lcc, NULL, NULL, addr_book_compose_lcc,"To AddrBk",
+   build_addr_lcc, NULL, NULL, addr_book_compose_lcc,"a}ï",
d261 2
a262 2
-   NULL,          NULL, NULL, NULL,                 "To Files",
+   NULL,          NULL, NULL, NULL,                 "ɮצC",
d265 2
a266 2
    valid_subject, NULL, NULL, NULL,                 NULL,
@@@@ -1573,7 +1573,7 @@@@
d270 2
a271 2
-   build_address, NULL, NULL, addr_book_compose,    "To AddrBk",
+   build_address, NULL, NULL, addr_book_compose,    "a}ï",
d275 1
a275 1
@@@@ -1856,7 +1856,7 @@@@
d284 1
a284 1
@@@@ -1866,7 +1866,7 @@@@
d293 1
a293 1
@@@@ -1977,12 +1977,12 @@@@
d308 1
a308 1
@@@@ -2029,7 +2029,7 @@@@
d317 1
a317 1
@@@@ -2166,7 +2166,7 @@@@
d319 1
a319 1
 			     || local_so)){
d326 1
a326 1
@@@@ -2191,7 +2191,7 @@@@
d335 1
a335 1
@@@@ -2209,7 +2209,7 @@@@
d344 1
a344 1
@@@@ -2237,7 +2237,7 @@@@
d353 1
a353 1
@@@@ -2488,7 +2488,7 @@@@
d362 1
a362 1
@@@@ -2879,7 +2879,7 @@@@
d371 2
a372 2
@@@@ -2906,7 +2906,7 @@@@
 #endif
d380 1
a380 1
@@@@ -3254,7 +3254,7 @@@@
d389 1
a389 1
@@@@ -3278,7 +3278,7 @@@@
d398 2
a399 2
@@@@ -3336,7 +3336,7 @@@@
 		    if(!so_puts(local_so, tmp_20k_buf)){
d407 1
a407 1
@@@@ -3349,7 +3349,7 @@@@
d416 1
a416 1
@@@@ -3379,7 +3379,7 @@@@
d424 2
a425 2
 		local_so = open_fcc(folder,&fcc_cntxt, 1, NULL, NULL);
@@@@ -3521,10 +3521,10 @@@@
d438 1
a438 1
@@@@ -3534,15 +3534,15 @@@@
d457 1
a457 1
@@@@ -3558,14 +3558,14 @@@@
d466 17
a482 9
 
 	    if(!(outgoing->to || outgoing->cc || outgoing->bcc || lcc_addr
 		 || outgoing->newsgroups || (fcc && fcc[0]))){
-		q_status_message(SM_ORDER, 3, 4, "No recipients specified!");
+		q_status_message(SM_ORDER, 3, 4, "|w̡I");
 		dprint(4, (debugfile, "no recip, continuing\n"));
 		continue;
 	    }
@@@@ -3607,8 +3607,8 @@@@
d484 1
a484 1
 				       *body, &orig_so)){
d493 1
a493 1
@@@@ -3699,7 +3699,7 @@@@
d502 1
a502 1
@@@@ -3766,7 +3766,7 @@@@
d511 1
a511 1
@@@@ -3852,8 +3852,8 @@@@
d522 1
a522 1
@@@@ -4005,23 +4005,23 @@@@
d554 1
a554 1
@@@@ -4060,7 +4060,7 @@@@
d563 1
a563 1
@@@@ -4070,7 +4070,7 @@@@
d572 1
a572 1
@@@@ -4220,7 +4220,7 @@@@
d581 1
a581 1
@@@@ -4235,7 +4235,7 @@@@
d590 1
a590 1
@@@@ -4348,12 +4348,12 @@@@
d605 1
a605 1
@@@@ -4361,12 +4361,12 @@@@
d620 1
a620 2
@@@@ -4436,23 +4436,23 @@@@
 	  p = NULL;
d622 1
d624 40
a663 26
-	sprintf(tmp_20k_buf, "Send message%s%s%s%s%s%s%s%s%s%s%s%s? ",
+	sprintf(tmp_20k_buf, "eXH%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) ? "gѹLo \"" : "",
 		(filters)
 		  ? (filters->filter
 		      ? filters->filter
-		      : "unfiltered")
+		      : "gLo")
 		  : "",
 		(filters && filters->filter) ? "\"" : "",
 		(filters && (verbose_requested || background_requested))
 		  ? " " : "",
 		(verbose_requested || background_requested)
 		  ? "in " : "",
-		(verbose_requested) ? "verbose " : "",
-		(background_requested) ? "background " : "",
+		(verbose_requested) ? "ܲӸ` " : "",
+		(background_requested) ? "IeX " : "",
 		(verbose_requested || background_requested)
 		  ? "mode" : "",
 		(dsn_show
@@@@ -4467,11 +4467,11 @@@@
d675 3
a677 3
 	if(F_ON(F_DSN, ps_global)){
 	    if(dsn_requested & DSN_SHOW){
@@@@ -4495,11 +4495,11 @@@@
d690 2
a691 2
 	else if(rv == 10)			/* PREVIOUS filter */
@@@@ -4681,7 +4681,7 @@@@
d700 1
a700 1
@@@@ -4730,7 +4730,7 @@@@
d709 1
a709 1
@@@@ -4742,7 +4742,7 @@@@
d718 1
a718 1
@@@@ -4795,7 +4795,7 @@@@
d727 1
a727 1
@@@@ -4873,7 +4873,7 @@@@
d734 3
a736 3
 
 	if(!errstr){
@@@@ -4897,13 +4897,13 @@@@
d753 1
a753 1
@@@@ -4914,7 +4914,7 @@@@
d762 1
a762 1
@@@@ -5007,7 +5007,7 @@@@
d771 1
a771 1
@@@@ -5092,11 +5092,11 @@@@
d785 1
a785 1
@@@@ -5180,7 +5180,7 @@@@
d794 1
a794 1
@@@@ -5189,7 +5189,7 @@@@
d803 1
a803 1
@@@@ -5374,7 +5374,7 @@@@
d812 1
a812 1
@@@@ -5447,7 +5447,7 @@@@
d821 1
a821 1
@@@@ -5455,7 +5455,7 @@@@
d827 2
a828 1
 	    display_output_file(verbose_file, "Verbose SMTP Interaction",NULL, 1);
d830 1
a830 2
 	}
@@@@ -5544,12 +5544,12 @@@@
d845 1
a845 1
@@@@ -5586,7 +5586,7 @@@@
d854 1
a854 1
@@@@ -5620,8 +5620,8 @@@@
d865 1
a865 1
@@@@ -5639,10 +5639,10 @@@@
d878 1
a878 1
@@@@ -5690,7 +5690,7 @@@@
d887 1
a887 1
@@@@ -5726,7 +5726,7 @@@@
d896 1
a896 1
@@@@ -6209,7 +6209,7 @@@@
d905 1
a905 1
@@@@ -6736,13 +6736,17 @@@@
d930 3
a932 3
@@@@ -6912,6 +6916,9 @@@@
     value = rfc1522_encode(tmp_20k_buf, (unsigned char *) text,
 			   ps_global->VAR_CHAR_SET);
d940 1
a940 1
@@@@ -7254,7 +7261,7 @@@@
d949 1
a949 1
@@@@ -7573,7 +7580,8 @@@@
d959 1
a959 1
@@@@ -7587,7 +7595,7 @@@@
d968 1
a968 1
@@@@ -7656,7 +7664,7 @@@@
d977 1
a977 1
@@@@ -8279,7 +8287,7 @@@@
d986 1
a986 1
@@@@ -8396,7 +8404,7 @@@@
@


1.3
log
@Update to version 4.0a2.

PR:		7672
Submitted by:	maintainer
@
text
@d1 5
a5 5
--- pine/send.c.orig	Wed Aug 19 10:37:27 1998
+++ pine/send.c	Wed Aug 19 10:45:31 1998
@@@@ -209,18 +209,18 @@@@
 
 
d15 1
a15 1
 #define	PSTPN_FORM_PMT \
d26 3
a28 3
 /*
  * Since c-client preallocates, it's necessary here to define a limit
@@@@ -375,14 +375,14 @@@@
d45 1
a45 1
@@@@ -451,14 +451,14 @@@@
d62 1
a62 1
@@@@ -533,7 +533,7 @@@@
d71 1
a71 1
@@@@ -543,7 +543,7 @@@@
d80 1
a80 1
@@@@ -617,7 +617,7 @@@@
d89 1
a89 1
@@@@ -684,7 +684,7 @@@@
d98 1
a98 1
@@@@ -720,7 +720,7 @@@@
d107 1
a107 1
@@@@ -958,7 +958,7 @@@@
d116 1
a116 1
@@@@ -966,7 +966,7 @@@@
d125 1
a125 1
@@@@ -980,7 +980,7 @@@@
d134 1
a134 1
@@@@ -1041,7 +1041,7 @@@@
d143 1
a143 1
@@@@ -1062,7 +1062,7 @@@@
d152 1
a152 1
@@@@ -1085,7 +1085,7 @@@@
d161 1
a161 1
@@@@ -1308,7 +1308,7 @@@@
d170 1
a170 1
@@@@ -1397,7 +1397,7 @@@@
d179 1
a179 1
@@@@ -1453,7 +1453,7 @@@@
d188 1
a188 1
@@@@ -1480,31 +1480,31 @@@@
d229 1
a229 1
@@@@ -1539,7 +1539,7 @@@@
d238 1
a238 1
@@@@ -1822,7 +1822,7 @@@@
d247 1
a247 1
@@@@ -1832,7 +1832,7 @@@@
d256 1
a256 1
@@@@ -1943,12 +1943,12 @@@@
d271 1
a271 1
@@@@ -1995,7 +1995,7 @@@@
d280 1
a280 1
@@@@ -2132,7 +2132,7 @@@@
d289 1
a289 1
@@@@ -2157,7 +2157,7 @@@@
d298 1
a298 1
@@@@ -2175,7 +2175,7 @@@@
d307 1
a307 1
@@@@ -2203,7 +2203,7 @@@@
d316 1
a316 1
@@@@ -2447,7 +2447,7 @@@@
d323 1
d325 1
a325 2
 
@@@@ -2837,7 +2837,7 @@@@
d334 1
a334 1
@@@@ -2864,7 +2864,7 @@@@
d343 1
a343 1
@@@@ -3207,7 +3207,7 @@@@
d352 1
a352 1
@@@@ -3231,7 +3231,7 @@@@
d361 1
a361 1
@@@@ -3288,7 +3288,7 @@@@
d363 8
a370 8
 			if(editor_result & COMP_CANCEL)
 			  q_status_message2(SM_ORDER | SM_DING, 3, 3,
-					    "Can't write \"%s\": %s",
+					    "LkgJ \"%s\"G%s",
 					    folder, error_description(errno));
 			else
 			  dprint(1, (debugfile, "* * * CAN'T WRITE %s: %s\n",
@@@@ -3300,7 +3300,7 @@@@
d379 1
a379 1
@@@@ -3330,7 +3330,7 @@@@
d388 1
a388 1
@@@@ -3472,10 +3472,10 @@@@
d401 1
a401 1
@@@@ -3485,15 +3485,15 @@@@
d420 1
a420 1
@@@@ -3509,14 +3509,14 @@@@
d437 1
a437 1
@@@@ -3558,8 +3558,8 @@@@
d448 1
a448 1
@@@@ -3650,7 +3650,7 @@@@
d457 1
a457 1
@@@@ -3717,7 +3717,7 @@@@
d466 1
a466 1
@@@@ -3801,8 +3801,8 @@@@
d477 1
a477 1
@@@@ -3949,23 +3949,23 @@@@
d509 1
a509 1
@@@@ -4004,7 +4004,7 @@@@
d518 1
a518 1
@@@@ -4014,7 +4014,7 @@@@
d527 1
a527 1
@@@@ -4164,7 +4164,7 @@@@
d536 1
a536 1
@@@@ -4179,7 +4179,7 @@@@
d545 1
a545 1
@@@@ -4292,12 +4292,12 @@@@
d560 1
a560 1
@@@@ -4305,12 +4305,12 @@@@
d575 1
a575 1
@@@@ -4380,23 +4380,23 @@@@
d604 1
a604 1
@@@@ -4411,11 +4411,11 @@@@
d618 1
a618 1
@@@@ -4439,11 +4439,11 @@@@
d632 1
a632 1
@@@@ -4625,7 +4625,7 @@@@
d641 1
a641 1
@@@@ -4674,7 +4674,7 @@@@
d650 1
a650 1
@@@@ -4686,7 +4686,7 @@@@
d659 1
a659 1
@@@@ -4739,7 +4739,7 @@@@
d668 1
a668 1
@@@@ -4817,7 +4817,7 @@@@
d677 1
a677 1
@@@@ -4841,13 +4841,13 @@@@
d694 1
a694 1
@@@@ -4858,7 +4858,7 @@@@
d703 1
a703 1
@@@@ -4951,7 +4951,7 @@@@
d712 1
a712 1
@@@@ -5036,11 +5036,11 @@@@
d726 1
a726 1
@@@@ -5124,7 +5124,7 @@@@
d735 1
a735 1
@@@@ -5133,7 +5133,7 @@@@
d744 1
a744 1
@@@@ -5318,7 +5318,7 @@@@
d753 1
a753 1
@@@@ -5391,7 +5391,7 @@@@
d762 1
a762 1
@@@@ -5399,7 +5399,7 @@@@
d771 1
a771 1
@@@@ -5488,12 +5488,12 @@@@
d786 1
a786 1
@@@@ -5530,7 +5530,7 @@@@
d795 1
a795 1
@@@@ -5564,8 +5564,8 @@@@
d806 1
a806 1
@@@@ -5583,10 +5583,10 @@@@
d819 1
a819 1
@@@@ -5634,7 +5634,7 @@@@
d828 1
a828 1
@@@@ -5670,7 +5670,7 @@@@
d837 1
a837 1
@@@@ -6146,7 +6146,7 @@@@
d846 1
a846 1
@@@@ -6673,13 +6673,17 @@@@
d871 1
a871 1
@@@@ -6848,6 +6852,9 @@@@
d881 1
a881 1
@@@@ -7180,7 +7187,7 @@@@
d890 1
a890 1
@@@@ -7499,7 +7506,8 @@@@
d900 1
a900 1
@@@@ -7513,7 +7521,7 @@@@
d909 1
a909 1
@@@@ -7582,7 +7590,7 @@@@
d918 1
a918 1
@@@@ -8205,7 +8213,7 @@@@
d927 1
a927 1
@@@@ -8322,7 +8330,7 @@@@
@


1.2
log
@Cleanups from maintainer.

PR:		7468
Submitted by:	maintainer
@
text
@d1 3
a3 3
--- pine/send.c.orig	Tue Jul 21 03:02:18 1998
+++ pine/send.c	Tue Aug  4 12:42:21 1998
@@@@ -208,18 +208,18 @@@@
d28 1
a28 1
@@@@ -374,14 +374,14 @@@@
d45 1
a45 1
@@@@ -450,14 +450,14 @@@@
d62 1
a62 1
@@@@ -532,7 +532,7 @@@@
d71 1
a71 1
@@@@ -542,7 +542,7 @@@@
d80 1
a80 1
@@@@ -616,7 +616,7 @@@@
d89 1
a89 1
@@@@ -683,7 +683,7 @@@@
d98 1
a98 1
@@@@ -719,7 +719,7 @@@@
d107 1
a107 1
@@@@ -957,7 +957,7 @@@@
d116 1
a116 1
@@@@ -965,7 +965,7 @@@@
d125 1
a125 1
@@@@ -979,7 +979,7 @@@@
d134 1
a134 1
@@@@ -1040,7 +1040,7 @@@@
d143 1
a143 1
@@@@ -1061,7 +1061,7 @@@@
d152 1
a152 1
@@@@ -1084,7 +1084,7 @@@@
d161 1
a161 1
@@@@ -1307,7 +1307,7 @@@@
d170 1
a170 1
@@@@ -1396,7 +1396,7 @@@@
d179 1
a179 1
@@@@ -1452,7 +1452,7 @@@@
d188 1
a188 1
@@@@ -1479,31 +1479,31 @@@@
d229 1
a229 1
@@@@ -1538,7 +1538,7 @@@@
d238 1
a238 1
@@@@ -1821,7 +1821,7 @@@@
d247 1
a247 1
@@@@ -1831,7 +1831,7 @@@@
d256 1
a256 1
@@@@ -1942,12 +1942,12 @@@@
d271 1
a271 1
@@@@ -1994,7 +1994,7 @@@@
d280 1
a280 1
@@@@ -2131,7 +2131,7 @@@@
d289 1
a289 1
@@@@ -2156,7 +2156,7 @@@@
d298 1
a298 1
@@@@ -2174,7 +2174,7 @@@@
d307 1
a307 1
@@@@ -2202,7 +2202,7 @@@@
d316 1
a316 1
@@@@ -2446,7 +2446,7 @@@@
d325 1
a325 1
@@@@ -2836,7 +2836,7 @@@@
d334 1
a334 1
@@@@ -2863,7 +2863,7 @@@@
d343 1
a343 1
@@@@ -3206,7 +3206,7 @@@@
d352 1
a352 1
@@@@ -3230,7 +3230,7 @@@@
d361 1
a361 1
@@@@ -3287,7 +3287,7 @@@@
d370 1
a370 1
@@@@ -3299,7 +3299,7 @@@@
d379 1
a379 1
@@@@ -3329,7 +3329,7 @@@@
d388 1
a388 1
@@@@ -3471,10 +3471,10 @@@@
d401 1
a401 1
@@@@ -3484,15 +3484,15 @@@@
d420 1
a420 1
@@@@ -3508,14 +3508,14 @@@@
d437 1
a437 1
@@@@ -3557,8 +3557,8 @@@@
d448 1
a448 1
@@@@ -3649,7 +3649,7 @@@@
d457 1
a457 1
@@@@ -3716,7 +3716,7 @@@@
d466 1
a466 1
@@@@ -3800,8 +3800,8 @@@@
d477 1
a477 1
@@@@ -3948,23 +3948,23 @@@@
d509 1
a509 1
@@@@ -4003,7 +4003,7 @@@@
d518 1
a518 1
@@@@ -4013,7 +4013,7 @@@@
d527 1
a527 1
@@@@ -4163,7 +4163,7 @@@@
d536 1
a536 1
@@@@ -4178,7 +4178,7 @@@@
d545 1
a545 1
@@@@ -4291,12 +4291,12 @@@@
d560 1
a560 1
@@@@ -4304,12 +4304,12 @@@@
d575 1
a575 1
@@@@ -4379,23 +4379,23 @@@@
d604 1
a604 1
@@@@ -4410,11 +4410,11 @@@@
d618 1
a618 1
@@@@ -4438,11 +4438,11 @@@@
d632 1
a632 1
@@@@ -4624,7 +4624,7 @@@@
d641 1
a641 1
@@@@ -4673,7 +4673,7 @@@@
d650 1
a650 1
@@@@ -4685,7 +4685,7 @@@@
d659 1
a659 1
@@@@ -4738,7 +4738,7 @@@@
d668 1
a668 1
@@@@ -4816,7 +4816,7 @@@@
d677 1
a677 1
@@@@ -4840,13 +4840,13 @@@@
d694 1
a694 1
@@@@ -4857,7 +4857,7 @@@@
d703 1
a703 1
@@@@ -4950,7 +4950,7 @@@@
d712 1
a712 1
@@@@ -5035,11 +5035,11 @@@@
d726 1
a726 1
@@@@ -5123,7 +5123,7 @@@@
d735 1
a735 1
@@@@ -5132,7 +5132,7 @@@@
d744 1
a744 1
@@@@ -5317,7 +5317,7 @@@@
d753 1
a753 1
@@@@ -5390,7 +5390,7 @@@@
d762 1
a762 1
@@@@ -5398,7 +5398,7 @@@@
d771 1
a771 1
@@@@ -5487,12 +5487,12 @@@@
d786 1
a786 1
@@@@ -5529,7 +5529,7 @@@@
d795 1
a795 1
@@@@ -5563,8 +5563,8 @@@@
d806 1
a806 1
@@@@ -5582,10 +5582,10 @@@@
d819 1
a819 1
@@@@ -5633,7 +5633,7 @@@@
d828 1
a828 1
@@@@ -5669,7 +5669,7 @@@@
d837 1
a837 1
@@@@ -6145,7 +6145,7 @@@@
d846 1
a846 1
@@@@ -6672,13 +6672,17 @@@@
d871 1
a871 1
@@@@ -6847,6 +6851,9 @@@@
d890 1
a890 1
@@@@ -7508,7 +7515,8 @@@@
d900 1
a900 1
@@@@ -7522,7 +7530,7 @@@@
d909 10
a918 10
@@@@ -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 @@@@
d927 1
a927 1
@@@@ -8254,7 +8262,7 @@@@
@


1.1
log
@Upgrade to 4.02,
Submitted by:	maintainer
@
text
@d1 935
a935 40
--- pine/status.c.orig	Sat Jun 27 07:36:34 1998
+++ pine/status.c	Tue Jul 28 08:35:07 1998
@@@@ -72,7 +72,7 @@@@
 static struct key modal_message_keys[] =
        {NULL_MENU,
 	NULL_MENU,
-	{"Ret","Finished",{MC_EXIT,2,{ctrl('m'),ctrl('j')}},KS_NONE},
+	{"Ret","",{MC_EXIT,2,{ctrl('m'),ctrl('j')}},KS_NONE},
 	NULL_MENU,
 	NULL_MENU,
 	NULL_MENU,
@@@@ -931,8 +931,8 @@@@
  * want_to's array passed to radio_buttions...
  */
 static ESCKEY_S yorn[] = {
-    {'y', 'y', "Y", "Yes"},
-    {'n', 'n', "N", "No"},
+    {'y', 'y', "Y", "O"},
+    {'n', 'n', "N", "_"},
     {-1, 0, NULL, NULL}
 };
 
@@@@ -1139,7 +1139,7 @@@@
     memset(fkey_table, NO_OP_COMMAND, 12 * sizeof(int));
     if(help_text != NO_HELP){		/* if shown, always at position 0 */
 	rb_keymenu.keys[0].name  = "?";
-	rb_keymenu.keys[0].label = "Help";
+	rb_keymenu.keys[0].label = "U";
 	setbitn(0, bitmap);
 	fkey_table[0] = ctrl('G');
 	start++;
@@@@ -1147,7 +1147,7 @@@@
 
     if(on_ctrl_C){			/* if shown, always at position 1 */
 	rb_keymenu.keys[1].name  = "^C";
-	rb_keymenu.keys[1].label = "Cancel";
+	rb_keymenu.keys[1].label = "";
 	setbitn(1, bitmap);
 	fkey_table[1] = ctrl('C');
 	start++;
@
