From 3ad591f5e7cc85af9b7d15b422c4c598954eba9b Mon Sep 17 00:00:00 2001 From: jangliss Date: Sat, 2 Oct 2004 03:09:08 +0000 Subject: [PATCH] Fix for 906217. If replying to an email inline, and a spell check is done, 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 --- ChangeLog | 2 ++ plugins/squirrelspell/modules/check_me.mod | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4f9f7f25..4a2518f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -112,6 +112,8 @@ Version 1.5.1 -- CVS - 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 -------------------- diff --git a/plugins/squirrelspell/modules/check_me.mod b/plugins/squirrelspell/modules/check_me.mod index 72fc8d41..a77958f4 100644 --- a/plugins/squirrelspell/modules/check_me.mod +++ b/plugins/squirrelspell/modules/check_me.mod @@ -66,7 +66,7 @@ for ($i=0; $i \ No newline at end of file +?> -- 2.25.1