summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-10-19 14:52:22 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2011-10-19 14:52:22 +0100
commit71148e3452154d45574d5dd7ae322ec8aa3f8099 (patch)
tree46b7fd473c0e6b8400929d11e02bc6be76448c23
parent56cc97effa7b9f2d6a95f213587ced72a9ee3f7c (diff)
sorted default config a bit
-rw-r--r--alot/defaults/alot.rc28
1 files changed, 14 insertions, 14 deletions
diff --git a/alot/defaults/alot.rc b/alot/defaults/alot.rc
index 956e0409..11149cde 100644
--- a/alot/defaults/alot.rc
+++ b/alot/defaults/alot.rc
@@ -3,9 +3,6 @@
# 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
@@ -24,10 +21,21 @@ displayed_headers = From,To,Cc,Bcc,Subject
# headers that are hidden in envelope buffers by default
envelope_headers_blacklist = Content-Type,MIME-Version
+# set terminal command used for spawning shell commands
+terminal_cmd = x-terminal-emulator -e
+
# editor command
editor_cmd = /usr/bin/vim -f -c 'set filetype=mail' +
editor_writes_encoding = UTF-8
+# use terminal_command to spawn a new terminal for the editor?
+spawn_editor = False
+
+# call editor in separate thread.
+# in case your editor doesn't run in the same window as alot, setting true here
+# will make alot non-blocking during edits
+editor_in_thread = False
+
# timeout in secs after a failed attempt to flush is repeated
flush_retry_timeout = 5
@@ -40,22 +48,14 @@ notify_timeout = 2
# display statusline?
show_statusbar = True
-# use terminal_command to spawn a new terminal for the editor?
-spawn_editor = False
-
-# call editor in separate thread.
-# in case your editor doesn't run in the same window as alot, setting true here
-# will make alot non-blocking during edits
-editor_in_thread = False
-
-# set terminal for asynchronous editing
-terminal_cmd = x-terminal-emulator -e
-
# strftime format for timestamps. Note: you must escape % here:
# use '%%' instead of '%'. otherwise see
# http://docs.python.org/library/datetime.html#strftime-strptime-behavior
timestamp_format = ''
+# max length of authors line in thread widgets
+authors_maxlength = 30
+
# how to print messages:
# this specifies a shellcommand used pro printing.
# threads/messages are piped to this as plaintext.