Skip to content
Snippets Groups Projects
Commit 4f9a60b1 authored by deuce's avatar deuce
Browse files

Add is_operator property to "mail" sub.

parent 544c04b7
Branches
Tags
No related merge requests found
......@@ -9,6 +9,7 @@ if((g==undefined || isNaN(g) || g==-1) && sub=='mail') {
template.sub.name="MAIL";
template.sub.qwk_name="<NONE>";
template.sub.is_moderated=false;
template.sub.is_operator=true;
template.sub.can_post=true;
template.sub.can_read=true;
template.sub.max_msgs="Unknown";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment