From 91b4798b00f23d045b1c8eb559b36d59f671cda2 Mon Sep 17 00:00:00 2001 From: thomasb Date: Fri, 4 May 2012 10:06:37 +0000 Subject: Fix multi-threaded autocompletion when number of threads > number of sources git-svn-id: https://svn.roundcube.net/trunk@6143 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index c440d169e..487d718e3 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -3812,7 +3812,7 @@ function rcube_webmail() for (i=0; i 1 && source === null) + if (threads > 1 && source === undefined) break; post_data._source = source ? source : ''; -- cgit v1.2.3