Changeset 5486:15d93fe50e62

Show
Ignore:
Timestamp:
2008-08-21 01:42:31 (4 months ago)
Author:
Rocco Rutte <pdmef@…>
Branch:
HEAD
Message:

Clarify documentation for $config_charset.
Closes #2021.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • init.h

    r5484 r5486  
    375375  ** .pp 
    376376  ** When defined, Mutt will recode commands in rc files from this 
    377   ** encoding to the current character set and aliases written to 
    378   ** $$alias_file from the current character set. 
     377  ** encoding to the current character set as specified by $$charset 
     378  ** and aliases written to $$alias_file from the current character set. 
     379  ** .pp 
     380  ** Please note that if setting $$charset it must be done before 
     381  ** setting $$config_charset. 
     382  ** .pp 
     383  ** Recoding should be avoided as it may render unconvertable 
     384  ** characters as question marks which can lead to undesired 
     385  ** side effects (for example in regular expressions). 
    379386  */ 
    380387  { "confirmappend",    DT_BOOL, R_NONE, OPTCONFIRMAPPEND, 1 },