Skip to content
Snippets Groups Projects
Commit 72d9699d authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Hide the message markup marks by default too.

parent f681644d
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1039 passed
...@@ -36,7 +36,7 @@ bool new_sub(unsigned new_subnum, unsigned group_num, sub_t* pasted_sub, long mi ...@@ -36,7 +36,7 @@ bool new_sub(unsigned new_subnum, unsigned group_num, sub_t* pasted_sub, long mi
new_subboard->misc |= misc; new_subboard->misc |= misc;
if(new_subboard->misc&(SUB_FIDO | SUB_INET)) if(new_subboard->misc&(SUB_FIDO | SUB_INET))
new_subboard->misc |= SUB_NOVOTING; new_subboard->misc |= SUB_NOVOTING;
new_subboard->pmode = P_MARKUP; new_subboard->pmode = P_MARKUP | P_HIDEMARKS;
new_subboard->maxmsgs = 500; new_subboard->maxmsgs = 500;
/* Use last sub in group (if exists) as a template for new subs */ /* Use last sub in group (if exists) as a template for new subs */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment