summaryrefslogtreecommitdiff
path: root/mail/pine4/files/patch-as
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-03-15 01:41:19 +0000
committerSteve Price <steve@FreeBSD.org>1999-03-15 01:41:19 +0000
commit7e03a84d91c03fcbeee35e02ae00b543839befa8 (patch)
tree7ecbd59498e0dca2d6f3d75328347a6108886f10 /mail/pine4/files/patch-as
parentUpdate to version 4.5. (diff)
Update to version 4.10.
PR: 10286 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=17199
Diffstat (limited to 'mail/pine4/files/patch-as')
-rw-r--r--mail/pine4/files/patch-as38
1 files changed, 13 insertions, 25 deletions
diff --git a/mail/pine4/files/patch-as b/mail/pine4/files/patch-as
index 95af82964f76..45495d096750 100644
--- a/mail/pine4/files/patch-as
+++ b/mail/pine4/files/patch-as
@@ -1,7 +1,7 @@
-*** pine/init.c.orig Wed Sep 2 20:39:42 1998
---- pine/init.c Wed Sep 16 21:08:19 1998
+*** pine/init.c.orig Tue Jan 26 21:57:56 1999
+--- pine/init.c Tue Feb 9 22:14:08 1999
***************
-*** 319,325 ****
+*** 326,332 ****
/*----------------------------------------------------------------------
These are the variables that control a number of pine functions. They
@@ -9,7 +9,7 @@
be set by the user while in Pine. Eventually all the local ones should
be so and maybe the global ones too.
---- 319,325 ----
+--- 326,332 ----
/*----------------------------------------------------------------------
These are the variables that control a number of pine functions. They
@@ -18,8 +18,8 @@
be so and maybe the global ones too.
***************
-*** 578,583 ****
---- 578,586 ----
+*** 597,602 ****
+--- 597,605 ----
#ifdef DF_SMTP_SERVER
GLO_SMTP_SERVER = parse_list(DF_SMTP_SERVER, 1, NULL);
#endif
@@ -29,20 +29,8 @@
/* Set the default mail directory */
build_path(buf, GLO_MAIL_DIRECTORY, "[]");
-*** pine/other.c.orig Thu Jul 16 04:09:27 1998
---- pine/other.c Tue Jul 21 15:03:18 1998
-***************
-*** 696,702 ****
- || (F) == F_DISABLE_DFLT_IN_BUG_RPT \
- || (F) == F_DISABLE_ALARM \
- || (F) == F_ALLOW_CHANGING_FROM \
-- || (F) == F_TCAP_WINS \
- || (F) == F_QUELL_PARTIAL_FETCH \
- || (F) == F_AGG_SEQ_COPY)
-
---- 696,701 ----
*** pico/edef.h.orig Thu Apr 23 02:53:44 1998
---- pico/edef.h Tue Jul 21 14:33:38 1998
+--- pico/edef.h Tue Feb 9 22:14:08 1999
***************
*** 59,65 ****
int ComposerEditing = FALSE; /* TRUE if message line is open */
@@ -60,10 +48,10 @@
int sgarbf = TRUE; /* TRUE if screen is garbage */
int mpresf = FALSE; /* TRUE if message in last line */
int clexec = FALSE; /* command line execution flag */
-*** pico/main.c.orig Thu Jul 16 11:30:47 1998
---- pico/main.c Tue Jul 21 14:33:38 1998
+*** pico/main.c.orig Tue Feb 9 21:46:54 1999
+--- pico/main.c Tue Feb 9 22:14:08 1999
***************
-*** 424,430 ****
+*** 443,449 ****
gmode ^= MDSSPD;
break;
case 'q': /* -q for termcap takes precedence */
@@ -71,7 +59,7 @@
break;
case 'w': /* -w turn off word wrap */
gmode ^= MDWRAP;
---- 424,430 ----
+--- 443,449 ----
gmode ^= MDSSPD;
break;
case 'q': /* -q for termcap takes precedence */
@@ -79,8 +67,8 @@
break;
case 'w': /* -w turn off word wrap */
gmode ^= MDWRAP;
-*** pico/pilot.c.orig Thu Jul 16 11:30:46 1998
---- pico/pilot.c Tue Jul 21 14:33:38 1998
+*** pico/pilot.c.orig Mon Aug 24 20:37:39 1998
+--- pico/pilot.c Tue Feb 9 22:14:09 1999
***************
*** 222,228 ****
sup_keyhelp = !sup_keyhelp;