mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-04-22 07:10:46 +02:00
python: Fix message ID docstring
The messageidb attribute does not exist. The returned BinString type already allows use as both strings and binary. Presumably this was written before that type was adopted.
This commit is contained in:
parent
4540090443
commit
ed29a9c37e
1 changed files with 0 additions and 6 deletions
|
@ -80,12 +80,6 @@ class Message(base.NotmuchObject):
|
|||
def messageid(self):
|
||||
"""The message ID as a string.
|
||||
|
||||
The message ID is decoded with the ignore error handler. This
|
||||
is fine as long as the message ID is well formed. If it is
|
||||
not valid ASCII then this will be lossy. So if you need to be
|
||||
able to write the exact same message ID back you should use
|
||||
:attr:`messageidb`.
|
||||
|
||||
Note that notmuch will decode the message ID value and thus
|
||||
strip off the surrounding ``<`` and ``>`` characters. This is
|
||||
different from Python's :mod:`email` package behaviour which
|
||||
|
|
Loading…
Add table
Reference in a new issue