[Erp5-report] r16992 - /erp5/trunk/products/ERP5/Document/EmailDocument.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Oct 14 15:21:43 CEST 2007


Author: jp
Date: Sun Oct 14 15:21:43 2007
New Revision: 16992

URL: http://svn.erp5.org?rev=16992&view=rev
Log:
Fix inheritance for searchable text

Modified:
    erp5/trunk/products/ERP5/Document/EmailDocument.py

Modified: erp5/trunk/products/ERP5/Document/EmailDocument.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/EmailDocument.py?rev=16992&r1=16991&r2=16992&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/EmailDocument.py (original)
+++ erp5/trunk/products/ERP5/Document/EmailDocument.py Sun Oct 14 15:21:43 2007
@@ -92,6 +92,10 @@
 
   # Declarative interfaces
   __implements__ = ()
+
+  # Searchable Text - at least search the body message
+  #                 - later: search attachments too
+  searchable_property_list = TextDocument.searchable_property_list
 
   # Mail processing API
   def _getMessage(self):




More information about the Erp5-report mailing list