X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/87af727692f85414f3718e255d43d5631fe08ade..6a29f2da9a8ac708c31ff9f25bd414667603281d:/debian/changelog diff --git a/debian/changelog b/debian/changelog index cf7a50c..e35deff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +mutt (1.5.18-4) unstable; urgency=low + + * In order to evade a conflict with the sidebar patch, move the set_xterm_* + prototypes from pager.c to mutt_menu.h. No functional change. + * Introduce two new patches that revert the conflicting part of the + maildir-mtime patch before applying the sidebar patch, and afterwards + re-apply the relevant bits. This mitigates the chance of bugs being + introduced when manually resolving conflicts with new versions of the + sidebar patch. This fixes new mail detection in the mutt-patched package. + (Closes: #484537, #484538) + + -- Christoph Berg Sun, 03 Aug 2008 00:51:58 +0200 + mutt (1.5.18-3) unstable; urgency=low * Pull patch from upstream to fix multipart decoding. (Closes: #489283)