Changeset 5458:f93dcd689032 for init.h

Show
Ignore:
Timestamp:
2008-07-21 00:11:40 (4 months ago)
Author:
Rocco Rutte <pdmef@…>
Branch:
HEAD
Message:

Encode lines written to $alias_file in $config_charset if set. Closes #3095

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • init.h

    r5431 r5458  
    104104  ** .pp 
    105105  ** The default file in which to save aliases created by the  
    106   ** ``$create-alias'' function. 
     106  ** ``$create-alias'' function. Entries added to this file are 
     107  ** encoded in the charsacter set specified by $$config_charset if it 
     108  ** is set or the current character set otherwise. 
    107109  ** .pp 
    108110  ** \fBNote:\fP Mutt will not automatically source this file; you must 
     
    373375  ** .pp 
    374376  ** When defined, Mutt will recode commands in rc files from this 
    375   ** encoding. 
     377  ** encoding to the current charsacter set and aliases written to 
     378  ** $$alias_file from the current character set. 
    376379  */ 
    377380  { "confirmappend",    DT_BOOL, R_NONE, OPTCONFIRMAPPEND, 1 },