mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
parent
d1c2f0dddd
commit
4db6500fea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57965
1 changed files with 10 additions and 0 deletions
10
mail/dkimap4/files/patch-dboxpop3.C
Normal file
10
mail/dkimap4/files/patch-dboxpop3.C
Normal 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";
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue