Check for new mail. More...
Collaboration diagram for mbox_check():Functions | |
| static enum MxStatus | comp_mbox_check (struct Mailbox *m) |
| Check for new mail - Implements MxOps::mbox_check() -. | |
| static enum MxStatus | imap_mbox_check (struct Mailbox *m) |
| Check for new mail - Implements MxOps::mbox_check() -. | |
| enum MxStatus | maildir_mbox_check (struct Mailbox *m) |
| Check for new mail - Implements MxOps::mbox_check() -. | |
| static enum MxStatus | mbox_mbox_check (struct Mailbox *m) |
| Check for new mail - Implements MxOps::mbox_check() -. | |
| static enum MxStatus | mh_mbox_check (struct Mailbox *m) |
| Check for new mail - Implements MxOps::mbox_check() -. | |
| static enum MxStatus | nntp_mbox_check (struct Mailbox *m) |
| Check for new mail - Implements MxOps::mbox_check() -. | |
| static enum MxStatus | nm_mbox_check (struct Mailbox *m) |
| Check for new mail - Implements MxOps::mbox_check() -. | |
| static enum MxStatus | pop_mbox_check (struct Mailbox *m) |
| Check for new mail - Implements MxOps::mbox_check() -. | |
Check for new mail.
| m | Mailbox |
| enum | MxStatus |
Check for new mail - Implements MxOps::mbox_check() -.
| m | Mailbox |
| enum | MxStatus |
If the compressed file changes in size but the mailbox hasn't been changed in NeoMutt, then we can close and reopen the mailbox.
If the mailbox has been changed in NeoMutt, warn the user.
Definition at line 548 of file compress.c.
Here is the call graph for this function:
Here is the caller graph for this function:Check for new mail - Implements MxOps::mbox_check() -.
| m | Mailbox |
| >0 | Success, e.g. MX_STATUS_REOPENED |
| -1 | Failure |
Definition at line 2113 of file imap.c.
Here is the call graph for this function:Check for new mail - Implements MxOps::mbox_check() -.
Definition at line 805 of file mailbox.c.
Here is the call graph for this function:Check for new mail - Implements MxOps::mbox_check() -.
| [in] | m | Mailbox |
| MX_STATUS_REOPENED | Mailbox has been reopened |
| MX_STATUS_NEW_MAIL | New mail has arrived |
| MX_STATUS_LOCKED | Couldn't lock the file |
Definition at line 929 of file mbox.c.
Here is the call graph for this function:
Here is the caller graph for this function:Check for new mail - Implements MxOps::mbox_check() -.
| m | Mailbox |
| enum | MxStatus |
Definition at line 2546 of file nntp.c.
Here is the call graph for this function:Check for new mail - Implements MxOps::mbox_check() -.
| m | Mailbox |
| enum | MxStatus |
Definition at line 2118 of file notmuch.c.
Here is the call graph for this function:Check for new mail - Implements MxOps::mbox_check() -.
Definition at line 817 of file pop.c.
Here is the call graph for this function: