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

do not redefine aliases
authormartin f. krafft <madduck@madduck.net>
Thu, 21 Feb 2019 10:19:55 +0000 (23:19 +1300)
committermartin f. krafft <madduck@madduck.net>
Thu, 21 Feb 2019 10:19:55 +0000 (23:19 +1300)
.mutt/muttrc

index 4f24a1b449fbd521d883073ca73b321c5544488a..5d0247743386318d246b37ad353730d9844a0c6e 100644 (file)
@@ -28,5 +28,4 @@ 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|"
 
-set alias_file="$my_confdir/aliases"
 source "test -f $alias_file && cat $alias_file 2>/dev/null || echo unset alias_file|"