summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-01-08 23:11:28 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-01-08 23:11:28 +0000
commitd10b390ad13aa6d7f441f1ed4a677d01cc886510 (patch)
treee431995b56c61314b84e37e57e83077ec6b1ae48 /alot/defaults
parent2567b894feb3b3b42f39b62a9aee87e55cbaa36e (diff)
fix bad default timestamp format string
fixes issue with default format string '', which will result in all timestamps in search and thread buffers being hidden by default. closes issue #238
Diffstat (limited to 'alot/defaults')
-rw-r--r--alot/defaults/alot.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/defaults/alot.rc b/alot/defaults/alot.rc
index 8d0e607a..6c004bea 100644
--- a/alot/defaults/alot.rc
+++ b/alot/defaults/alot.rc
@@ -94,7 +94,7 @@ show_statusbar = True
# use '%%%%' instead of '%' (and use '%%%%%%%%' to get a literal '%').
# for the strftime format, see
# http://docs.python.org/library/datetime.html#strftime-strptime-behavior
-timestamp_format = ''
+# timestamp_format = ''
# max length of authors line in thread widgets
authors_maxlength = 30