mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-11 09:53:19 +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.