Skip to content

Commit ba61465

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent 209027f commit ba61465

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

doc/user_guide.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
User Guide
33
==========
44

5-
:Version: $Revision: 1.23 $
5+
:Version: $Revision: 1.24 $
66

77
.. contents::
88

@@ -27,6 +27,11 @@ incidentally, is *always* the "admin" user) is referred to as "user1".
2727
Issue number 315 is referred to as "issue315". We call that label the
2828
item's *designator*.
2929

30+
Items in the database are never deleted, they're just "retired". You
31+
can still refer to them by ID - hence removing an item won't break
32+
references to the item. It's just that the item won't appear in any
33+
listings.
34+
3035

3136
Accessing the Tracker
3237
---------------------
@@ -473,6 +478,10 @@ is queried to determine if they get a nosy list copy of the message too.
473478
Mail gateway script command line
474479
--------------------------------
475480

481+
Usage::
482+
483+
roundup-mailgw [[-C class] -S field=value]* <instance home> [method]
484+
476485
The roundup mail gateway may be called in one of three ways:
477486

478487
- with an instance home as the only argument,

0 commit comments

Comments
 (0)