diff options
author | alecpl <alec@alec.pl> | 2010-03-02 13:08:12 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-03-02 13:08:12 +0000 |
commit | 47ad83f337c9eeb4bc53afb85a71cf90a8a34106 (patch) | |
tree | be27fe9e46d89f7035ce59359a84ede526c1ce9a /program/localization/en_US | |
parent | d5ffb58726237d81f167c7460ce4eabb4b768c51 (diff) |
- Added force_7bit option to force MIME encoding of plain/text messages (#1486510)
Diffstat (limited to 'program/localization/en_US')
-rw-r--r-- | program/localization/en_US/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index e7d99d22b..7aaee3721 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -302,6 +302,7 @@ $labels['mimeparamfolding'] = 'Attachment names'; $labels['2231folding'] = 'Full RFC 2231 (Thunderbird)'; $labels['miscfolding'] = 'RFC 2047/2231 (MS Outlook)'; $labels['2047folding'] = 'Full RFC 2047 (other)'; +$labels['force7bit'] = 'Use MIME encoding for 8-bit characters'; $labels['advancedoptions'] = 'Advanced options'; $labels['focusonnewmessage'] = 'Focus browser window on new message'; $labels['checkallfolders'] = 'Check all folders for new messages'; |