Mercurial > p > roundup > code
comparison doc/user_guide.txt @ 753:938edfdeac6e
Sorry about this huge checkin!
It's fixing a lot of related stuff in one go though.
. [SF#541941] changing multilink properties by mail
. [SF#526730] search for messages capability
. [SF#505180] split MailGW.handle_Message
- also changed cgi client since it was duplicating the functionality
. build htmlbase if tests are run using CVS checkout (removed note from
installation.txt)
. don't create an empty message on email issue creation if the email is empty
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 29 May 2002 01:16:17 +0000 |
| parents | b38f4f95bffd |
| children | 85cc6e6a94b8 |
comparison
equal
deleted
inserted
replaced
| 752:a721f4e7ebbc | 753:938edfdeac6e |
|---|---|
| 1 ========== | 1 ========== |
| 2 User Guide | 2 User Guide |
| 3 ========== | 3 ========== |
| 4 | 4 |
| 5 :Version: $Revision: 1.3 $ | 5 :Version: $Revision: 1.4 $ |
| 6 | 6 |
| 7 .. contents:: | 7 .. contents:: |
| 8 | 8 |
| 9 Command Line Tool | 9 Command Line Tool |
| 10 ----------------- | 10 ----------------- |
| 220 ~~~~~~~~~~~~~~~~~~ | 220 ~~~~~~~~~~~~~~~~~~ |
| 221 | 221 |
| 222 The e-mail interface also provides a simple way to set properties on items. At | 222 The e-mail interface also provides a simple way to set properties on items. At |
| 223 the end of the subject line, propname=value pairs can be specified in square | 223 the end of the subject line, propname=value pairs can be specified in square |
| 224 brackets, using the same conventions as for the roundup set shell command. | 224 brackets, using the same conventions as for the roundup set shell command. |
| 225 explanatory message given in the exception. | 225 |
| 226 For example, | |
| 227 | |
| 228 - setting the priority of an issue:: | |
| 229 | |
| 230 Subject: Re: [issue1] the coffee machine is broken! [priority=urgent] | |
| 231 | |
| 232 - adding yourself to a nosy list (both of these are equivalent):: | |
| 233 | |
| 234 Subject: Re: [issue2] we're out of widgets [nosy=+richard] | |
| 235 Subject: Re: [issue2] we're out of widgets [nosy=richard] | |
| 236 | |
| 237 - removing yourself from a nosy list:: | |
| 238 | |
| 239 Subject: Re: [issue2] we're out of widgets [nosy=-richard] | |
| 240 | |
| 226 | 241 |
| 227 Message content | 242 Message content |
| 228 ~~~~~~~~~~~~~~~ | 243 ~~~~~~~~~~~~~~~ |
| 229 | 244 |
| 230 Incoming messages are examined for multiple parts: | 245 Incoming messages are examined for multiple parts: |
