summaryrefslogtreecommitdiffstats
path: root/mail/dkimap4
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2002-04-22 00:53:17 +0000
committeranders <anders@FreeBSD.org>2002-04-22 00:53:17 +0000
commitf98ba3d414a615e57b49f8073504d21a51209de3 (patch)
tree9436e46b48020982017697fdba1ed3713a51d7e0 /mail/dkimap4
parent9a055e87611beb41b98be5a2fe9e0206e33101e8 (diff)
downloadFreeBSD-ports-f98ba3d414a615e57b49f8073504d21a51209de3.zip
FreeBSD-ports-f98ba3d414a615e57b49f8073504d21a51209de3.tar.gz
Run movemail after successful login, so that users of dkpop3 daemon can
see new mail (without also using IMAP) as well.
Diffstat (limited to 'mail/dkimap4')
-rw-r--r--mail/dkimap4/files/patch-dboxpop3.C10
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 0000000..c442362
--- /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";
+ }
+ }
OpenPOWER on IntegriCloud