* gnus-art.el (gnus-use-idna): Don't directly refer to the value of
[gnus] / lisp / gnus-art.el
index 8dd0aaa..2ec1fcf 100644 (file)
@@ -1601,7 +1601,7 @@ It is a string, such as \"PGP\". If nil, ask user."
 
 (defcustom gnus-use-idna (and (condition-case nil (require 'idna) (file-error))
                              (mm-coding-system-p 'utf-8)
-                             (executable-find idna-program))
+                             (executable-find (symbol-value 'idna-program)))
   "Whether IDNA decoding of headers is used when viewing messages.
 This requires GNU Libidn, and by default only enabled if it is found."
   :version "22.1"