summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-09-22 07:53:49 -0700
committerPatrick Totzke <patricktotzke@gmail.com>2011-09-22 07:53:49 -0700
commitd5a26809818a3634da691135e248fa3925db6758 (patch)
treeaabde5258dd9f755f82aa13ed93084e3ec64c7b1 /alot
parentc60e470f161e75d19f03a85c7e8d11f2669042d5 (diff)
parent1d14e9d06513c1c3072ed7057aa0d7d750229579 (diff)
Merge pull request #65 from teythoon/dont_hardcode_defaults_in_settings.py
Dont hardcode defaults in settings.py
Diffstat (limited to 'alot')
-rw-r--r--alot/defaults/alot.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/alot/defaults/alot.rc b/alot/defaults/alot.rc
index 773a5bef..6f453d6e 100644
--- a/alot/defaults/alot.rc
+++ b/alot/defaults/alot.rc
@@ -20,7 +20,7 @@ displayed_headers = From,To,Cc,Bcc,Subject
# editor command
editor_cmd = /usr/bin/vim -f -c 'set filetype=mail' +
-editor_writes_encoding' = UTF-8
+editor_writes_encoding = UTF-8
# timeout in secs after a failed attempt to flush is repeated
flush_retry_timeout = 5
@@ -47,7 +47,7 @@ timestamp_format = ''
# this specifies a shellcommand used pro printing.
# threads/messages are piped to this as plaintext.
# muttprint/a2ps works nicely
-print_cmd =
+print_cmd = ''
#initial searchstring when none is given as argument:
initial_searchstring = tag:inbox AND NOT tag:killed