mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-12 23:15:26 +00:00
f48f27c812
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.