diff options
author | thomascube <thomas@roundcube.net> | 2008-11-28 19:03:24 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-11-28 19:03:24 +0000 |
commit | 2fd975071a43147b054adaa857008f6ae2ee245f (patch) | |
tree | 71f60d8580ddff8656296e63c00fa86899b8db42 /program/localization/en_US | |
parent | 41b43ba00e9110e6f415014382e11af7fe381fcb (diff) |
Option to check for new mails in all folders (#1484374)
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 99ef6b0f3..142dd714c 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -295,6 +295,7 @@ $labels['miscfolding'] = 'RFC 2047/2231 (MS Outlook)'; $labels['2047folding'] = 'Full RFC 2047 (other)'; $labels['advancedoptions'] = 'Advanced options'; $labels['focusonnewmessage'] = 'Focus browser window on new message'; +$labels['checkallfolders'] = 'Check all folders for new messages'; $labels['folder'] = 'Folder'; $labels['folders'] = 'Folders'; |