X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/b1446a45e960e4eeec87242d84103e96d9f1f902..8c3e974f73be33a5d26a2e1bcc1377575f7900de:/.mutt/muttrc diff --git a/.mutt/muttrc b/.mutt/muttrc index c99d11b..3f086d4 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -1581,6 +1581,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 # @@ -1595,20 +1610,6 @@ set header_cache="~/.var/mutt/header_cache" # set maildir_header_cache_verify=no # -# set header_cache_pagesize="16384" -# -# Name: header_cache_pagesize -# Type: string -# Default: "16384" -# -# -# When mutt is compiled with either gdbm or bdb4 as the header cache backend, -# this option changes the database page size. Too large or too small -# values can waste space, memory, or CPU time. The default should be more -# or less optimal for most use cases. -# -set header_cache_pagesize=32768 -# # set maildir_trash=no # # Name: maildir_trash @@ -3218,7 +3219,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 -2qP 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 @@ -3414,7 +3416,7 @@ set recall=no # ``$save_name'' variables, and the ``fcc-hook'' command. # #set record="=outgoing" -#set record="=store" ## DEFINED BY A DEFAULT HOOK +set record="=store" # # set reply_regexp="^(re([\\[0-9\\]+])*|aw):[ \t]*" # @@ -3683,8 +3685,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 #