]> git.madduck.net Git - etc/mutt.git/blobdiff - .config/mutt/static/git-favicon.png

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:

move mutt config to ~/.config
[etc/mutt.git] / .config / mutt / static / git-favicon.png
diff --git a/.mutt/muttrc b/.mutt/muttrc
deleted file mode 100644 (file)
index 84f4311..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# from /usr/share/doc/mutt/examples/Muttrc.gz
-
-set my_confdir="$HOME/.mutt"
-
-set my_attribution_de="Hinsichtlich folgendem, das \"%n\" am %{%Y-%m-%d} um %{%H:%M Uhr %Z} schrieb:"
-set my_attribution_en="Regarding the following, written by \"%n\" on %{%Y-%m-%d} at %{%H:%M Uhr %Z}:"
-
-source $my_confdir/confvars
-source $my_confdir/colours
-source $my_confdir/headers
-source $my_confdir/alternates
-source $my_confdir/keybindings
-source $my_confdir/lists
-source $my_confdir/spam
-source $my_confdir/hooks
-
-auto_view text/html text/calendar
-#auto_view application/x-gunzip application/x-tar-gz application/x-tar application/x-gtar
-#auto_view application/postscript
-alternative_order multipart/mixed multipart/related text/calendar text/html text/enriched text/*
-#alternative_order text/plain text/enriched text/html
-#alternative_order text/enriched text/plain text application/postscript image/*
-mime_lookup application/octet-stream
-
-mailto_allow cc in-reply-to references subject body
-
-set my_mutt_mailboxes = "$VARDIR/mutt/mailboxes"
-source "test ! -f $my_mutt_mailboxes || cat $my_mutt_mailboxes|"
-
-source "test -f $alias_file && cat $alias_file 2>/dev/null || echo unset alias_file|"
-
-# only source sidebar settings if the sidebar patch exist, i.e. default is
-# non-zero
-source "test -z $sidebar_visible || cat $my_confdir/sidebar|"
-
-# only source multipart/alternative settings if the multipart/alternative
-# patch exist, i.e. default is non-zero
-source "test -z $send_multipart_alternative || cat $my_confdir/multipart-alternative|"