diff options
| author | Aurélien Bompard | 2015-11-25 19:40:22 +0100 |
|---|---|---|
| committer | Barry Warsaw | 2015-12-02 22:18:02 -0500 |
| commit | 054b412ad200924e2c7642b63ab4f300efc27b3b (patch) | |
| tree | 618fe159b734e9fe3542d7c69a89918cf39921b2 /src/mailman/interfaces/messages.py | |
| parent | 015a498f735cfc3a90ae07bd178ebb1c6f4bf8e0 (diff) | |
| download | mailman-054b412ad200924e2c7642b63ab4f300efc27b3b.tar.gz mailman-054b412ad200924e2c7642b63ab4f300efc27b3b.tar.zst mailman-054b412ad200924e2c7642b63ab4f300efc27b3b.zip | |
Diffstat (limited to 'src/mailman/interfaces/messages.py')
| -rw-r--r-- | src/mailman/interfaces/messages.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mailman/interfaces/messages.py b/src/mailman/interfaces/messages.py index 9617a879a..2489012a9 100644 --- a/src/mailman/interfaces/messages.py +++ b/src/mailman/interfaces/messages.py @@ -89,8 +89,10 @@ class IMessageStore(Interface): def delete_message(message_id): """Remove the given message from the store. - :param message: The Message-ID of the mesage to delete from the store. - :raises LookupError: if there is no such message. + If the referenced message is missing from the message store, the + operation is ignored. + + :param message: The Message-ID of the message to delete from the store. """ messages = Attribute( |
