aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings/python/setup.py
diff options
context:
space:
mode:
authorGravatar Sebastian Spaeth <Sebastian@SSpaeth.de>2011-06-16 17:33:47 +0200
committerGravatar Sebastian Spaeth <Sebastian@SSpaeth.de>2011-06-16 17:33:47 +0200
commit12d6f90e77d975be721b6878bf6bbf914d65a369 (patch)
treedf524d29bf82c69c988f1baca37252a171bde2a4 /bindings/python/setup.py
parent995303c21bb5012b7eeaa1fe5fd15ae175bfa1e6 (diff)
Simplify (& fix) Message().__str__()
We were still using len(self.get_replies()) for the __str__ summary of a mail, but 1) len(Messages()) has just gone away 2) the number of replies can not be retrieved when we got the message via search_messages() anyway, and 3) it is likely quite expensive to pull all replies for all messages that we display a summary of. So we fix this by simplifying str(Message()) to omit the number of replies. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'bindings/python/setup.py')
0 files changed, 0 insertions, 0 deletions