Changeset 5486:15d93fe50e62
- Timestamp:
- 2008-08-21 01:42:31 (5 months ago)
- Author:
- Rocco Rutte <pdmef@…>
- Branch:
- HEAD
- Message:
-
Clarify documentation for $config_charset.
Closes #2021.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5484
|
r5486
|
|
| 375 | 375 | ** .pp |
| 376 | 376 | ** 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). |
| 379 | 386 | */ |
| 380 | 387 | { "confirmappend", DT_BOOL, R_NONE, OPTCONFIRMAPPEND, 1 }, |