Mercurial > p > roundup > code
comparison doc/design.txt @ 1675:eb3c348676ed
Updated deprecated 'sendmessage' to current 'nosymessage'
| author | Jean Jordaan <neaj@users.sourceforge.net> |
|---|---|
| date | Mon, 23 Jun 2003 08:03:17 +0000 |
| parents | b9c1226cb600 |
| children | 3c3e44aacdb4 |
comparison
equal
deleted
inserted
replaced
| 1674:0807e3676133 | 1675:eb3c348676ed |
|---|---|
| 706 fields are left empty. The given text is saved as the body | 706 fields are left empty. The given text is saved as the body |
| 707 of the message and the item is appended to the "messages" | 707 of the message and the item is appended to the "messages" |
| 708 field of the specified issue. | 708 field of the specified issue. |
| 709 """ | 709 """ |
| 710 | 710 |
| 711 def sendmessage(self, itemid, msgid): | 711 def nosymessage(self, itemid, msgid): |
| 712 """Send a message to the members of an issue's nosy list. | 712 """Send a message to the members of an issue's nosy list. |
| 713 | 713 |
| 714 The message is sent only to users on the nosy list who are | 714 The message is sent only to users on the nosy list who are |
| 715 not already on the "recipients" list for the message. These | 715 not already on the "recipients" list for the message. These |
| 716 users are then added to the message's "recipients" list. | 716 users are then added to the message's "recipients" list. |
