-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
168 lines (115 loc) · 7.21 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
## rJAM v0.16
======================================================================================================
## Configuration
------------------------------------------------------------------------------------------------------
important:
edit your config.py.sample file and rename it to config.py in the /rjam/ directory.
## Installation
------------------------------------------------------------------------------------------------------
Copy rjam.mpy to your /script/ folder
Copy msggroups.ans and reader.ans to your /text/ folder
Copy contents of /rjam/ to /script/rjam/ folder
Rename config.py.sample to config.py in /scripts/rjam/
Execute rjam with the default Python script command in menu
## OPTIONAL Parameters / Arguments
======================================================================================================
## View mail directed to user [/YOU]
------------------------------------------------------------------------------------------------------
For viewing only mails directed to the user use the argument /YOU. When using the /YOU argument
only areas containing mail addressed to you are shown. All others are hidden.
When using the /YOU argument the group/area selector will jump to the user current selected area.
If you would like the group/area selector to jump to the area with new mail please use the /NEW
argument in combination with the /YOU argument.
## Show only new areas [/NEW] (read side note!)
------------------------------------------------------------------------------------------------------
When requesting to show only NEW mail use the argument /NEW. Do note that this should be combined
with the argument /YOU. All areas containing new mail and mail addressed to the user are shown,
other areas are hidden in this view. The group/area selector will jump to the area containing new
mail when using the /NEW argument.
When all mail in a certain area is marked as read the specific group/area will no longer been shown
in the area selector. This makes the /YOU /NEW combination perfect for your login script.
When all mail has been read the client will exit automatically.
## Show all areas in area switcher, even if not subscribed [/ALL]
------------------------------------------------------------------------------------------------------
If you'd like to show all mail areas regardless of being subscribed or not you can use the /ALL
argument. Do note that in this viewing mode there will be no indication of subscribed or un-
subscribed areas. It will show all areas regardless of the user - or system - settings.
When an unsubscribed area is shown there will be no yellow indication * when there is new mail.
The new mail count will be shown in grey instead of yellow. And the indication mark is an purple >
to clearly show the area is unsubscribed.
## Group/Area switcher only [/AREASELECT]
------------------------------------------------------------------------------------------------------
rJAM can be used as an standalone area switcher. Use the argument /AREASELECT for this
functionality. Basically it means that on [enter] the message reader is not started, instead the
new group/area are set for the user and the program exits.
## Maillist only [/MAILLIST]
------------------------------------------------------------------------------------------------------
rJAM can be used as a standalone maillist reader. Use the argument /MAILLIST to show the mail in the
users current selected group/area.
If you would like to show only the local mail for one user make a menu option which first sets the
user mail group and area. And afterwards call rJAM with the /MAILLIST option.
## Maillist only [/EMAIL]
------------------------------------------------------------------------------------------------------
rJAM can be used as a standalone email reader. Use the argument /MAILLIST to show the mail in the
users current selected group/area.
If you would like to show only the local mail for one user make a menu option which first sets the
user mail group and area. And afterwards call rJAM with the /MAILLIST option.
## Group/area loop [/CHANGEAREA]
------------------------------------------------------------------------------------------------------
If you want to loop through message groups and areas without opening the visual switch you can use
/CHANGEAREA + and /CHANGEAREA - to loop through the available message areas. rJAM will set the correct
group and area while looping through the areas.
Big benefit is that the looper will cross over groups and when reaching the end or start of the
available areas rJAM will move to the other side of the list automatically.
## Keys
======================================================================================================
## Group/Area switcher
------------------------------------------------------------------------------------------------------
CTRL-U - Subscribe / Unsubscribe from area
CTRL-A - Toggle between all or subscribed areas
CTRL-N - New message (takes local private mail / netmail / public mail into account)
CTRL-S - Search mail in current area
Q - Quit
ESC - Exit
ENTER - View messages / select area if in SELECTAREA mode
PAGEUP/PAGEDOWN - Jump backward/forward
HOME/END - Jump to top/bottom
UP/DOWN - Navigate messages
LEFT/RIGHT - Jump to first/last area of message group / quick switch
## Message reader
------------------------------------------------------------------------------------------------------
N - New message
R - Reply to message
K - Kludge display toggle (echomail message information)
D - Delete message
S - Set lastread index to current message
Q - Quit
[ - Decrease header size
] - Increase header size
ESC - Exit reader
ENTER - Mark as read
PAGEUP/PAGEDOWN - Jump backward/forward
HOME/END - Jump to top/bottom
UP/DOWN - Navigate messages
LEFT/RIGHT - Scroll message body
## Features
======================================================================================================
## Message groups and areas
------------------------------------------------------------------------------------------------------
The order of the message groups and areas in mystic is being followed. Also when an area is not set
as part of an group it will be inserted at the top of the group/area selector. This should make rJAM
compatible with all Mystic configurations out there.
## Area subscribtions
------------------------------------------------------------------------------------------------------
The group/area selector will start by default with listing the subscribed areas. If you would like
to switch to all areas the view can be switched by using CTRL-A. Unsubscribed areas are prefixed
with an purple ">" to make it more clear. Also rJAM can be started with /ALL parameter to show all
areas instead of only the subscribed ones.
In subscribed area view CTRL-U can be used to unsubscribe from an area. Warning: the area will no
longer be shown unless you switch to all area view with CTRL-A.
In the all area view CTRL-U can be used to unsubscribe and subcribe to areas.
.. more to be described!
--
For help, call TheForze at bbs.opicron.eu:23!
L8er
oP!