mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-15 21:11:17 +02:00
create bsd12 branch
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- ./application/plugins/AccessPermissions.php.orig 2016-04-11 19:28:04.000000000 +0200
|
||||
+++ ./application/plugins/AccessPermissions.php 2016-07-19 15:37:04.961374000 +0200
|
||||
@@ -83,7 +83,7 @@
|
||||
$controller->getMailbox()->setAccessRestriction( $subform->getSelectedAccessPermissions() );
|
||||
}
|
||||
else
|
||||
- $controller->getMailbox()->setAccessRestriction( 'ALL' );
|
||||
+ $controller->getMailbox()->setAccessRestriction( 'SMTP,POP3' );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user