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

    From Rob Swindell@VERT to GitLab note in main/sbbs on Sat Dec 12 06: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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net