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

put ~/.mutt symlink in place
authormartin f. krafft <madduck@madduck.net>
Mon, 13 Sep 2021 00:07:38 +0000 (12:07 +1200)
committermartin f. krafft <madduck@madduck.net>
Mon, 13 Sep 2021 00:07:38 +0000 (12:07 +1200)
.gitignore.d/mutt
.mutt [new symlink]

index 56d44f19c1eb9ec28d36481c314bd012354dc2e3..86880acc601c2b94c73a0b1319f9334651b112ce 100644 (file)
@@ -48,6 +48,7 @@
 !/.config/mutt/viewmailattachments
 !/.crontab.d/mutt
 !/.gitignore.d/mutt
+!/.mutt
 !/.muttprintrc
 !/.var/mutt/.gitignore
 !/.var/mutt/header_cache/.gitignore
diff --git a/.mutt b/.mutt
new file mode 120000 (symlink)
index 0000000..e7e0d21
--- /dev/null
+++ b/.mutt
@@ -0,0 +1 @@
+.config/mutt
\ No newline at end of file