* Apparently the PHP ereg function doesn't think that \s is space, \t is
authorfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 1 May 2001 21:18:28 +0000 (21:18 +0000)
committerfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 1 May 2001 21:18:28 +0000 (21:18 +0000)
commit59a29c4bd700eaec29c4e02b0e95b5ca93cb9963
tree9e4874ed23010c3c062488cc8e19ebc79d9edbd6
parent63123e7c55270c877981b5bb6a76607bad7a16fc
* Apparently the PHP ereg function doesn't think that \s is space, \t is
  tab, \w is whitespace.  Just changed \s ('\\s' to get past one level of
  unescaping) into a space.  All is better.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1330 7612ce4b-ef26-0410-bec9-ea0150e637f0
src/compose.php