X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/59bcb20f58d74249b49ecee027429c2cee005844..408f204ebfb8acbd68d865d8b7357f6c0bd0389d:/.mutt/muttrc?ds=sidebyside diff --git a/.mutt/muttrc b/.mutt/muttrc index 8719cec..25215ee 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -3226,8 +3226,9 @@ set postponed="=drafts" # # # This specifies the command pipe that should be used to print messages. -# -set print_command="muttprint" + +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_decode=yes # @@ -3435,7 +3436,7 @@ set record="=store" # and replying. The default value corresponds to the English "Re:" and # the German "Aw:". # -set reply_regexp="^((re([[(]?[[:digit:]]+[)]]?)?|aw|antwort|wg|sgkb):[[:space:]]*)+" +set reply_regexp="^((re([[(]?[[:digit:]]+[)]]?)?|a(nt)?w(ort)?|wg|s(gkb|v)):[[:space:]]*)+" # # set reply_self=no # @@ -3692,6 +3693,7 @@ set save_history=100 # #set sendmail="/bin/true" #set sendmail="~/.mutt/sendmail" +set sendmail="/usr/sbin/sendmail -oem -oi" # # set sendmail_wait=0 # @@ -4191,6 +4193,7 @@ set thorough_search=yes # When set, the internal-pager will pad blank lines to the bottom of the # screen with a tilde (~). # +set tilde=yes # # set time_inc=0 # @@ -4437,7 +4440,7 @@ set wait_key=no # When set to a negative value, mutt will wrap text so that there are $wrap # characters of empty space on the right side of the terminal. # -set wrap=80 +set wrap=-10 # # set wrap_search=yes #