]> git.madduck.net Git - etc/neomutt.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:

include mutt wrapper
authormartin f. krafft <madduck@madduck.net>
Fri, 8 Dec 2023 12:54:16 +0000 (13:54 +0100)
committermartin f. krafft <madduck@madduck.net>
Fri, 8 Dec 2023 12:54:16 +0000 (13:54 +0100)
.bin/mutt [new file with mode: 0755]
.gitignore.d/neomutt

diff --git a/.bin/mutt b/.bin/mutt
new file mode 100755 (executable)
index 0000000..1197dac
--- /dev/null
+++ b/.bin/mutt
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+if command -v neomutt >/dev/null; then
+  exec neomutt "$@"
+else
+  exec $(which -a mutt | grep -v $HOME | head -1) "$@"
+fi
index 0bec9075750ee6889675a981303ee3d46d693db5..e707de34dd59a687803a6c39500ee72d38d0b2cb 100644 (file)
@@ -1,4 +1,5 @@
 *
+!/.bin/mutt
 !/.config/neomutt/ack-recipients
 !/.config/neomutt/aliases
 !/.config/neomutt/alternates
@@ -18,6 +19,7 @@
 !/.config/neomutt/headers
 !/.config/neomutt/hooks
 !/.config/neomutt/htmldump
+!/.config/neomutt/htmlmail.css
 !/.config/neomutt/icalparser
 !/.config/neomutt/keybindings
 !/.config/neomutt/list-mailboxes
@@ -29,6 +31,7 @@
 !/.config/neomutt/mailcap.icalendar
 !/.config/neomutt/mkconf
 !/.config/neomutt/neomuttrc
+!/.config/neomutt/pytest.ini
 !/.config/neomutt/remove-header
 !/.config/neomutt/replace-header
 !/.config/neomutt/reuse-message