[imp] switch off unwanted autocompletion of addresses

Frank Leonhardt leo at psychologie.tu-dresden.de
Tue Jul 29 14:49:31 UTC 2008


Hi,

after upgrading to IMP V 4.2.1, while typing the mail-address of the receiver the compose 
window changes its size very quick, after typing every single character there appears a sign 
(for 'reloading) under the to: line for a very short moment. This is very disturbing in my 
opinion.

To switch this off, i changed /usr/share/horde3/imp/compose.php (Line 557)

old:

/* Attach autocompleters to the compose form elements. */
$spellcheck = false;
if ($has_js) {
...
 new:

/* Attach autocompleters to the compose form elements. */
$spellcheck = false;
$niemals = false;
// if ($has_js) {
if ($niemals) {
....

To switch on Browser-autocompletion again, i changed 
/usr/share/horde3/imp/templates/compose.php (Line 80)

old:

autocomplete="off" 

new: 

autocomplete="on"

Maybe, this is useful for someone else. I think, it would be useful 
to make autocompletion a configurable option.

Greetings from Frank.

-- 
Frank Leonhardt, TU Dresden/Germany
Fachrichtung Psychologie
Tel. +49-351-4633-3388


More information about the imp mailing list