Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 202595c6 authored by cketti's avatar cketti
Browse files

Make 'notify for contact only' setting available for import/export

parent ee8dd311
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -224,6 +224,9 @@ public class AccountSettings {
        s.put("remoteSearchFullText", Settings.versions(
                new V(18, new BooleanSetting(false))
            ));
        s.put("notifyContactsMailOnly", Settings.versions(
                new V(42, new BooleanSetting(false))
            ));

        SETTINGS = Collections.unmodifiableMap(s);

+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ public class Settings {
     *
     * @see SettingsExporter
     */
    public static final int VERSION = 41;
    public static final int VERSION = 42;

    public static Map<String, Object> validate(int version, Map<String,
            TreeMap<Integer, SettingsDescription>> settings,