X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=contrib%2Fsample.muttrc;h=bfc7eb8c9017ef83927aa8ad5ca46d8cee11972c;hp=88f9b333945b3e45449b60d20e2a5e03af4506c8;hb=7d29626ce4e1fa932c6349c7253e6f774df069fc;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1 diff --git a/contrib/sample.muttrc b/contrib/sample.muttrc index 88f9b33..bfc7eb8 100644 --- a/contrib/sample.muttrc +++ b/contrib/sample.muttrc @@ -1,4 +1,4 @@ -# $Id: sample.muttrc,v 3.3 2003/04/02 08:43:24 roessler Exp $ +# $Id: sample.muttrc,v 3.4 2005/01/27 18:47:57 roessler Exp $ # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # @@ -40,8 +40,8 @@ set edit_headers # let me edit the message header when composing #set forward_decode # weed and MIME decode forwaded messages #set forward_format="[%a: %s]" # subject to use when forwarding messages #set forward_quote # quote the header and body of forward msgs -#set hdr_format="%4C %Z %{%m/%d} [%2N] %-15.15F (%4c) %s" -set hdr_format="%4C %Z %{%m/%d} %-15.15F (%4c) %s" # format of the index +#set index_format="%4C %Z %{%m/%d} [%2N] %-15.15F (%4c) %s" +set index_format="%4C %Z %{%m/%d} %-15.15F (%4c) %s" # format of the index #set hdrs # include `my_hdr' lines in outgoing messages #set header # include message header when replying set help # show the help lines @@ -105,7 +105,7 @@ set tilde # virtual lines to pad blank lines in the pager set nouse_domain # don't qualify local addresses with $domain #set use_from # always generate the `From:' header field set use_mailcap=yes # always use a mailcap entry when found -set pgp_verify_sig=no # don't automatically verify message signatures +set crypt_verify_sig=no # don't automatically verify message signatures #set visual=vim # editor invoked by ~v in the builtin editor #set nowait_key # prompt when a pipe returns normal status set write_inc=25 # show progress while writing mailboxes @@ -145,7 +145,7 @@ color attachment brightmagenta default color search default green # how to hilite search patterns in the pager color header brightred default ^(From|Subject): -color body magenta default "(ftp|http)://[^ ]+" # point out URLs +color body magenta default "(ftp|http|https)://[^ ]+" # point out URLs color body magenta default [-a-z_0-9.]+@[-a-z_0-9.]+ # e-mail addresses color underline brightgreen default @@ -253,7 +253,7 @@ save-hook ^judge +diplomacy # is executed when opening a mailbox matching #folder-hook . 'set sort=date-sent' -#folder-hook mutt 'set hdr_format="%4C %Z %02m/%02N %-20.20F (%4l) %s"' +#folder-hook mutt 'set index_format="%4C %Z %02m/%02N %-20.20F (%4l) %s"' #folder-hook =mutt my_hdr Revolution: \#9 # real comment #folder-hook . 'set reply_regexp="^re:[ \t]*"'