Run movemail after successful login, so that users of dkpop3 daemon can

see new mail (without also using IMAP) as well.
This commit is contained in:
Anders Nordby 2002-04-22 00:53:17 +00:00
parent d1c2f0dddd
commit 4db6500fea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57965

View file

@ -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";
}
}