more constness.
[apps/madmutt.git] / contrib / sample.muttrc
index f2799a8..bfc7eb8 100644 (file)
@@ -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
@@ -253,7 +253,7 @@ save-hook ^judge +diplomacy
 # <command> is executed when opening a mailbox matching <pattern>
 
 #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]*"'