start and end of the region fixed
authorohta <ohta>
Tue, 12 May 1998 18:09:34 +0000 (18:09 +0000)
committerohta <ohta>
Tue, 12 May 1998 18:09:34 +0000 (18:09 +0000)
mime-partial.el

index cb9d439..c240070 100644 (file)
@@ -84,7 +84,9 @@ partial messages using mime-view."
              (if (string= the-id id)
                  (progn
                    (mime-method-to-store-message/partial
-                    (point-min)(point-max) parameters)
+                    (mime-entity-point-min mime-raw-message-info)
+                    (mime-entity-point-max mime-raw-message-info)
+                    parameters)
                    (if (file-exists-p full-file)
                        (throw 'tag nil)
                      )