Loading src/com/fsck/k9/preferences/GlobalSettings.java +1 −1 Original line number Diff line number Diff line Loading @@ -222,7 +222,7 @@ public class GlobalSettings { new V(25, new BooleanSetting(true)) )); s.put("autofitWidth", Settings.versions( new V(26, new BooleanSetting(true)) new V(27, new BooleanSetting(true)) )); SETTINGS = Collections.unmodifiableMap(s); Loading Loading
src/com/fsck/k9/preferences/GlobalSettings.java +1 −1 Original line number Diff line number Diff line Loading @@ -222,7 +222,7 @@ public class GlobalSettings { new V(25, new BooleanSetting(true)) )); s.put("autofitWidth", Settings.versions( new V(26, new BooleanSetting(true)) new V(27, new BooleanSetting(true)) )); SETTINGS = Collections.unmodifiableMap(s); Loading