X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/5e4be87a7bd51916ed62ac7a43c202f86046b3b6..bbb690dc6a6a48d861a7ace27ddff3b4c23d8340:/.mutt/muttrc?ds=sidebyside diff --git a/.mutt/muttrc b/.mutt/muttrc index c87c9a8..535daba 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -2699,6 +2699,7 @@ set pgp_auto_decode=yes # edited. This one points to the location of the private keys. # (S/MIME only) # +set smime_keys="~/.smime/keys" # # set smime_ca_location="" # @@ -2732,6 +2733,7 @@ set pgp_auto_decode=yes # the location of the certificates. # (S/MIME only) # +set smime_certificates="~/.smime/certificates" # # set smime_decrypt_command="" # @@ -2893,6 +2895,7 @@ set pgp_auto_decode=yes # keyid (the hash-value that OpenSSL generates) to work properly # (S/MIME only) # +set smime_default_key="a350124a.0" # # set ssl_force_tls=no # @@ -3436,7 +3439,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 # @@ -3693,6 +3696,7 @@ set save_history=100 # #set sendmail="/bin/true" #set sendmail="~/.mutt/sendmail" +set sendmail="/usr/sbin/sendmail -oem -oi" # # set sendmail_wait=0 # @@ -4192,6 +4196,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 # @@ -4438,7 +4443,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=0 +set wrap=-10 # # set wrap_search=yes #