]> git.madduck.net Git - etc/mutt.git/blobdiff - .mutt/muttrc

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

correct case-insensitive matching
[etc/mutt.git] / .mutt / muttrc
index 880f4615ae866a50d420787eeb0b19987d56fcf7..49df8e32444f1ad02fe62de7a80c49df276b03b7 100644 (file)
@@ -923,6 +923,7 @@ set folder="~/mail"
 # This variable controls the default subject when forwarding a message.
 # It uses the same format sequences as the ``$index_format'' variable.
 # 
+set forward_format="%s [Fwd: %a]"
 # 
 # set forward_quote=no
 #
@@ -1581,6 +1582,21 @@ set include=yes
 # caching will be used.
 # 
 set header_cache="~/.var/mutt/header_cache"
+#
+# set header_cache_compress=yes
+#
+# Name: header_cache_compress
+# Type: boolean
+# Default: yes
+#
+# When mutt is compiled with qdbm or tokyocabinet as header cache backend,
+# this option determines whether the database will be compressed. Compression
+# results in database files roughly being one fifth of the usual diskspace,
+# but the uncompression can result in a slower opening of cached folder(s)
+# which in general is still much faster than opening non header cached
+# folders.
+#
+set header_cache_compress=no
 # 
 # set maildir_header_cache_verify=yes
 #
@@ -3204,7 +3220,8 @@ set postponed="=drafts"
 # 
 # This specifies the command pipe that should be used to print messages.
 
-set print_command="iconv -s -tlatin1//TRANSLIT | a2ps -=mail -Xlatin1 --title='%D{%Y.%m.%d.%H%M%S}-\$t2-\$t1' -B --borders=no --header='\$t2: \$t1' --left-footer='#?l!%E!#?v|%E|%s./%s#|!' --right-footer='#?l!%s./%s#!#?v|%s./%s#|%E|!' -cl100 -1qP cupspdf"
+#set print_command="iconv -s -tlatin1//TRANSLIT | a2ps -=mail -Xlatin1 --title='%D{%Y.%m.%d.%H%M%S}-\$t2-\$t1' -B --borders=no --header='\$t2: \$t1' --left-footer='#?l!%E!#?v|%E|%s./%s#|!' --right-footer='#?l!%s./%s#!#?v|%s./%s#|%E|!' -cl100 -1qP cupspdf"
+set print_command="muttprint"
 
 # 
 # set print_decode=yes
@@ -3669,8 +3686,8 @@ set save_history=100
 # arguments as recipient addresses.
 # 
 #set sendmail="/bin/true"
-#set sendmail="~/.mutt/sendmail"
-set sendmail="/usr/sbin/sendmail -oem -oi"
+set sendmail="~/.mutt/sendmail"
+#set sendmail="/usr/sbin/sendmail -oem -oi"
 # 
 # set sendmail_wait=0
 #
@@ -4315,6 +4332,7 @@ set tilde=yes
 # if the ``$sendmail'' variable already contains "-f" or if the
 # executable pointed to by $sendmail doesn't support the "-f" switch.
 # 
+set use_envelope_from=yes
 # 
 # set use_from=yes
 #