Use p_new instead of xmalloc()
[apps/madmutt.git] / contrib / sample.muttrc
index 88f9b33..bfc7eb8 100644 (file)
@@ -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
 # <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]*"'