]> granicus.if.org Git - neomutt/commit
imap: remove useless static int queued in imap_status()
authorMehdi Abaakouk <sileht@sileht.net>
Mon, 19 Nov 2018 12:14:57 +0000 (13:14 +0100)
committerRichard Russon <rich@flatcap.org>
Tue, 20 Nov 2018 10:58:29 +0000 (10:58 +0000)
commite77389e1f48ce9955011751cb1bd84c8d730aede
tree2918b38929e568d5df20b981e6428f6b9c12aa46
parent54783734b078c66192374bee69d0c51e08d985c6
imap: remove useless static int queued in imap_status()

Only imap_mbox_open() passes true to queue parameter of imap_status().
imap_mbox_open() takes care of flushing/droppping the imap pipeline
comamnds.

So we don't need this extra check about queued STATUS.

This change removes it.
imap/imap.c