Index: openacs-4/packages/acs-mail-lite/tcl/test/acs-mail-lite-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/tcl/test/acs-mail-lite-procs.tcl,v diff -u -r1.1.2.4 -r1.1.2.5 --- openacs-4/packages/acs-mail-lite/tcl/test/acs-mail-lite-procs.tcl 28 Aug 2024 12:20:51 -0000 1.1.2.4 +++ openacs-4/packages/acs-mail-lite/tcl/test/acs-mail-lite-procs.tcl 28 Aug 2024 12:37:49 -0000 1.1.2.5 @@ -104,8 +104,6 @@ where object_id = :any_object_id and to_addr = :to_addr and from_addr = :from_addr - and subject = :subject - and body = :body } parameter::set_value \ @@ -121,3 +119,10 @@ } } } + +# +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: