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-be | |
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 '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 000000000000..3d5efa25dc68 --- /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. |