From 9fa3a4ac7ce5e8ceb07ba8b38aee44942ab6e2db Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Thu, 9 Aug 2007 07:39:11 +0000 Subject: Add support for the passfile option. Submitted (in part) by: Scot Hetzel --- mail/pine4/files/patch-ac | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'mail/pine4/files/patch-ac') diff --git a/mail/pine4/files/patch-ac b/mail/pine4/files/patch-ac index d5e533d5fcb0..08aa8b1ffc6c 100644 --- a/mail/pine4/files/patch-ac +++ b/mail/pine4/files/patch-ac @@ -1,5 +1,5 @@ *** pine/osdep/os-bsf.h.orig Fri May 23 09:05:21 2003 ---- pine/osdep/os-bsf.h Fri Sep 5 01:44:20 2003 +--- pine/osdep/os-bsf.h Thu Aug 9 00:30:23 2007 *************** *** 87,93 **** NOTE: You'll also have to make sure the appropriate osdep/postreap.* @@ -29,6 +29,22 @@ The default printer when pine starts up for the first time with no printer ----*/ *************** +*** 250,255 **** +--- 252,264 ---- + #define MAX_SCREEN_COLS (170) + #define MAX_SCREEN_ROWS (200) + ++ /*---------------------------------------------------------------------- ++ File name used to store the user's server/id/password triple between ++ session. It is rooted in the same directory as the PINERC. ++ ----*/ ++ #ifdef WITH_PASSFILE ++ #define PASSFILE "@@PASSFILE@@" ++ #endif + + /*---------------------------------------------------------------------- + Where to put the output of pine in debug mode. Files are created +*************** *** 280,286 **** 8 9 logs gross details of command execution @@ -37,7 +53,7 @@ ---- 282,288 ---- +--- 289,295 ---- 8 9 logs gross details of command execution ----*/ -- cgit v1.2.3