mutt (2.4.0-1)
[PTS] [DDPO]
COMMITS: VCS has seen 2 commits since the debian/2.4.0-1 tag
- Git: https://salsa.debian.org/mutt-team/mutt.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 2088960
- Browser: https://salsa.debian.org/mutt-team/mutt
- Last scan: 2026-07-11 06:06:02+00
- Next scan: 2026-07-17 23:21:00+00
- Debian changelog in Git:
mutt (2.4.0-1) unstable; urgency=medium
* New upstream release.
* debian/patches:
- patches refreshed.
- debian-specific/530584-default-tmpdir-to-var-tmp{,-docs}.patch: removed,
as $tmpdraftdir is now supported and defaults to /var/tmp.
- upstream/1125291-fix-smime_pk7out_command-for-key-extraction.patch:
added to fix failed S/MIME key extraction on Debian 13
(Closes: 1125291).
- upstream/787968-muttrc-man-grammar-fix.patch: minor muttrc grammar fix
(Closes: 787968).
- upstream/shellcheck-errors.patch: to fix some lint errors for shell
scripts.
* debian/mutt.manpages:
- ship mutt_pgpring and pgpewrap manpages (Closes: 1130822)
* debian/control:
- removed Tokyocabinet which was deprecated upstream; added LMDB.
- added libxml2-utils for xmllint as B-D; also added shellcheck.
-- Antonio Radici <antonio@debian.org> Sun, 21 Jun 2026 15:07:50 +0200
- This branch is 2 commits ahead of tag debian/2.4.0-1
- Git log:
commit fa371a46afa39e83b8c6db9972c0d84b1267f232
Merge: 6f4616a cc31f89
Author: Antonio Radici <antonio@debian.org>
Date: Sun Jun 28 16:05:52 2026 +0000
Merge branch 'patch-1' into 'master'
Remove debian-specific sort=threads override
See merge request mutt-team/mutt!10
commit cc31f89f03efbdba1036d03f21287e7392ba12d1
Author: Nikolas Nyby <nikolas@gnu.org>
Date: Mon Jun 22 22:43:30 2026 -0400
Remove debian-specific sort=threads override
Closes #1140576. Feel free to reject if this is not desired behavior - it was just not clear to me why we can't defer to mutt for this default setting.