diff options
author | Anders Nordby <anders@FreeBSD.org> | 2002-04-22 00:53:17 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2002-04-22 00:53:17 +0000 |
commit | 4db6500fea19bb9429ad79ca921256e47e93c2c4 (patch) | |
tree | 76883e9baa0d574533805cdb939922bdb1e9f227 /mail/dkimap4/files | |
parent | d1c2f0dddd4a74a79847b017915f3482671e055c (diff) | |
download | ports-4db6500fea19bb9429ad79ca921256e47e93c2c4.tar.gz ports-4db6500fea19bb9429ad79ca921256e47e93c2c4.zip |
Notes
Diffstat (limited to 'mail/dkimap4/files')
-rw-r--r-- | mail/dkimap4/files/patch-dboxpop3.C | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/dkimap4/files/patch-dboxpop3.C b/mail/dkimap4/files/patch-dboxpop3.C new file mode 100644 index 000000000000..c44236292720 --- /dev/null +++ b/mail/dkimap4/files/patch-dboxpop3.C @@ -0,0 +1,10 @@ +--- dkpop3/dboxpop3.C.orig Thu Jan 25 22:53:06 2001 ++++ dkpop3/dboxpop3.C Mon Apr 22 02:07:19 2002 +@@ -348,6 +348,7 @@ + if(logged_in()) + return; + ++ movemail(); + cout << "+OK Welcome\r\n"; + } + } |