diff options
author | Anders Nordby <anders@FreeBSD.org> | 2003-05-21 00:13:49 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2003-05-21 00:13:49 +0000 |
commit | a5dc544c95f0964a10b81fbea521bd9296535ff9 (patch) | |
tree | 5b5688d3ac7d32e2c1f9755657af44ac1e5da213 /mail/imap-uw/files/patch-ai | |
parent | Add WWW: and try to improve the general pkg-descr a bit. (diff) |
Update to 2002c1.
PR: 51754
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes
Notes:
svn path=/head/; revision=81571
Diffstat (limited to 'mail/imap-uw/files/patch-ai')
-rw-r--r-- | mail/imap-uw/files/patch-ai | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/imap-uw/files/patch-ai b/mail/imap-uw/files/patch-ai index 3202669b225b..e4b67eb6edaf 100644 --- a/mail/imap-uw/files/patch-ai +++ b/mail/imap-uw/files/patch-ai @@ -1,5 +1,5 @@ ---- src/imapd/imapd.c.orig Mon Nov 18 23:29:04 2002 -+++ src/imapd/imapd.c Wed Nov 27 05:10:42 2002 +--- src/imapd/imapd.c.orig Thu Apr 3 00:09:25 2003 ++++ src/imapd/imapd.c Mon May 19 22:20:56 2003 @@ -29,6 +29,11 @@ #include "c-client.h" #include <sys/stat.h> @@ -22,7 +22,7 @@ +extern char *getenv (); +#endif /* DRAC_AUTH */ + - char *version = "2002.332"; /* version number of this server */ + char *version = "2003.337"; /* version number of this server */ time_t alerttime = 0; /* time of last alert */ time_t sysalerttime = 0; /* time of last system alert */ @@ -238,7 +249,50 @@ @@ -77,7 +77,7 @@ /* Main program */ int main (int argc,char *argv[]) -@@ -1184,6 +1238,9 @@ +@@ -1189,6 +1243,9 @@ lasterror ()); return; } |