This is an old revision of the document!
Message Header
┌────────────────────────···· Synchronet │ Subj: Word wrapping ▌▀▌▌▀▌▌▀▌ │ Attr: Replied █▀▌█▀▌▐▄ │ To : mark lewis █ ▌█ ▌▄ ▌ │ From: Digital Man #1 ▀▀ ▀▀ ▀ │ Date: Mon Apr 15 2019 03:17 am PDT (23.4 hours ago) software └───────────────────────────────────────────────······
Customizing the message header displayed when users read messages (e.g. posts and mail messages) via the terminal server involves either:
- Creating/modifying the system's
text/menu/msghdr.*
file
If you chose the text.dat
file route, here are the strings you'll be interested in:
- MsgSubj
- MsgTags
- MsgAttr
- MsgTo
- MsgToNet
- MsgToExt
- MsgFrom
- MsgFromNet
- MsgFromExt
- MsgDate
- MsgVotes
- MsgHdrBodySeparator
- PollAnswerChecked
- ForwardedFrom
If you chose the msghdr.*
file route, here are some @-codes that you may want to include in the file for dynamic string values:
- SMB_GROUP
- SMB_SUB
- SMB_AREA_DESC
- SMB_CURMSG
- SMB_MSGS
- MSG_DATE
- MSG_TIMEZONE
- MSG_AGE
- MSG_ATTR
- MSG_FROM_NAME
- MSG_TO_NAME
- MSG_SUBJECT
Synchronet comes stock with:
- An example msghdr.*: http://cvs.synchro.net/cgi-bin/viewcvs.cgi/text/menu/msghdrexample.asc
- A message header to use only for 40-columns terminals: http://cvs.synchro.net/cgi-bin/viewcvs.cgi/text/menu/msghdr.40col.asc