]> git.madduck.net Git - etc/mutt.git/commitdiff

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:

remove obsolete files
authormartin f. krafft <madduck@madduck.net>
Sun, 12 Aug 2018 01:16:21 +0000 (13:16 +1200)
committermartin f. krafft <madduck@madduck.net>
Sun, 12 Aug 2018 01:16:31 +0000 (13:16 +1200)
.mutt/error [deleted file]
.mutt/offline [deleted file]

diff --git a/.mutt/error b/.mutt/error
deleted file mode 100755 (executable)
index ea81cf1..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-set -eu
-
-ret=$1; shift
-msg="$@"; msg="${msg%% --*}"
-echo "$msg"
-exit $ret
diff --git a/.mutt/offline b/.mutt/offline
deleted file mode 100644 (file)
index be1674d..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-set sendmail="~/.mutt/sendmail"
-
-# vim:ft=muttrc