From 1165ebc76a44d454a8e9acb3d9cd0682025df26b Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 28 Jun 2024 14:41:58 +0200 Subject: [PATCH] Copyright year update --- .config/neomutt/buildmimetree.py | 4 ++-- .config/neomutt/neomuttrc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/neomutt/buildmimetree.py b/.config/neomutt/buildmimetree.py index f2d6c3c..6894e08 100755 --- a/.config/neomutt/buildmimetree.py +++ b/.config/neomutt/buildmimetree.py @@ -34,7 +34,7 @@ # Latest version: # https://git.madduck.net/etc/neomutt.git/blob_plain/HEAD:/.config/neomutt/buildmimetree.py # -# Copyright © 2023–2024 martin f. krafft +# Copyright © 2023–24 martin f. krafft # Released under the GPL-2+ licence, just like NeoMutt itself. # @@ -71,7 +71,7 @@ def parse_cli_args(*args, **kwargs): ) ) parser.epilog = ( - "Copyright © 2023 martin f. krafft .\n" + "Copyright © 2023-24 martin f. krafft .\n" "Released under the MIT licence" ) diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc index 8e2aa32..41c34a6 100644 --- a/.config/neomutt/neomuttrc +++ b/.config/neomutt/neomuttrc @@ -43,7 +43,7 @@ bind index > vfolder-window-forward #bind index,pager \` modify-labels #macro index,pager \Ct "!todo" "Toggle the 'todo' tag" # -index-format-hook date "~d<1d" "%{%H:%M%Z}" +index-format-hook date "~d<1d" "%{%H:%M%z}" index-format-hook date "~A" "%d" tag-transforms "unread" "N" \ -- 2.39.2