summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-08-24 20:56:48 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-08-24 20:56:48 (EDT)
commitf9e4befaf3a8ad636996b545b216ee1adae69806 (patch)
tree9cc2d8b3e51878d4ee4203e053cd755097d58196 /.config
parentc12d439d3815d230f8f2e2d40fff5614e63d2993 (diff)
downloadgajim-f9e4befaf3a8ad636996b545b216ee1adae69806.zip
gajim-f9e4befaf3a8ad636996b545b216ee1adae69806.tar.gz
gajim-f9e4befaf3a8ad636996b545b216ee1adae69806.tar.bz2
settings.sqlite: Message receipts
Diffstat (limited to '.config')
-rw-r--r--.config/gajim/settings.sqlite4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/gajim/settings.sqlite b/.config/gajim/settings.sqlite
index 13a7712..48f7e8d 100644
--- a/.config/gajim/settings.sqlite
+++ b/.config/gajim/settings.sqlite
@@ -4,7 +4,7 @@ CREATE TABLE settings (
name TEXT UNIQUE,
settings TEXT
);
-INSERT INTO settings VALUES('app','{"roster_x-position": 0, "roster_y-position": 24, "roster_width": 1280, "roster_height": 751, "last_roster_visible": true, "collapsed_rows": "", "emoticons_theme": "font", "one_message_window": "always_with_roster", "roster_hpaned_position": 200, "msgwin-max-state": false, "msgwin-width": 1080, "msgwin-height": 751, "msgwin-x-position": 0, "msgwin-y-position": 24}');
+INSERT INTO settings VALUES('app','{"roster_x-position": 0, "roster_y-position": 24, "roster_width": 1280, "roster_height": 751, "last_roster_visible": true, "collapsed_rows": "", "emoticons_theme": "font", "one_message_window": "always_with_roster", "roster_hpaned_position": 200, "msgwin-max-state": false, "msgwin-width": 1080, "msgwin-height": 751, "msgwin-x-position": 0, "msgwin-y-position": 24, "positive_184_ack": true}');
INSERT INTO settings VALUES('soundevents','{}');
INSERT INTO settings VALUES('status_presets','{"Sleeping": {"message": "ZZZZzzzzzZZZZZ", "activity": "inactive", "subactivity": "sleeping", "mood": "sleepy"}, "Back soon": {"message": "Back in some minutes."}, "Eating": {"message": "I\u2019m eating.", "activity": "eating", "subactivity": "other"}, "Movie": {"message": "I\u2019m watching a movie.", "activity": "relaxing", "subactivity": "watching_a_movie"}, "Working": {"message": "I\u2019m working.", "activity": "working", "subactivity": "other"}, "Out": {"message": "I\u2019m out enjoying life.", "activity": "relaxing", "subactivity": "going_out"}}');
INSERT INTO settings VALUES('proxies','{"Tor": {"type": "socks5", "host": "localhost", "port": 9050}}');
@@ -13,5 +13,5 @@ CREATE TABLE account_settings (
account TEXT UNIQUE,
settings TEXT
);
-INSERT INTO account_settings VALUES('member.fsf.org','{"account": {"active": true, "name": "pehjota", "resource": "gajim.BPUIG4D6", "account_label": "pehjota@member.fsf.org", "account_color": "rgb(132,154,51)", "hostname": "member.fsf.org", "savepass": true, "anonymous_auth": false, "autoconnect": true, "sync_with_global_status": true, "use_custom_host": false, "password": "", "last_status": "online", "last_status_msg": "", "opened_chat_controls": ""}, "contact": {"pehjota@member.fsf.org": {"send_marker": true}}, "group_chat": {}}');
+INSERT INTO account_settings VALUES('member.fsf.org','{"account": {"active": true, "name": "pehjota", "resource": "gajim.BPUIG4D6", "account_label": "pehjota@member.fsf.org", "account_color": "rgb(132,154,51)", "hostname": "member.fsf.org", "savepass": true, "anonymous_auth": false, "autoconnect": true, "sync_with_global_status": true, "use_custom_host": false, "password": "", "last_status": "online", "last_status_msg": "", "opened_chat_controls": ""}, "contact": {"pehjota@member.fsf.org": {"send_marker": true}, "cheogram.com": {"send_marker": true}}, "group_chat": {}}');
COMMIT;