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

buildmimetree.py: Copyright update
authormartin f. krafft <madduck@madduck.net>
Wed, 23 Aug 2023 10:22:40 +0000 (22:22 +1200)
committermartin f. krafft <madduck@madduck.net>
Wed, 23 Aug 2023 11:56:56 +0000 (23:56 +1200)
.config/neomutt/buildmimetree.py

index f805884cf5048b5cc6234995b0b4d80713023677..f7d7c56b8f8861aa6b327821dc0ba9f0fb5058f7 100755 (executable)
@@ -55,7 +55,7 @@ def parse_cli_args(*args, **kwargs):
         )
     )
     parser.epilog = (
-        "Copyright © 2022 martin f. krafft <madduck@madduck.net>.\n"
+        "Copyright © 2023 martin f. krafft <madduck@madduck.net>.\n"
         "Released under the MIT licence"
     )