* elmo-split.el (elmo-split-subr): Disable multibyte characters of
authorhmurata <hmurata>
Thu, 13 Oct 2005 06:13:28 +0000 (06:13 +0000)
committerhmurata <hmurata>
Thu, 13 Oct 2005 06:13:28 +0000 (06:13 +0000)
working buffer.

* wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
of working buffer.

elmo/ChangeLog
elmo/elmo-split.el
wl/ChangeLog
wl/wl-mime.el

index f6257e9..76b0686 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-split.el (elmo-split-subr): Disable multibyte characters of
+       working buffer.
+
 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * elmo-search.el (elmo-search-namazu-index): Fixed the order to
index 966e1d2..1c69fe9 100644 (file)
@@ -329,6 +329,7 @@ If prefix argument ARG is specified, do a reharsal (no harm)."
     (unwind-protect
        (progn
          (with-temp-buffer
+           (set-buffer-multibyte nil)
            (dolist (msg msgs)
              (erase-buffer)
              (when (ignore-errors
index 20ccbe3..870c6c5 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
+       of working buffer.
+
 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
index bc53e0c..72e4dc4 100644 (file)
@@ -597,6 +597,7 @@ With ARG, ask coding system and encode the region with it before verifying."
           (setq entity
                 (car (mime-entity-children message-entity)))
           (with-temp-buffer
+            (set-buffer-multibyte nil)
             (insert (mime-entity-body message-entity))
             (elmo-folder-append-buffer target))))
     number))