Code

*** empty log message ***
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 10 Oct 2003 04:35:26 +0000 (04:35 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 10 Oct 2003 04:35:26 +0000 (04:35 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1911 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/user_guide.txt

index 8925326f7adba75f580ac082c7d0fe2442a5fe25..71f924107d38ddec3216dfdb7e0b9aa551bf9d0c 100644 (file)
@@ -2,7 +2,7 @@
 User Guide
 ==========
 
-:Version: $Revision: 1.23 $
+:Version: $Revision: 1.24 $
 
 .. contents::
 
@@ -27,6 +27,11 @@ incidentally, is *always* the "admin" user) is referred to as "user1".
 Issue number 315 is referred to as "issue315". We call that label the
 item's *designator*.
 
+Items in the database are never deleted, they're just "retired". You
+can still refer to them by ID - hence removing an item won't break
+references to the item. It's just that the item won't appear in any
+listings.
+
 
 Accessing the Tracker
 ---------------------
@@ -473,6 +478,10 @@ is queried to determine if they get a nosy list copy of the message too.
 Mail gateway script command line
 --------------------------------
 
+Usage::
+
+  roundup-mailgw [[-C class] -S field=value]* <instance home> [method]
+
 The roundup mail gateway may be called in one of three ways:
 
  - with an instance home as the only argument,