Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
24be3ec8
Commit
24be3ec8
authored
4 months ago
by
Rob Swindell
Browse files
Options
Downloads
Patches
Plain Diff
Fix inverted default selection for Message Options->Purge Deleted E-mail
parent
00d49fcb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sbbs3/scfg/scfgmsg.c
+3
-3
3 additions, 3 deletions
src/sbbs3/scfg/scfgmsg.c
with
3 additions
and
3 deletions
src/sbbs3/scfg/scfgmsg.c
+
3
−
3
View file @
24be3ec8
...
@@ -1275,17 +1275,17 @@ void msg_opts()
...
@@ -1275,17 +1275,17 @@ void msg_opts()
strcpy
(
opt
[
0
],
"Daily"
);
strcpy
(
opt
[
0
],
"Daily"
);
strcpy
(
opt
[
1
],
"Immediately"
);
strcpy
(
opt
[
1
],
"Immediately"
);
opt
[
2
][
0
]
=
0
;
opt
[
2
][
0
]
=
0
;
i
=
cfg
.
sys_misc
&
SM_DELEMAIL
?
0
:
1
;
i
=
cfg
.
sys_misc
&
SM_DELEMAIL
?
1
:
0
;
uifc
.
helpbuf
=
uifc
.
helpbuf
=
"`Purge Deleted E-mail:`
\n
"
"`Purge Deleted E-mail:`
\n
"
"
\n
"
"
\n
"
"If you wish to have deleted e-mail physically (and permanently) removed
\n
"
"If you wish to have deleted e-mail physically (and permanently) removed
\n
"
"from your e-mail database immediately
after
a user
s
exit
s
the reading
\n
"
"from your e-mail database immediately
upon
a user exit
ing
the reading
\n
"
"e-mail prompt, set this option to `Immediately`.
\n
"
"e-mail prompt, set this option to `Immediately`.
\n
"
"
\n
"
"
\n
"
"For the best system performance and to avoid delays when deleting e-mail
\n
"
"For the best system performance and to avoid delays when deleting e-mail
\n
"
"from a large e-mail database, set this option to `Daily` (the default).
\n
"
"from a large e-mail database, set this option to `Daily` (the default).
\n
"
"Your system maintenance will automatically purge deleted e-mail once
a
\n
"
"Your system maintenance will automatically purge deleted e-mail once
per
\n
"
"day.
\n
"
"day.
\n
"
;
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment