| 1 | | 2008-08-25 00:16 -0700 Brendan Cully <brendan@kublai.com> (53d9210aa4ee) |
| | 1 | 2008-08-26 02:07 -0700 Brendan Cully <brendan@kublai.com> (22498996719f) |
| | 2 | |
| | 3 | * imap/imap.c: Remove leftover IMAP IDLE handling from before |
| | 4 | [53d9210aa4ee]. |
| | 5 | |
| | 6 | 2008-08-25 00:52 -0700 Brendan Cully <brendan@kublai.com> (36aa1130091a) |
| | 7 | |
| | 8 | * UPDATING, globals.h, imap/command.c, imap/imap.c, |
| | 9 | imap/imap_private.h, imap/util.c, init.c, init.h: Introduce |
| | 10 | $imap_pipeline_depth. This lets users control the number of |
| | 11 | commands that mutt will queue up before sending them to the |
| | 12 | server. Setting this to 0 disables pipelining, which should close |
| | 13 | #2892. |