Changeset 4805:d2dd67de9e9e for contrib
- Timestamp:
- 2006-08-11 03:54:24 (2 years ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
contrib/sample.muttrc-tlr (modified) (14 diffs)
Legend:
- Unmodified
- Added
- Removed
-
contrib/sample.muttrc-tlr
r4745 r4805 2 2 3 3 # 4 # Mutt configuration file of Thomas Roessler <roessler@ guug.de>.4 # Mutt configuration file of Thomas Roessler <roessler@does-not-exist.org> 5 5 # 6 6 # Use and distribute freely. … … 18 18 # 19 19 20 auto_view application/ms-tnef text/x-vcard 21 auto_view application/x-chess application/x-lotus-notes 22 auto_view text/html application/x-gzip application/x-gunzip 23 auto_view application/rtf application/x-rath 24 auto_view application/msword 25 26 alternative_order application/pgp text/plain text/html text/enriched 20 # auto_view application/ms-tnef text/x-vcard 21 # auto_view application/x-chess application/x-lotus-notes 22 # auto_view text/html application/x-gzip application/x-gunzip 23 # auto_view application/rtf application/x-rath 24 # auto_view application/msword 25 26 auto_view text/html 27 mime_lookup application/octet-stream 28 29 # alternative_order application/pgp text/html text/enriched text/plain 30 alternative_order text/plain text/html 31 27 32 28 33 # … … 49 54 bind editor "\e<backspace>" kill-word 50 55 bind editor "\e<delete>" kill-word 51 bind editor "\e\t" complete-query 56 bind editor "<backtab>" complete-query 57 bind editor "\eq" complete-query 52 58 bind editor "\Ct" transpose-chars 53 59 … … 90 96 bind pager "\Cp" previous-line 91 97 bind pager + tag-message 98 bind pager * flag-message 92 99 bind pager <delete> delete-message 93 100 bind pager <down> next-line … … 105 112 # make it feel like emacs 106 113 107 macro generic,pager "\ex" "<enter-command>exec " 108 macro generic,pager "\eX" "\ex" 109 macro index "~" "<limit>~" 110 111 # move messages to the pilot folder 112 113 macro index,pager "\ew" "<decode-copy>+pilot<Enter>" "Copy a message to the pilot folder." 114 macro generic "\ex" ":exec " 115 macro pager "\ex" ":exec " 116 macro generic "\eX" "\ex" 117 macro pager "\eX" "\ex" 118 119 macro index "~" ";~" 120 # macro index "%" ";%" 121 122 # Thread tagging 123 124 bind index "\et" tag-subthread 125 bind index "\eT" tag-thread 114 126 115 127 # for majordomo list owner and moderator jobs 116 128 117 macro index,pager "\ea" "\ 118 <enter-command> set nopipe_decode wait_key<Enter>\ 119 <pipe-message> approve<Enter>\ 120 <enter-command> set nowait_key<Enter>" 129 macro index "\ea" ":set nopipe_decode wait_key\n|approve\n:set nowait_key\n" 130 macro pager "\ea" ":set nopipe_decode wait_key\n|approve\n:set nowait_key\n" 121 131 122 132 # emulate the old URL-browser key bindings. 123 133 124 macro index,pager "\Cb" "<pipe-message> urlview -<Enter>" 134 macro pager "\Cb" "| urlview -\n" 135 macro index "\Cb" "| urlview -\n" 125 136 126 137 # permit limiting from the pager. 127 138 128 macro pager ";" "<exit><limit>"129 139 macro pager "~" "<exit><limit>~" 140 macro pager ";" "<exit><limit>" 130 141 131 142 # emulate the old POP-feature bindings 132 143 133 macro index,pager G "<shell-escape> fetchmail<Enter>" 134 135 macro compose "\ee" "<filter-entry>pgp -eatf " 136 144 macro index G "!fetchmail\n" 145 macro pager G "!fetchmail\n" 146 147 # razor-report: Report spam. 148 149 # macro index S ":set nopipe_decode nowait_key\n|razor-report > /dev/null 2> /dev/null\ns+junk\n" 150 # macro pager S ":set nopipe_decode nowait_key\n|razor-report > /dev/null 2> /dev/null\ns+junk\n" 151 macro index S "s+junk\n" 152 macro pager S "s+junk\n" 137 153 138 154 # … … 161 177 ignore x400 importance sensitivity autoforward original-encoded-information 162 178 ignore x- thread- 179 ignore DomainKey-Signature mail-followup-to 163 180 164 181 ignore list- comments posted-to approved-by 165 182 166 unignore x-spam x-url x-mailer 167 168 hdr_order from to cc date subject reply-to mail-followup-to 183 unignore x-spam-level x-url x-mailer list-id x-no-spam x-archived-at 184 unignore x-diagnostic 185 186 hdr_order from to cc date subject reply-to mail-followup-to list-id 169 187 170 188 # … … 179 197 set askcc # Ask me about CCs 180 198 unset bounce_delivered # Don't include Delivered-to with bounces 181 set charset=iso-8859-1 # The local character set 199 # set charset=iso-8859-1 # The local character set 200 set send_charset="us-ascii:iso-8859-1:iso-8859-15:iso-8859-2:utf-8" 182 201 set confirmcreate # Ask me about creating new files 183 202 unset confirmappend # Don't ask me about appending to files … … 185 204 set display_filter="tr '\240\204\223\226' ' \"\"-'" # fix some funny characters 186 205 set edit_hdrs # I want to edit the headers. 187 set editor="/usr/bin/jed %s -f ' flower_mode();'"206 set editor="/usr/bin/jed %s -f 'mail_mode();'" 188 207 # Invoke jed with mail_mode. This may 189 208 # or may not work for you. 190 set envelope_from # set messages' envelope-from header.209 set noenvelope_from # set messages' envelope-from header. 191 210 set fcc_clear # Store local copies of messages in the clear. 192 211 set folder=~/Mail # Where my mail folders go … … 197 216 set nohelp # No help line. 198 217 set include=yes # Always include a copy when replying. 199 set mark_old # Distinguish between seen (but unread) and new messages218 set mark_old # Distinguish between seen (but unread) and new messages 200 219 set mbox=+mbox # The (unused) mbox file. 201 220 unset metoo # Remove me from CC headers. … … 213 232 set postponed=~/.mutt/postponed # Where to put postponed messages 214 233 set print=ask-no # Don't waste paper 215 set print_cmd="enscript - Email -2 -r -G" # Two columns, landscape, fancy header.234 set print_cmd="enscript -2Gr -Email" # Two columns, landscape, fancy header. 216 235 set print_split=yes # Invoke enscript once per message 217 236 set quit=yes # Don't ask me whether or not I want to quit. … … 241 260 242 261 set write_inc=50 # Progress indicator when writing folders. 243 set query_command="lbdb q%s" # Use the Little Brother's Database with the external262 set query_command="lbdb2q.pl %s" # Use the Little Brother's Database with the external 244 263 # query feature. 245 set sendmail_wait=-1 # Put sendmail (i.e., postfix)to the background.264 set sendmail_wait=-1 # Don't put sendmail into the background. 246 265 set encode_from # "From " in the beginning of a line triggers quoted-printable 247 266 set nowait_key # Return immediately from external programs … … 251 270 set header # Include the message header when replying. 252 271 set ignore_list_reply_to # Ignore Reply-To headers pointing to mailing lists. 253 set index_format="%4C %Z %{%b %d} %-15.15L (%4c) %s" # Somewhat different index format, which works 254 # nicely with maildir folders. 255 set rfc2047_parameters # Sometimes, I get mails which use a bogus encoding for 272 set norfc2047_parameters # Sometimes, I get mails which use a bogus encoding for 256 273 # MIME parameters. Setting this shouldn't harm. 257 set text_flowed # Generate text/plain; format=flowed 258 unset use_ipv6 # Don't try to use IPv6 - it doesn't work here. 274 # (OK, she doesn't use Notes any more, so I can unset this. ;-) 275 # set text_flowed # Generate text/plain; format=flowed 276 # unset use_ipv6 # Don't try to use IPv6 - it doesn't work here. 259 277 set keep_flagged # don't move flagged messages to mbox 278 set hide_missing=yes # Don't show how many messages are missing in a thread structure 260 279 261 280 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?]----%>-(%P)---" … … 264 283 265 284 set smileys="^$" 285 set ispell=iaspell 286 287 set markers=no # Don't mark wrapped lines 288 set wrapmargin=4 # Leave a margin in the pager 266 289 267 290 # PGP command configuration 268 291 # source ~/.mutt/pgp2.rc 269 292 source ~/.mutt/gpg.rc 293 set pgp_getkeys_command="" 294 295 # source ~/.mutt/smime.rc 270 296 271 297 … … 274 300 275 301 # source aliases 302 # source ~/.mutt/aliases-coruscant 276 303 source ~/.mutt/aliases 277 304
