summaryrefslogtreecommitdiff
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
parentd220ab71c67fc9f20ebb059d67ca82455785a6ea (diff)
more sane defaults
-rw-r--r--alot/settings.py2
-rw-r--r--data/example.full.rc16
-rw-r--r--data/example.rc2
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]