diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2002-09-12 11:55:30 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-09-12 11:55:30 +0800 |
commit | 2cfbab586c48dc5da6d90dec268e10b9dceecdca (patch) | |
tree | 1930700031d942e2d530c5649b08588f627e116e | |
parent | c2160221e6d637a14f6e335366e8a8c00fbfa7f3 (diff) | |
download | gsoc2013-evolution-2cfbab586c48dc5da6d90dec268e10b9dceecdca.tar gsoc2013-evolution-2cfbab586c48dc5da6d90dec268e10b9dceecdca.tar.gz gsoc2013-evolution-2cfbab586c48dc5da6d90dec268e10b9dceecdca.tar.bz2 gsoc2013-evolution-2cfbab586c48dc5da6d90dec268e10b9dceecdca.tar.lz gsoc2013-evolution-2cfbab586c48dc5da6d90dec268e10b9dceecdca.tar.xz gsoc2013-evolution-2cfbab586c48dc5da6d90dec268e10b9dceecdca.tar.zst gsoc2013-evolution-2cfbab586c48dc5da6d90dec268e10b9dceecdca.zip |
added i18n changes for imap
svn path=/trunk/; revision=18052
-rw-r--r-- | RELEASE-NOTES | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d201bbd49d..b8a28d965b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -55,3 +55,20 @@ This applies to the search bar, the filter rules and the vfolder rules. Filter rules and vfolder rules might need to be re-adjusted after you upgrade to version 1.1.1. +IMAP FOLDER NAME CHANGES (I18N) + +If you created any folder names using non-ASCII characters using prior +versions of Evolution, you will find they may not be displayed +properly anymore. This is because previous versions did not implement +IMAP I18N folder names correctly as specified in RFC 2060. + +The upgrade script will try to rectify any filters or vfolders using +any such names. However, as it does not know the character set used +by the server, non ISO-8859-1 (latin-1) characters will not be +properly converted. You may need to reverify the filter and vFolder +rules in this case. + +Also note that if such folder names do not display properly that it is +purely cosmetic and may be fixed by renaming the folder(s) in +question. + |