]> granicus.if.org Git - mutt/commit
add check operation to struct mx_ops
authorDamien Riegel <damien@riegel.io>
Thu, 26 May 2016 21:05:42 +0000 (14:05 -0700)
committerDamien Riegel <damien@riegel.io>
Thu, 26 May 2016 21:05:42 +0000 (14:05 -0700)
commit938a56572752a0f7fc31660222444cab91a30ece
treedd3acb055af2f6ab49245bdab0d36e003076ea45
parent127fd40600a18cbd6dc2d5580f49ac75fc71e659
add check operation to struct mx_ops

In mx_check_mailbox switch case, we simply call
<mailbox>_check_mailbox, so this operation can be move into the mx_ops
structure pretty easily.

This commit adds a mandatory "check" operation to struct mx_ops and
change all mailboxes to use it. Check functions are made static as they
are only used in their respective source files now.
imap/imap.c
imap/imap.h
mbox.c
mh.c
mutt.h
mx.c
mx.h
pop.c
pop.h