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
a1548fc0
Commit
a1548fc0
authored
1 year ago
by
Rob Swindell
Browse files
Options
Downloads
Patches
Plain Diff
Remove accidentally-committed debug output
And some trailing white-space
parent
7611f92f
No related branches found
No related tags found
1 merge request
!463
MRC mods by Codefenix (2024-10-20)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
exec/msglist.js
+4
-6
4 additions, 6 deletions
exec/msglist.js
with
4 additions
and
6 deletions
exec/msglist.js
+
4
−
6
View file @
a1548fc0
...
...
@@ -6,15 +6,15 @@
cmdkey L
exec_bin "msglist"
end_cmd
... and then recompile with baja (e.g. "baja default.src").
*/
/* To install as mail reading module and message list module, run:
jsexec msglist -install
*/
/* TODO:
/* TODO:
* - display poll messages "correctly"
* - support voting
* - fix issues with operator sub-menu display
...
...
@@ -27,8 +27,6 @@
"
use strict
"
;
log
(
"
argv =
"
+
JSON
.
stringify
(
argv
,
null
,
4
));
function
install
()
{
var
f
=
new
File
(
system
.
ctrl_dir
+
"
main.ini
"
);
...
...
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