Changeset 5458:f93dcd689032 for init.h
Legend:
- Unmodified
- Added
- Removed
-
init.h
r5431 r5458 104 104 ** .pp 105 105 ** 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. 107 109 ** .pp 108 110 ** \fBNote:\fP Mutt will not automatically source this file; you must … … 373 375 ** .pp 374 376 ** 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. 376 379 */ 377 380 { "confirmappend", DT_BOOL, R_NONE, OPTCONFIRMAPPEND, 1 },
