]> granicus.if.org Git - mutt/commit
Set up a command pipeline. Currently everything still runs a single command from
authorBrendan Cully <brendan@kublai.com>
Sat, 10 Dec 2005 07:06:44 +0000 (07:06 +0000)
committerBrendan Cully <brendan@kublai.com>
Sat, 10 Dec 2005 07:06:44 +0000 (07:06 +0000)
commit0de9f2f1e46ba55b1521e0a282d1dfb09d4e7bcd
tree683565f707365b82ad8bf9446857e525c9dba5ca
parentbf247602fce232ab305a5f38bb402bd56c8d4efc
Set up a command pipeline. Currently everything still runs a single command from
start to finish before moving on, but this creates the infrastructure to pipeline
mailbox polling calls. Bitter experience at the end of a flaky wireless link
teaches me that this can be useful.
imap/browse.c
imap/command.c
imap/imap.c
imap/imap_private.h
imap/util.c