summaryrefslogtreecommitdiff
path: root/alot/db/message.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/db/message.py')
-rw-r--r--alot/db/message.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/alot/db/message.py b/alot/db/message.py
index b96e0239..ecd94277 100644
--- a/alot/db/message.py
+++ b/alot/db/message.py
@@ -120,10 +120,12 @@ class Message(object):
def get_datestring(self):
"""
- returns reformated datestring for this messages.
+ returns reformated datestring for this message.
- It uses the format spacified by `timestamp_format` in
- the general section of the config.
+ It uses :meth:`SettingsManager.represent_datetime` to represent
+ this messages `Date` header
+
+ :rtype: str
"""
if self._datetime == None:
res = None