From 1e3a4dbc3845ccd1fce53f2e559885e8079072db Mon Sep 17 00:00:00 2001 From: teranisi Date: Fri, 20 Feb 2004 16:40:31 +0000 Subject: [PATCH] * elmo-mime.el (elmo-mime-display-as-is-coding-system): Moved to elmo-vars.el. --- elmo/ChangeLog | 3 +++ elmo/elmo-mime.el | 6 ------ elmo/elmo-vars.el | 6 ++++++ 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 2274b75..f1778aa 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,5 +1,8 @@ 2004-02-20 Yuuichi Teranishi + * 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. diff --git a/elmo/elmo-mime.el b/elmo/elmo-mime.el index d338f7d..76ebaa9 100644 --- a/elmo/elmo-mime.el +++ b/elmo/elmo-mime.el @@ -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) diff --git a/elmo/elmo-vars.el b/elmo/elmo-vars.el index c405355..e80d9cb 100644 --- a/elmo/elmo-vars.el +++ b/elmo/elmo-vars.el @@ -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)) -- 1.7.10.4