+mutt (1.5.21-4) unstable; urgency=low
+
+ * debian/paches:
+ + mutt-patched/sidebar: added a closedir() so the fds will not be starved
+ (Closes: 620854)
+
+ -- Antonio Radici <antonio@dyne.org> Mon, 11 Apr 2011 16:23:35 +0100
+
mutt (1.5.21-3) unstable; urgency=low
* Uploading to unstable
rc = 1;
break;
}
-@@ -337,6 +343,32 @@
+@@ -337,6 +343,34 @@
closedir (dirp);
+ mailbox->msgcount++;
+ }
+ }
++
++ closedir (dirp);
+
return rc;
}
-@@ -345,14 +377,33 @@
+@@ -345,14 +379,33 @@
{
int rc = 0;
int statcheck;
if (!option(OPTMAILCHECKRECENT) || sb->st_mtime > mailbox->last_visited)
{
rc = 1;
-@@ -374,9 +425,11 @@
+@@ -374,9 +427,11 @@
int mutt_buffy_check (int force)
{
BUFFY *tmp;
sb.st_size=0;
contex_sb.st_dev=0;
-@@ -456,6 +509,20 @@
+@@ -456,6 +511,20 @@
case M_MH:
if ((tmp->new = mh_buffy (tmp->path)) > 0)
BuffyCount++;
# Name: crypt_autosign
--- a/imap/imap.c
+++ b/imap/imap.c
-@@ -1521,7 +1521,7 @@
+@@ -1527,7 +1527,7 @@
imap_munge_mbox_name (munged, sizeof (munged), name);
snprintf (command, sizeof (command),