From 03fab7d4800ab20e53c6c3b9feb057763315a149 Mon Sep 17 00:00:00 2001 From: patrick Date: Thu, 18 Aug 2011 17:15:35 +0100 Subject: more sane defaults --- alot/settings.py | 2 +- data/example.full.rc | 16 ++++++++++++++++ data/example.rc | 2 -- 3 files changed, 17 insertions(+), 3 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', diff --git a/data/example.full.rc b/data/example.full.rc index 1ce75d77..4a0e3496 100644 --- a/data/example.full.rc +++ b/data/example.full.rc @@ -1,24 +1,39 @@ [general] + # ask for subject when compose ask_subject = True + # max length of authors line in thread widgets authors_maxlength = 30 + # confirm exit bug_on_exit = False + # number of colours your terminal supports colourmode = 256 + +# fill threadline with message content +display_content_in_threadline = False + # headers that get displayed by default displayed_headers = From,To,Cc,Bcc,Subject + + # editor command editor_cmd = /usr/bin/vim -f -c 'set filetype=mail' + + # timeout in secs after a failed attempt to flush is repeated flush_retry_timeout = 5 + # where to look up hooks hooksfile = ~/.alot.py + # time in secs to display status messages notify_timeout = 2 + # display statusline? show_statusbar = True + spawn_editor = False # set terminal for asynchronous editing terminal_cmd = x-terminal-emulator -e @@ -28,6 +43,7 @@ terminal_cmd = x-terminal-emulator -e # http://docs.python.org/library/datetime.html#strftime-strptime-behavior timestamp_format = '' + [global-maps] $ = flush : = prompt diff --git a/data/example.rc b/data/example.rc index 04b383db..076a006c 100644 --- a/data/example.rc +++ b/data/example.rc @@ -9,8 +9,6 @@ authors_maxlength = 30 displayed_headers = From,To,Cc,Bcc,Subject ask_subject = True notify_timeout = 1 # how long (in seconds) notifications are shown -show_notificationbar = False -show_statusbar = True flush_retry_timeout = 5 # timeout in secs after a failed attempt to flush is repeated [account gmail] -- cgit v1.2.3