summaryrefslogtreecommitdiff
path: root/alot/defaults/alot.rc
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2011-09-22 16:37:55 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2011-09-22 16:37:55 +0200
commit1d14e9d06513c1c3072ed7057aa0d7d750229579 (patch)
treec6891f78ee5e295ae436996c32233c2f3674d6ea /alot/defaults/alot.rc
parent511ceba4f7c157e8a6f19e17f33e2450a2256539 (diff)
Fix default configuration
Fix a spurious single quote that snuck in from example.full.rc and make the empty print_cmd line consistent with the timestamp_format entry.
Diffstat (limited to 'alot/defaults/alot.rc')
-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