]> git.madduck.net Git - etc/mutt.git/blob - .mutt/muttrc

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Factor out confvars to autogenerated file
[etc/mutt.git] / .mutt / muttrc
1 # from /usr/share/doc/mutt/examples/Muttrc.gz
2
3 set my_confdir="$HOME/.mutt"
4
5 auto_view text/html application/ics text/calendar
6 #auto_view application/x-gunzip application/x-tar-gz application/x-tar application/x-gtar
7 #auto_view application/postscript
8 alternative_order multipart/mixed multipart/related text/html text/enriched text/*
9 #alternative_order text/plain text/enriched text/html
10 #alternative_order text/enriched text/plain text application/postscript image/*
11 mime_lookup application/octet-stream
12
13 mailto_allow cc in-reply-to references subject body
14
15 set my_mutt_mailboxes = "$VARDIR/mutt/mailboxes"
16 source "test -f $my_mutt_mailboxes && cat $my_mutt_mailboxes|"
17
18 set alias_file="$my_confdir/aliases"
19 source "test -f $alias_file && cat $alias_file 2>/dev/null || echo unset alias_file|"
20
21 source $my_confdir/colours
22 source $my_confdir/headers
23 source $my_confdir/alternates
24 source $my_confdir/keybindings
25 source $my_confdir/lists
26 source $my_confdir/spam
27 source $my_confdir/hooks
28 source $my_confdir/sidebar
29 source $my_confdir/confvars