Here is a patch for Drupal 6.0 compatibility ;) :
==
Index: emailFilter.info
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/emailFilter/Attic/emailFilter.info,v
retrieving revision 1.1.2.1
diff -u -3 -r1.1.2.1 emailFilter.info
--- emailFilter.info 6 Aug 2007 21:02:19 -0000 1.1.2.1
+++ emailFilter.info 27 Aug 2009 20:05:16 -0000
@@ -2,5 +2,5 @@
name = emailFilter
description = A filter that substitutes email style markup with divs so that they can be themed.
package = "Input filters"
-dependencies = filter
-
+dependencies[] = filter
+core = 6.x
==
It needs a bit of testing (I haven't had time to test that it actually does work), but so far everything is turning up in the right place in the Admin section ;) .
Comments
Comment #1
philipnet commentedCommitted and new release released!