+mutt (1.5.20-1+fix533459) unstable; urgency=low
+
+ * adding a patch to fix a bug
+
+ -- Antonio Radici <antonio@dyne.org> Wed, 17 Jun 2009 23:43:47 +0100
+
mutt (1.5.20-1) unstable; urgency=low
* New upstream release, includes the following features:
#upstream/504530-stunnel-account_hook-doc.patch
#upstream/530887-dovecot-imap.patch
+upstream/533459-unmailboxes
+
misc/hyphen-as-minus.patch
#misc/manpage-typos.patch
misc/smime_keys-manpage.patch
--- /dev/null
+--- a/buffy.c
++++ b/buffy.c
+@@ -236,7 +236,6 @@
+ {
+ if(*tmp)
+ {
+- FREE (&((*tmp)->path));
+ tmp1=(*tmp)->next;
+ FREE (tmp); /* __FREE_CHECKED__ */
+ *tmp=tmp1;