Date: Sun, 10 Nov 2002 18:07:46 -0800 From: Nathan Kinkade <nkinkade@dsl-only.net> To: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: In search of the ultimate .muttrc Message-ID: <20021111020745.GQ72253@sub21-156.member.dsl-only.net> In-Reply-To: <1693c171694934.16949341693c17@mbox.com.au> References: <1693c171694934.16949341693c17@mbox.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Nov 11, 2002 at 09:30:46AM +1100, BSD Freak wrote: > 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? I just started using Mutt a number of weeks ago and it took me a while to get my .muttrc file in shape. So far, I really like Mutt..it's nice not to remove my hands from the keyboard. I'm sure that it's not really optimized, but for the moment it works for me....here are the lines that I altered. I've change a few things for privacy, but you get the idea. Note that in some place, especially the 'set' lines, you may have to comment the corresponding line later on in the file. In order to differentiate between changes I made and the default config, I moved all my changes to the top of the file and placed them with a begging and ending mark. Also, be careful, as a few of the config lines are wrapped. For what it's worth, here you go: set folder="~/muttmail" set mbox="+mbox" set confirmappend=no set mark_old=no set move=no set realname="<your name here>" set record="+sent" set edit_headers=yes set index_format="%4C %Z %{%b %d} %F (%4l) %s" set editor="vim '+set textwidth=72'" set from="<your email address here>" set tmpdir="<your mutt tmp dir here>" my_hdr Reply-To: <your reply to address here> # define mail lists and subscriptions lists questions@freebsd.org lists freebsd-questions@freebsd.org lists freebsd-stable@freebsd.org lists freebsd-security@freebsd.org lists freebsd-announce@freebsd.org subscribe freebsd-questions@freebsd.org subscribe freebsd-stable@freebsd.org subscribe freebsd-security@freebsd.org subscribe freebsd-announce@freebsd.org # add some mailboxes mailboxes ! mailboxes +freebsd-questions mailboxes +freebsd-stable mailboxes +freebsd-announce mailboxes +freebsd-security # add some aliases here (examples. real ones removed) alias john john.adams@us.gov alias mom my_mom@parents.org color normal default default color hdrdefault brightcyan default color signature green default color attachment brightyellow default color indicator brightblack brightcyan color quoted green default color quoted1 white default color tilde blue default color body brightcyan default "[-a-z_0-9.%$]+@[-a-z_0-9.]+\\.[-a-z][-a-z]+" color body brightwhite default "(http|ftp|news|telnet|finger)://[^ \">\t\r\n]*" color body brightwhite default "mailto:[-a-z_0-9.]+@[-a-z_0-9.]+" color header brightmagenta default ^(Date): color header brightyellow default ^Subject: color body brightred default " [;:]-*[)>(<|]" folder-hook . set sort=threads folder-hook . set pager_index_lines=15 folder-hook /var/mail/nkinkade set sort=date-received folder-hook +sent set sort=date-sent hdr_order Date From To Cc User-Agent X-Mailer Subject ignore * unignore Date From To Cc User-Agent X-Mailer Subject To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021111020745.GQ72253>