diff options
author | dougb <dougb@FreeBSD.org> | 2001-10-05 08:41:39 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2001-10-05 08:41:39 +0000 |
commit | a746d3659f643670c7f936a52c14104528415de2 (patch) | |
tree | 280ad778d557e05deaf9531ea04e696f0fb47fc5 /mail/pine4/files/patch-be | |
parent | 490c21785a167c8b5e5731cdacaa29832019bfc0 (diff) | |
download | FreeBSD-ports-a746d3659f643670c7f936a52c14104528415de2.zip FreeBSD-ports-a746d3659f643670c7f936a52c14104528415de2.tar.gz |
* 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.
Diffstat (limited to 'mail/pine4/files/patch-be')
-rw-r--r-- | mail/pine4/files/patch-be | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/pine4/files/patch-be b/mail/pine4/files/patch-be new file mode 100644 index 0000000..3d5efa2 --- /dev/null +++ b/mail/pine4/files/patch-be @@ -0,0 +1,20 @@ +--- pine/pine.c.orig Tue Aug 7 15:52:00 2001 ++++ pine/pine.c Fri Sep 28 00:51:54 2001 +@@ -40,7 +40,7 @@ + ----------------------------------------------------------------------*/ + + #include "headers.h" +-#include "../c-client/imap4r1.h" ++#include "c-client/imap4r1.h" + + + /* +@@ -361,7 +361,7 @@ + #endif + + /*------- Set up c-client drivers -------*/ +-#include "../c-client/linkage.c" ++#include "c-client/linkage.c" + /* + * Lookups of long login names which don't exist are very slow in aix. + * This would normally get set in system-wide config if not needed. |