summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorpatrick <p.totzke@ed.ac.uk>2011-08-18 17:15:35 +0100
committerpatrick <p.totzke@ed.ac.uk>2011-08-18 17:15:35 +0100
commit03fab7d4800ab20e53c6c3b9feb057763315a149 (patch)
treecbe38944ae83f69d6e0f65c1661defa5f402e239 /alot
parentd220ab71c67fc9f20ebb059d67ca82455785a6ea (diff)
more sane defaults
Diffstat (limited to 'alot')
-rw-r--r--alot/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/settings.py b/alot/settings.py
index 6bba50ad..f8e9ca7e 100644
--- a/alot/settings.py
+++ b/alot/settings.py
@@ -31,7 +31,7 @@ DEFAULTS = {
'terminal_cmd': 'x-terminal-emulator -e',
'spawn_editor': 'False',
'displayed_headers': 'From,To,Cc,Bcc,Subject',
- 'display_content_in_threadline': 'True',
+ 'display_content_in_threadline': 'False',
'authors_maxlength': '30',
'ask_subject': 'True',
'notify_timeout': '2',