+force VIM to use iso-8859-2 encoding charset
[nethome.git] / .muttrc.addons
index f8eecdf..550366f 100644 (file)
@@ -3,7 +3,7 @@
 
 set sort=threads
 unset strict_threads
-set editor="vim -c 'set noai' -c 'set ts=8'"
+set editor="vim -c 'set noai' -c 'set ts=8' -c 'set fileencoding=iso-8859-2' -c 'set fileencodings=iso-8859-2'"
 set send_charset="us-ascii:iso-8859-2:utf-8"
 set charset="iso-8859-2"
 set autoedit
@@ -12,6 +12,7 @@ set history=100
 set include=yes
 unset metoo
 set mime_fwd
+set forward_format="fwd [%a]: %s"
 set move=no
 set pager_context=1
 set pager_stop
@@ -32,6 +33,10 @@ unset confirmcreate
 set reply_to=ask-yes
 set thorough_search
 set abort_unmodified=no
+set date_format="!%a, %d %b %Y %H:%M:%S %z"    # RFC 2822: 3.3.
+# FIXME: %D not needed: RFC 2822: 3.3: "converted" can IMO incl. timezone
+# but %d will place +0000 for %z and thus brokes the timestamp
+set attribution="On %D, %n wrote:"
 
 
 # Mail command