Changeset 1952:3df988cd293c for contrib

Show
Ignore:
Timestamp:
2000-06-26 05:04:03 (8 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

update.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • contrib/sample.muttrc-tlr

    r1591 r1952  
    2222auto_view text/html application/x-gzip application/x-gunzip  
    2323auto_view application/rtf application/x-rath 
     24auto_view application/msword 
    2425 
    2526alternative_order text/enriched text/plain text 
     
    4849bind    editor  "\e<delete>"    kill-word 
    4950bind    editor  "\e\t"          complete-query 
     51bind    editor  "\Ct"           transpose-chars 
    5052 
    5153bind    generic "\CV"           next-page 
     
    6365bind    index   "\Ce"           last-entry      # override edit-type 
    6466bind    index   "\eV"           previous-page   # override collapse-something 
     67bind    index   "\e<"           collapse-thread 
    6568bind    index   "\eq"           query 
    6669bind    index   $               last-entry 
     
    99102bind    query   i               exit 
    100103 
     104macro   generic "\ex"           ":exec " 
     105macro   pager   "\ex"           ":exec " 
     106macro   generic "\eX"           "\ex" 
     107macro   pager   "\eX"           "\ex" 
     108 
    101109 
    102110# emulate the old URL-browser key bindings. 
     
    161169                                        # Invoke jed with mail_mode.  This may 
    162170                                        # or may not work for you. 
    163 unset envelope_from                     # Don't set messages' envelope-from header. 
     171set envelope_from                       # set messages' envelope-from header. 
    164172set   fcc_clear                         # Store local copies of messages in the clear. 
    165173set   folder=~/Mail                     # Where my mail folders go 
     
    223231                                        # MIME parameters.  Setting this shouldn't harm. 
    224232 
     233set status_format="-%r-+(%v) %f [Msgs:%?M?%M/?%m%?n? New:%n?%?o? Old:%o?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?%?l? %l?]---(%s/%S)-%>-(%P)---" 
     234set compose_format="--+(%v) Compose  [Approx. msg size: %l   Atts: %a]%>-" 
     235 
     236 
     237 
    225238# PGP command configuration 
    226239source ~/.mutt/pgp2.rc