spelling mistakes in the reply would be corrected on the wrong line (ie,
throughout the original email to which you are replying). This is caused
by aspell (and possibly ispell) ignoring empty lines.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8112
7612ce4b-ef26-0410-bec9-
ea0150e637f0
- Fixed left frame mailbox list when sorting by case.
- Separated fortune plugin configuration variables from main plugin scripts.
See plugins/fortune/INSTALL.
+ - Fix for #906217 when checking spelling of inline replies, the corrected
+ words would appear through original email.
Version 1.5.0
--------------------
if(substr($sqspell_raw_lines[$i], 0, 1) != '>'){
$sqspell_new_lines[$i] = ' ' . $sqspell_raw_lines[$i];
} else {
- $sqspell_new_lines[$i] = '';
+ $sqspell_new_lines[$i] = ' ';
}
}
/**
* End:
* vim: syntax=php et ts=4
*/
-?>
\ No newline at end of file
+?>