+2007-11-08 09:03 +0100 Rocco Rutte <pdmef@gmx.net> (92a6bfbed657)
+
+ * doc/Makefile.am: Add stamp-doc-rc to makedoc-all to build Muttrc
+ with fresh checkout
+
2007-11-07 14:48 -0800 Brendan Cully <brendan@kublai.com> (b68ccc2e66e2)
* curs_lib.c, mutt_curses.h: Suppress progress bar updates less than
init_pair(i, fg, bg);
- dprint(1,(debugfile,"mutt_alloc_color(): Color pairs used so far: %d\n",
- UserColors));
+ dprint (3, (debugfile,"mutt_alloc_color(): Color pairs used so far: %d\n",
+ UserColors));
return (COLOR_PAIR (p->index));
}
{
for (t = HeaderOrderList; t; t = t->next)
{
- dprint(1, (debugfile, "Reorder list: %s\n", t->data));
+ dprint(3, (debugfile, "Reorder list: %s\n", t->data));
hdr_count++;
}
}
rc = IMAP_CMD_CONTINUE;
else
{
- dprint (2, (debugfile, "IMAP queue drained\n"));
+ dprint (3, (debugfile, "IMAP queue drained\n"));
imap_cmd_finish (idata);
}
int x;
char* bracket;
- dprint (2, (debugfile, "Handling CAPABILITY\n"));
+ dprint (3, (debugfile, "Handling CAPABILITY\n"));
s = imap_next_word (s);
if ((bracket = strchr (s, ']')))
int msgno, cur;
HEADER* h = NULL;
- dprint (2, (debugfile, "Handling FETCH\n"));
+ dprint (3, (debugfile, "Handling FETCH\n"));
msgno = atoi (s);
if (!h)
{
- dprint (1, (debugfile, "FETCH response ignored for this message\n"));
+ dprint (3, (debugfile, "FETCH response ignored for this message\n"));
return;
}