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-bg | |
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-bg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/pine4/files/patch-bg b/mail/pine4/files/patch-bg new file mode 100644 index 000000000000..be529024802b --- /dev/null +++ b/mail/pine4/files/patch-bg @@ -0,0 +1,11 @@ +--- pine/rpdump.c.Dist Mon Jul 30 11:21:19 2001 ++++ pine/rpdump.c Fri Sep 28 01:46:43 2001 +@@ -114,7 +114,7 @@ + RemoteType rtype; + unsigned long i; + +-#include "../c-client/linkage.c" ++#include "c-client/linkage.c" + + if(parse_args(argc, argv, &force, &local, &remote)){ + fprintf(stderr, ustr, argv[0]); |