(elmo-use-decoded-cache): New variable.
authormurata <murata>
Wed, 10 May 2000 12:55:24 +0000 (12:55 +0000)
committermurata <murata>
Wed, 10 May 2000 12:55:24 +0000 (12:55 +0000)
elmo/elmo-vars.el

index 9018fa6..dd179b7 100644 (file)
@@ -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