Skip to content
Snippets Groups Projects
Commit 37ff0d90 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix bug that caused a [msglist:sub] last_read_mail key to be created

This just generated unnecessary noise in data/user/*.ini files, no harm.

iniSetObject (used by userprops.js) will set undefined properties as blank
keys in the section (oops, I don't recall if this is intentional or not), so
we need to 'delete' the property instead of assigning undefined to it.
parent fda86a15
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment