]> git.madduck.net Git - code/mailplate.git/history - mailplate

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:

hacks to make it py3 compatible
[code/mailplate.git] / mailplate
2021-02-02 martin f. kraffthacks to make it py3 compatible master
2008-07-17 martin f. krafftfix template/mailfile detection while argument parsing
2007-10-07 martin f. kraffttrim comment at start of script
2007-10-07 martin f. kraffterror on encounter of an unknown header slot
2007-10-07 martin f. krafftadd KEEP_ALL_HEADERS slot
2007-09-30 martin f. krafftset verbose on first invocation
2007-09-30 martin f. krafftuse default if not template name specified
2007-09-30 martin f. krafftadd verbose mode and cleanup warnings/errors
2007-09-30 martin f. krafftcreate default template if none exists
2007-09-30 martin f. krafftfix startup without config
2007-09-30 martin f. krafftfix creation of new messages
2007-09-30 martin f. krafftfix usage message
2007-09-06 martin f. krafftinitial checkin