From: murata Date: Wed, 10 May 2000 12:55:24 +0000 (+0000) Subject: (elmo-use-decoded-cache): New variable. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=271b8308be6b55640446658710d90ea348d71ef6;p=elisp%2Fwanderlust.git (elmo-use-decoded-cache): New variable. --- 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