# [EMAIL PROTECTED] / 2002-11-11 09:30:46 +1100:
> Hi all,
> 
> I have just started recently using mutt and love it. I know there are
> heaps of sites that have sample .muttrc configuration files but I am
> looking for one specifically for use with this list....anyone willing to
> share theirs?

    here's mine. i'm not sure it will be of any use for you, stuff like
    this is purely matter of taste and habit.

    parts were stripped for privacy reasons.

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html
source ~/.mail/mutt/colors
set shell = /bin/sh
set query_command = "abook-wrapper --mutt-query %s"
set alternates = # stripped
ignore *
unignore Date: From: To: Cc: Subject:
hdr_order date from to cc subject
set mail_check = 5
set folder    = "~/Mail"
set mbox      = "+inbox"
set postponed = "+postponed"
set delete    = yes
set move      = no
set hidden_host = yes
mailboxes `find ~/Mail/ -type f -or -type l | perl -ne 'chomp; print "$_ " unless 
m/^.*(postponed|sent|spam|trash)$/'` 
subscribe # stripped
set editor = "vim"
set attribution = "
set followup_to = yes
set copy = yes
set record = "+sent"
set force_name = no
set forward_quote = yes
set from = "[EMAIL PROTECTED]"
set reverse_name = yes
set envelope_from = yes
set include = yes
set indent_string = "> "
set header = no
set fast_reply = yes
set confirmappend = no
set confirmcreate = yes
set abort_nosubject = ask-yes
set abort_unmodified = ask-yes
set date_format = "!%Y-%m-%d %H:%M:%S %Z"
set delete = yes
set help = no
set pager         = "builtin"
set pager_context = 2
set pager_index_lines = 5
set pager_stop    = yes
set menu_scroll   = yes
set meta_key      = yes
set wait_key      = no
set index_format  = "%5C %Z %{%b %d} %-15.15F (%4l) %s"
unset mark_old
set forward_quote = yes
set to_chars      = " tTcF "
macro index \cb |urlview\n
macro pager \cb |urlview\n
macro index \t <change-folder>?<check-new>
macro pager \t <change-folder>?<check-new>
bind browser \cj select-entry
bind index \cj display-message
bind pager \cj next-line
bind index l list-reply
bind index L limit
bind pager l list-reply
macro pager L <exit><limit>
bind generic . tag-entry
bind index . tag-entry
bind pager . tag-message
bind index , next-unread
bind pager , next-unread
bind editor \Cd complete-query
bind pager Q toggle-quoted
bind index <home>  first-entry
bind index <end>   last-entry
bind index T tag-thread
bind index t tag-subthread
bind index \CT tag-pattern
bind index <esc>t untag-pattern
bind pager \cK previous-line
send-hook . "set signature = ~/bin/signature|"
send-hook ~l 'set signature="~/.mail/sigs/lists"'
folder-hook . 'set strict_threads = yes'
folder-hook . 'set sort = date-sent'
folder-hook +lists/.* 'set strict_threads = no'
folder-hook +lists/.* 'set sort = threads'
folder-hook +lists/.* 'set sort_aux = date-sent'
send-hook . 'set record=+sent'
send-hook '^~C mobil\\.cz ~s ^PATCH' 'set record=+work/patches'
auto_view image/* application/x-sh
set charset = "iso-8859-2"
set send_charset = "us-ascii:iso-8859-2:utf-8"
set pgp_verify_sig = no
set menu_scroll = yes
set ascii_chars = yes
set attach_format = "%u%D%I %t%4n %T%.40d%> [%.7m/%.15M, %.6e%?C?, %C?, %s]"
set sendmail_wait = -1 

Reply via email to