# ================================================================== # File: $HOME/.muttrc # Latest change: Tue Jun 28 03:00:00 CEST 2005 # Purpose: Setup file for the mailer "mutt" # Availability: http://www.guckes.net/setup/muttrc # Author: Sven Guckes setup-muttrc(at)guckes.net # http://www.guckes.net/ # ================================================================== # # NOTE: This file is directly linked from the Links page on # www.mutt.org, but it is only a very small part of my setup. # So please take a look at my real setup page: # --> http://www.guckes.net/mutt/setup.html ! # # And there's a lot more to see at the # "Mutt Pages" http://www.guckes.net/ # Check it out! Feedback is *most* welcome! # =========================================================== # Installation # =========================================================== # 2003-10-28: # i have finally switched my mutt setup from # "lotsa files in da $HOME" to # "all files in ~/.mutt". # so the installation now will be as follows: # download the archive file with all # my mutt setup files and unpack it. # you can do this in your home directory # iff (if and *only* if) you are *sure* # that you don't have any setupfiles of # your own already in your home directory. # # DOWNLOAD: Get an update of this # file with this simple command: # wget -N guckes.net/setup/mutt.setupfiles.tar.gz # # to be continued... # (guess i'll better update my webpages about it.. ;-) # =========================================================== # Setup Overview # =========================================================== # 2004-01-13: # 1: .muttrc # 2: | .mutt/muttrc.forall # 3: | | .mutt/aliases # 4: | | .mutt/personal # 5: | | | .mutt/color # 5: | | | | .mutt/color.body # 6: | | | | .mutt/color.header # 7: | | | | .mutt/color.header.agents # 8: | | | | .mutt/color.index # 9: | | | | .mutt/color.people # 10: | | | .mutt/gpg.rc # 11: | | | .mutt/maillists # 12: | | | .mutt/personalized_hooks # 13: | | | .mutt/pop.gmx # 14: | | | .mutt/list.mutt # 15: | .mutt/muttrc.f-451.net # 2007-03-19. # planung fuer neue struktur: # .muttrc # .mutt/muttrc # .mutt/aliases # .mutt/personal # .mutt/color # .mutt/color.body # .mutt/color.header # .mutt/color.header.agents # .mutt/color.index # .mutt/color.index.whitelist # .mutt/color.people # .mutt/color.gpg.rc # .mutt/maillists # .mutt/hooks (personalized_hooks) # .mutt/NEW # =========================================================== # setup "for all" users # =========================================================== # Read in the setup file which contains non-personal # setup commands (which would therefore be suitable # for the "global" setup file "/etc/Muttrc"): source ~/.mutt/muttrc.forall # mutt comes back here and continues # (unless there is a serious problem) set folder=~/Mail # 2007-05-01 # mutt-1.5.15: # trouble with error messages on IDN # "Error in $ALIAS line NNN: Warning: Bad IDN '$DOMAIN' in alias '$FOO'." # unset use_idn # vim: set ai et noic nowrap ft=muttrc list isk+=@-@,. ts=4 tw=120: EOF