Changeset 5291:3869e46f6fd4
- Timestamp:
- 2007-11-08 11:26:05 (13 months ago)
- Author:
- Brendan Cully <brendan@…>
- Branch:
- HEAD
- Message:
-
Turn down some debug logging levels
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5289
|
r5291
|
|
| | 1 | 2007-11-08 09:03 +0100 Rocco Rutte <pdmef@gmx.net> (92a6bfbed657) |
| | 2 | |
| | 3 | * doc/Makefile.am: Add stamp-doc-rc to makedoc-all to build Muttrc |
| | 4 | with fresh checkout |
| | 5 | |
| 1 | 6 | 2007-11-07 14:48 -0800 Brendan Cully <brendan@kublai.com> (b68ccc2e66e2) |
| 2 | 7 | |
-
|
r4951
|
r5291
|
|
| 255 | 255 | init_pair(i, fg, bg); |
| 256 | 256 | |
| 257 | | dprint(1,(debugfile,"mutt_alloc_color(): Color pairs used so far: %d\n", |
| 258 | | UserColors)); |
| | 257 | dprint (3, (debugfile,"mutt_alloc_color(): Color pairs used so far: %d\n", |
| | 258 | UserColors)); |
| 259 | 259 | |
| 260 | 260 | return (COLOR_PAIR (p->index)); |
-
|
r5091
|
r5291
|
|
| 130 | 130 | for (t = HeaderOrderList; t; t = t->next) |
| 131 | 131 | { |
| 132 | | dprint(1, (debugfile, "Reorder list: %s\n", t->data)); |
| | 132 | dprint(3, (debugfile, "Reorder list: %s\n", t->data)); |
| 133 | 133 | hdr_count++; |
| 134 | 134 | } |
-
|
r5111
|
r5291
|
|
| 210 | 210 | else |
| 211 | 211 | { |
| 212 | | dprint (2, (debugfile, "IMAP queue drained\n")); |
| | 212 | dprint (3, (debugfile, "IMAP queue drained\n")); |
| 213 | 213 | imap_cmd_finish (idata); |
| 214 | 214 | } |
| … |
… |
|
| 487 | 487 | char* bracket; |
| 488 | 488 | |
| 489 | | dprint (2, (debugfile, "Handling CAPABILITY\n")); |
| | 489 | dprint (3, (debugfile, "Handling CAPABILITY\n")); |
| 490 | 490 | |
| 491 | 491 | s = imap_next_word (s); |
| … |
… |
|
| 546 | 546 | HEADER* h = NULL; |
| 547 | 547 | |
| 548 | | dprint (2, (debugfile, "Handling FETCH\n")); |
| | 548 | dprint (3, (debugfile, "Handling FETCH\n")); |
| 549 | 549 | |
| 550 | 550 | msgno = atoi (s); |
| … |
… |
|
| 567 | 567 | if (!h) |
| 568 | 568 | { |
| 569 | | dprint (1, (debugfile, "FETCH response ignored for this message\n")); |
| | 569 | dprint (3, (debugfile, "FETCH response ignored for this message\n")); |
| 570 | 570 | return; |
| 571 | 571 | } |