From 271b8308be6b55640446658710d90ea348d71ef6 Mon Sep 17 00:00:00 2001 From: murata Date: Wed, 10 May 2000 12:55:24 +0000 Subject: [PATCH] (elmo-use-decoded-cache): New variable. --- elmo/elmo-vars.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/elmo/elmo-vars.el b/elmo/elmo-vars.el index 9018fa6..dd179b7 100644 --- a/elmo/elmo-vars.el +++ b/elmo/elmo-vars.el @@ -327,6 +327,9 @@ If function, return value of function.") If server doesn't accept asynchronous commands, this variable should be set as non-nil.") +(defvar elmo-use-decoded-cache t + "Use cache of decode mime charset string.") + (provide 'elmo-vars) ;;; elmo-vars.el ends here -- 1.7.10.4