(mime-edit-decode-buffer): Call `mule-caesar-region' for
authormorioka <morioka>
Fri, 16 Oct 1998 12:49:20 +0000 (12:49 +0000)
committermorioka <morioka>
Fri, 16 Oct 1998 12:49:20 +0000 (12:49 +0000)
text/x-rot13-47-48 entity.

mime-edit.el

index eab91e7..ff83978 100644 (file)
@@ -2689,6 +2689,10 @@ Content-Type: message/partial; id=%s; number=%d; total=%d\n%s\n"
                           (match-end 0)
                         (point-min)
                         )))
+                 (if (and (eq type 'text)
+                          (eq stype 'x-rot13-47-48))
+                     (mule-caesar-region he (point-max))
+                   )
                  (if (= (point-min) 1)
                      (progn
                        (goto-char he)