--- rmail.orig/header.rb   Wed Apr 28 07:19:04 2004
+++ rmail/header.rb   Tue Oct 18 10:58:08 2005
@@ -630,7 +630,7 @@
     # Set the boundary parameter of this message's Content-Type:
     # field.
     def set_boundary(boundary)
-      params = params_quoted('content-type')
+      params = params('content-type')
       params ||= {}
       params['boundary'] = boundary
       content_type = content_type()
