Subj : Message attributes
To : Nightfox
From : echicken
Date : Thu Jan 01 2015 01:14 pm
Re: Message attributes
By: Nightfox to All on Thu Jan 01 2015 09:04:41
Ni> When I get a message header, I know the 'attr' property can be tested
Ni> against these values in sbbsdefs.js to see which attributes are set:
Ni> I also see a section right below those in sbbsdefs.js that say "Auxiliary
Ni> header attributes" and "Message network attributes", and those have some
Ni> of the same values as the message attributes. Are there different fields
Ni> in a message header object that can be tested for those?
A header object has 'auxattr' and 'netattr' properties as well. See
docs on MsgBase.save_msg for more.