• webv4 header should show count for unread mail instead of all mail (us

    From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Fri Dec 11 22:12:27 2020
    https://gitlab.synchro.net/main/sbbs/-/merge_requests/60#note_1169

    Ideally, you would make something like this backwards compatible:```const count = typeof user.stats.unread_mail_waiting === "undefined" ? user.stats.mail_waiting : user.stats.unread_mail_waiting;```So if someone wanted to, they could run newer ecweb with older sbbs. There may be other reasons preventing use with the current webv4 with older sbbs however.
    --- SBBSecho 3.11-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)