]> 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:

Fix matching of blockquotes
[etc/mutt.git] / .mutt / muttrc
1 # from /usr/share/doc/mutt/examples/Muttrc.gz
2
3 set my_confdir="$HOME/.mutt"
4
5 set my_attribution_de="Hinsichtlich folgendem, das \"%n\" am %{%Y-%m-%d} um %{%H:%M Uhr %Z} schrieb:"
6 set my_attribution_en="Regarding the following, written by \"%n\" on %{%Y-%m-%d} at %{%H:%M Uhr %Z}:"
7
8 source $my_confdir/confvars
9 source $my_confdir/colours
10 source $my_confdir/headers
11 source $my_confdir/alternates
12 source $my_confdir/keybindings
13 source $my_confdir/lists
14 source $my_confdir/spam
15 source $my_confdir/hooks
16
17 auto_view text/html text/calendar
18 #auto_view application/x-gunzip application/x-tar-gz application/x-tar application/x-gtar
19 #auto_view application/postscript
20 alternative_order multipart/mixed multipart/related text/calendar text/html text/enriched text/*
21 #alternative_order text/plain text/enriched text/html
22 #alternative_order text/enriched text/plain text application/postscript image/*
23 mime_lookup application/octet-stream
24
25 mailto_allow cc in-reply-to references subject body
26
27 set my_mutt_mailboxes = "$VARDIR/mutt/mailboxes"
28 source "test ! -f $my_mutt_mailboxes || cat $my_mutt_mailboxes|"
29
30 source "test -f $alias_file && cat $alias_file 2>/dev/null || echo unset alias_file|"
31
32 # only source sidebar settings if the sidebar patch exist, i.e. default is
33 # non-zero
34 source "test -z $sidebar_visible || cat $my_confdir/sidebar|"
35
36 # only source multipart/alternative settings if the multipart/alternative
37 # patch exist, i.e. default is non-zero
38 source "test -z $send_multipart_alternative || cat $my_confdir/multipart-alternative|"