X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/38bb819bcc85a54882a7185c2b051a16537f61bf..f33a9c975ddf0d967f861b9364c160bb3d26cc9e:/.mutt/muttrc diff --git a/.mutt/muttrc b/.mutt/muttrc index d7be8d5..b90796c 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -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 # @@ -1854,7 +1855,7 @@ set pgp_mime_signature_filename="digital_signature_gpg.asc" # Type: string # Default: "Digital signature" # -set pgp_mime_signature_description="Digital signature (see http://martin-krafft.net/gpg/)" +set pgp_mime_signature_description="Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)" # # This option sets the Content-Description used for signature parts in # PGP/MIME signed messages. @@ -2376,7 +2377,7 @@ set pgp_retainable_sigs=yes # keyid form to specify your key (e.g., ``0x00112233''). # (PGP only) # -set pgp_sign_as="0x330c4a75" +set pgp_sign_as="0x999bbcc4" # # set pgp_strict_enc=yes # @@ -3219,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 @@ -3684,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 # @@ -4330,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 #