Changeset 1952:3df988cd293c for contrib
- Timestamp:
- 2000-06-26 05:04:03 (8 years ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
contrib/sample.muttrc-tlr (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
contrib/sample.muttrc-tlr
r1591 r1952 22 22 auto_view text/html application/x-gzip application/x-gunzip 23 23 auto_view application/rtf application/x-rath 24 auto_view application/msword 24 25 25 26 alternative_order text/enriched text/plain text … … 48 49 bind editor "\e<delete>" kill-word 49 50 bind editor "\e\t" complete-query 51 bind editor "\Ct" transpose-chars 50 52 51 53 bind generic "\CV" next-page … … 63 65 bind index "\Ce" last-entry # override edit-type 64 66 bind index "\eV" previous-page # override collapse-something 67 bind index "\e<" collapse-thread 65 68 bind index "\eq" query 66 69 bind index $ last-entry … … 99 102 bind query i exit 100 103 104 macro generic "\ex" ":exec " 105 macro pager "\ex" ":exec " 106 macro generic "\eX" "\ex" 107 macro pager "\eX" "\ex" 108 101 109 102 110 # emulate the old URL-browser key bindings. … … 161 169 # Invoke jed with mail_mode. This may 162 170 # or may not work for you. 163 unset envelope_from # Don'tset messages' envelope-from header.171 set envelope_from # set messages' envelope-from header. 164 172 set fcc_clear # Store local copies of messages in the clear. 165 173 set folder=~/Mail # Where my mail folders go … … 223 231 # MIME parameters. Setting this shouldn't harm. 224 232 233 set 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)---" 234 set compose_format="--+(%v) Compose [Approx. msg size: %l Atts: %a]%>-" 235 236 237 225 238 # PGP command configuration 226 239 source ~/.mutt/pgp2.rc
