• MSG_READ attribute and saving message headers

    From Nightfox@VERT/DIGDIST to Digital Man on Sat Mar 14 12:45:14 2015
    Hi DM,ããI'm working on a message reader in JavaScript and am wondering about a coupleãthings regarding the MSG_READ attribute:ã- When marking a message as read, does it make sense to do so only if theãmessage is written to the logged-in user who is reading the message?ã- To enable the MSG_READ attribute for a message, is this the proper way to doãthat (assuming msgHeader is the header object and msgbase is the message baseãobject):ãmsgHeader.attr |= MSG_READ;ãmsgbase.put_msg_header(true, msgHeader.offset, msgHeader);ããNightfoxãã---ã þ Synchronet þ Digital Distortion BBS - digitaldistortionbbs.comã
  • From Digital Man@VERT to Nightfox on Mon Mar 16 12:45:47 2015
    Re: MSG_READ attribute and saving message headersã By: Nightfox to Digital Man on Sat Mar 14 2015 12:45 pmãã > Hi DM,ã >ã > I'm working on a message reader in JavaScript and am wondering about aã > couple things regarding the MSG_READ attribute:ã > - When marking a message as read, does it make sense to do so only if theã > message is written to the logged-in user who is reading the message?ããYes.ãã > - To enable the MSG_READ attribute for a message, is this the proper way toã > do that (assuming msgHeader is the header object and msgbase is the messageã > base object):ã > msgHeader.attr |= MSG_READ;ã > msgbase.put_msg_header(true, msgHeader.offset, msgHeader);ããYes.ãã digital manããSynchronet "Real Fact" #76:ãRob Swindell still has dozens of BBS-related magazines in his possession.ãNorco, CA WX: 85.5øF, 13.0% humidity, 8 mph NW wind, 0.00 inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
  • From Nightfox@VERT/DIGDIST to Digital Man on Mon Mar 16 20:31:26 2015
    Re: MSG_READ attribute and saving message headersã By: Digital Man to Nightfox on Mon Mar 16 2015 12:45:47ãã >> - When marking a message as read, does it make sense to do so only ifã >> the message is written to the logged-in user who is reading theã >> message? ãã DM> Yes.ãã >> - To enable the MSG_READ attribute for a message, is this the properã >> way to do that (assuming msgHeader is the header object and msgbase isã >> the message base object):ã >> msgHeader.attr |= MSG_READ;ã >> msgbase.put_msg_header(true, msgHeader.offset, msgHeader);ãã DM> Yes.ããThanks.ããNightfoxãã---ã þ Synchronet þ Digital Distortion BBS - digitaldistortionbbs.comã