mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
New plugins hooks (contacts suggections).
This commit is contained in:
parent
a69d3150ea
commit
a3654a3beb
3 changed files with 44 additions and 18 deletions
|
|
@ -12,9 +12,6 @@ function RainLoopApp()
|
|||
this.oRemote = null;
|
||||
this.oCache = null;
|
||||
|
||||
this.iSuggestionsLimit = Utils.pInt(this.settingsGet('SuggestionsLimit'));
|
||||
this.iSuggestionsLimit = 0 === this.iSuggestionsLimit ? 20 : this.iSuggestionsLimit;
|
||||
|
||||
this.quotaDebounce = _.debounce(this.quota, 1000 * 30);
|
||||
|
||||
$.wakeUp(function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue