• move .imap files from user directory into their own directory.

    From Nigel Reed@1:103/705 to GitLab issue in main/sbbs on Fri Sep 26 00:12:00 2025
    open https://gitlab.synchro.net/main/sbbs/-/issues/977

    In my /sbbs/data/user/0001 directory I've got 2094 .imap files. While I'm not concerned about the number, I think it'd be nicer, neater to have these in their own 0001.imap directory.

    While not a priority, it would be good for the next major update so moving of the existing files can be done in the update.js file.
    --- SBBSecho 3.29-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 to GitLab note in main/sbbs on Fri Sep 26 00:17:22 2025
    https://gitlab.synchro.net/main/sbbs/-/issues/977#note_7651

    Quick note... be sure the location they're in is auto-deleted when a user is deleted.
    --- SBBSecho 3.29-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Nigel Reed@1:103/705 to GitLab note in main/sbbs on Fri Sep 26 00:18:45 2025
    https://gitlab.synchro.net/main/sbbs/-/issues/977#note_7654

    I think I had this discussion with Digital Man and the outcome was that all xxxx and xxxx.* files are deleted when the user is deleted.
    --- SBBSecho 3.29-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Fri Sep 26 12:00:51 2025
    https://gitlab.synchro.net/main/sbbs/-/issues/977#note_7657

    Yes, but a `data/user/xxxx.*` subdirectory would not be automatically emptied/removed (currently, at least). The relevant code is `newuserdat()` in `userdat.c`.
    --- SBBSecho 3.29-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)