Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Compare Revisions
9d752c75a8cc86f782744075be4cbffc33152ae6...c5408b6cb374f1cc81506ae2dddca7f2ae6495fe
Commits (1)
Copy in missing ws and bs variables from lord.js
· c5408b6c
Stephen Hurd
authored
Apr 12, 2022
c5408b6c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
xtrn/lord2/lord2.js
xtrn/lord2/lord2.js
+2
-0
No files found.
xtrn/lord2/lord2.js
View file @
c5408b6c
...
...
@@ -3101,6 +3101,8 @@ function mail_to(pl, quotes)
var
f
;
var
t
;
var
op
=
pfile
.
get
(
pl
);
var
bs
=
'
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
\
x08
'
;
var
ws
=
'
'
;
if
(
op
===
null
||
op
.
deleted
)
throw
new
Error
(
'
mail_to() illegal user
'
);
...
...