mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-28 17:42:44 +00:00
fetching public ICS files without this patch result in continual opening and closing of the "Localizable.strings" to create a NSDictionary, looking up one key and closing it again. By caching it in a static variable this greatly improves the performance.