diff options
author | Doug Barton <dougb@FreeBSD.org> | 2007-08-09 07:39:11 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2007-08-09 07:39:11 +0000 |
commit | 9fa3a4ac7ce5e8ceb07ba8b38aee44942ab6e2db (patch) | |
tree | cd45c49e3215eddb09e8410dfd749957ef7eca09 /mail/pine4/files/patch-ac | |
parent | - Update to 1.1.1 (diff) |
Add support for the passfile option.
Submitted (in part) by: Scot Hetzel
Notes
Notes:
svn path=/head/; revision=197369
Diffstat (limited to 'mail/pine4/files/patch-ac')
-rw-r--r-- | mail/pine4/files/patch-ac | 20 |
1 files changed, 18 insertions, 2 deletions
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 ----*/ |