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.
(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)
(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))