* elmo-mime.el (elmo-mime-display-as-is-coding-system): Moved to elmo-vars.el.
authorteranisi <teranisi>
Fri, 20 Feb 2004 16:40:31 +0000 (16:40 +0000)
committerteranisi <teranisi>
Fri, 20 Feb 2004 16:40:31 +0000 (16:40 +0000)
elmo/ChangeLog
elmo/elmo-mime.el
elmo/elmo-vars.el

index 2274b75..f1778aa 100644 (file)
@@ -1,5 +1,8 @@
 2004-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
 
+       * elmo-mime.el (elmo-mime-display-as-is-coding-system): Moved
+       to elmo-vars.el.
+
        * elmo.el (elmo-message-match-condition): Use elmo-message-fetch
        instead of insert-file-contents-as-binary.
        (elmo-message-set-field): New generic function.
index d338f7d..76ebaa9 100644 (file)
@@ -53,12 +53,6 @@ value is used."
                 (function :tag "Function"))
   :group 'elmo)
 
-(defcustom elmo-mime-display-as-is-coding-system (if (boundp 'MULE)
-                                                    '*autoconv* 'undecided)
-  "*Coding system used when message is displayed as is."
-  :type 'symbol
-  :group 'elmo)
-
 (luna-define-method initialize-instance :after ((entity mime-elmo-buffer-entity)
                                                &rest init-args)
   entity)
index c405355..e80d9cb 100644 (file)
@@ -415,6 +415,12 @@ Arguments for this function are NAME, BUFFER, HOST and SERVICE.")
 (defvar elmo-dop-queue nil
   "Global variable for storing disconnected operation queues.")
 
+(defcustom elmo-mime-display-as-is-coding-system (if (boundp 'MULE)
+                                                    '*autoconv* 'undecided)
+  "*Coding system used when message is displayed as is."
+  :type 'symbol
+  :group 'elmo)
+
 (require 'product)
 (product-provide (provide 'elmo-vars) (require 'elmo-version))