diff options
author | Doug Barton <dougb@FreeBSD.org> | 2001-10-05 08:41:39 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2001-10-05 08:41:39 +0000 |
commit | 0faf48ffbef41b6d610ff192ba4fb74f26688f3d (patch) | |
tree | 8d80f4a0b007889a13ecca9565ceb3aa83ae2bbf /mail/pine4/files/patch-an | |
parent | o update to 0.4.1. (diff) |
* Update to version 4.40, the latest and greatest from our friends
at UW. Improvements include TLS and SSL support fully integrated
into the code base (requires OpenSSL), support for remote address
books, improved rules-based filtering, and new filter options.
* Bugs fixed include longer folder names, temp file cleanup,
mail sorted by filters more accurately, et al.
* Re-generate almost all of the patches to clean out more of the fuzz.
Notes
Notes:
svn path=/head/; revision=48464
Diffstat (limited to '')
-rw-r--r-- | mail/pine4/files/patch-an | 25 |
1 files changed, 4 insertions, 21 deletions
diff --git a/mail/pine4/files/patch-an b/mail/pine4/files/patch-an index 2d9cc2dc5bea..8835c7ea1913 100644 --- a/mail/pine4/files/patch-an +++ b/mail/pine4/files/patch-an @@ -1,24 +1,7 @@ -*** pico/osdep/os-bsf.h.orig Wed Jul 8 19:37:28 1998 ---- pico/osdep/os-bsf.h Fri Jul 10 12:57:37 1998 +*** pico/osdep/os-bsf.h.orig Wed Feb 7 14:53:26 2001 +--- pico/osdep/os-bsf.h Thu Sep 27 23:56:53 2001 *************** -*** 23,29 **** - - #define USE_DIRENT - #include <sys/types.h> -! #include <sys/dir.h> - #include <stdlib.h> - #include <string.h> - ---- 23,29 ---- - - #define USE_DIRENT - #include <sys/types.h> -! #include <dirent.h> - #include <stdlib.h> - #include <string.h> - -*************** -*** 152,158 **** +*** 153,159 **** /* * Place where mail gets delivered (for pico's new mail checking) */ @@ -26,7 +9,7 @@ /* * What and where the tool that checks spelling is located. If this is ---- 152,158 ---- +--- 153,159 ---- /* * Place where mail gets delivered (for pico's new mail checking) */ |