]> granicus.if.org Git - mutt/commitdiff
Clarify documentation for $config_charset.
authorRocco Rutte <pdmef@gmx.net>
Thu, 21 Aug 2008 08:42:31 +0000 (10:42 +0200)
committerRocco Rutte <pdmef@gmx.net>
Thu, 21 Aug 2008 08:42:31 +0000 (10:42 +0200)
Closes #2021.

init.h

diff --git a/init.h b/init.h
index a257b438252b08961314586aa0b19624ff4eaa3e..41dd8b6ccb5b3bd276f991214f94b78ccd617b84 100644 (file)
--- a/init.h
+++ b/init.h
@@ -374,8 +374,15 @@ struct option_t MuttVars[] = {
   /*
   ** .pp
   ** When defined, Mutt will recode commands in rc files from this
-  ** encoding to the current character set and aliases written to
-  ** $$alias_file from the current character set.
+  ** encoding to the current character set as specified by $$charset
+  ** and aliases written to $$alias_file from the current character set.
+  ** .pp
+  ** Please note that if setting $$charset it must be done before
+  ** setting $$config_charset.
+  ** .pp
+  ** Recoding should be avoided as it may render unconvertable
+  ** characters as question marks which can lead to undesired
+  ** side effects (for example in regular expressions).
   */
   { "confirmappend",   DT_BOOL, R_NONE, OPTCONFIRMAPPEND, 1 },
   /*