mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03:00
Allowed contacts for ownCloud package. + contacts suggestions improvements.
This commit is contained in:
parent
1d61ea347f
commit
56a11e5833
5 changed files with 97 additions and 49 deletions
|
|
@ -15,7 +15,7 @@ class TestSuggestions implements \RainLoop\Providers\Suggestions\ISuggestions
|
|||
{
|
||||
return array(
|
||||
array($oAccount->Email(), ''),
|
||||
array('xxx@xxx', 'xxx')
|
||||
array('email@domain.com', 'name')
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue