Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Synchronet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main
Synchronet
Compare Revisions
5e46cb0f6cc44b2176c97b0f76cf04f69f50a9d2...e5afc470a92d5dcf434743b8cbbc7909ff39c057
Source
e5afc470a92d5dcf434743b8cbbc7909ff39c057
Select Git revision
...
Target
5e46cb0f6cc44b2176c97b0f76cf04f69f50a9d2
Select Git revision
Compare
Commits (2)
Add the [E]dit and [F]orward commands to the message view mode.
· 0889aff5
Rob Swindell
authored
Dec 19, 2020
0889aff5
Colorized and added missing/new commands. Still ugly.
· e5afc470
Rob Swindell
authored
Dec 19, 2020
e5afc470
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
55 additions
and
36 deletions
+55
-36
exec/msglist.js
exec/msglist.js
+15
-0
text/menu/msglist.asc
text/menu/msglist.asc
+20
-20
text/menu/msgview.asc
text/menu/msgview.asc
+20
-16
No files found.
exec/msglist.js
View file @
e5afc470
...
...
@@ -1042,6 +1042,21 @@ function list_msgs(msgbase, list, current, preview, grp_name, sub_name)
return
true
;
}
break
;
case
'
E
'
:
if
((
msgbase
.
cfg
&&
msg_area
.
sub
[
msgbase
.
cfg
.
code
].
is_operator
)
||
list
[
current
].
from_ext
==
user
.
number
)
bbs
.
edit_msg
(
list
[
current
]);
break
;
case
'
F
'
:
if
(
mail
)
{
console
.
clearline
();
var
dest
=
prompt
(
"
To
"
,
""
,
K_NOCRLF
);
if
(
dest
)
{
if
(
!
bbs
.
forward_msg
(
list
[
current
],
dest
))
alert
(
"
failed
"
);
}
}
break
;
case
'
M
'
:
mail_reply
(
list
[
current
]);
break
;
...
...
text/menu/msglist.asc
View file @
e5afc470
@CENTER@_.-=~|
Message List Help
|~=-._
@CENTER@_.-=~|
hMessage List Helpn
|~=-._
@FILL:-@
Up / Down / Home / End / Page-Up/D
n - Move message selection
hUpn / hDownn / hHomen / hEndn / hPage-Upn/hDn
n - Move message selection
or scroll the message text in the preview pane
Left / Right
- Cycle through the message list column formats
0-9
- Select a list column format
V - View the selected message (or Enter
)
DEL
- Delete or undelete the selected message (if allowed)
D
- Download the selected message or its attachments
SPC
- Flag the selected message
^A
- Flag all listed messages
P
- Preview message mode toggle
TAB
- Switch between control of message list and message preview pane
F
- Find text in all messages listed
G
- Select a specific message number
R
- Reply to selected message
A
- Reply to all recipients of selected message
M
- Reply (via email) to selected message
s - Sort the message list (capital 'S
' to move backwards through sort order)
!
- Reverse the message list
T
- Toggle SPAM visibility in list
Q
- Quit listing messages
hLeftn / hRightn
- Cycle through the message list column formats
h0n-h9n
- Select a list column format
h Vn - View the selected message (or hEntern
)
hDELn
- Delete or undelete the selected message (if allowed)
h Dn
- Download the selected message or its attachments
hSPCn
- Flag the selected message
h^An
- Flag all listed messages
h Pn
- Preview message mode toggle
hTABn
- Switch between control of message list and message preview pane
h F n
- Find text in all messages listed
h G n
- Select a specific message number
h R n
- Reply to selected message
h A n
- Reply to all recipients of selected message
h M n
- Reply (via email) to selected message
h s n - Sort the message list (capital 'hSn
' to move backwards through sort order)
h ! n
- Reverse the message list
h T n
- Toggle SPAM visibility in list
h Q n
- Quit listing messages
text/menu/msgview.asc
View file @
e5afc470
@CENTER@_.-=~|
Message View Help
|~=-._
@CENTER@_.-=~|
hMessage View Helpn
|~=-._
@FILL:-@
Enter - View the next message
Backspace - View the previous message
DEL - Delete or undelete this message
Left/Right - Increase/decrease the number of message columns
< > - Search back/forward by subject
{ } - Search back/forward by From
[ ] - Search back/forward by To
R - Reply to this message
A - Reply to all recipients of this message
M - Reply (via email) to this message
S - Source view (RFC 822 format) toggle
H - Hexadecimal view toggle
W - Word-wrap toggle
Q - Quit viewing message(s)
^R - Redraw the message header and body text
hEntern - View the next message
hBackspacen - View the previous message
hDELn - Delete or undelete this message
hLeftn/hRightn - Increase/decrease the number of message columns
h< >n - Search back/forward by Subject
h{ }n - Search back/forward by From
h[ ]n - Search back/forward by To
h R n - Reply to this message
h A n - Reply to all recipients of this message
h M n - Reply (via email) to this message
h F n - Forward this message (email/netmail only)
h D n - Download message text and/or attachments
h E n - Edit this message (if allowed)
h S n - Source view (RFC 822 format) toggle
h H n - Hexadecimal view toggle
h W n - Word-wrap toggle
h^R n - Redraw the message header and body text
h Q n - Quit viewing message(s)@SYSONLY@
h O n - Operator menu@SYSONLY@