Check for new mail. More...
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 583 of file compress.c.
Check for new mail - Implements MxOps::mbox_check() -.
m | Mailbox |
>0 | Success, e.g. MX_STATUS_REOPENED |
-1 | Failure |
Definition at line 2109 of file imap.c.
Check for new mail - Implements MxOps::mbox_check() -.
Definition at line 801 of file mailbox.c.
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 930 of file mbox.c.
Check for new mail - Implements MxOps::mbox_check() -.
m | Mailbox |
enum | MxStatus |
Definition at line 2547 of file nntp.c.
Check for new mail - Implements MxOps::mbox_check() -.
m | Mailbox |
enum | MxStatus |
Definition at line 2096 of file notmuch.c.
Check for new mail - Implements MxOps::mbox_check() -.
Definition at line 818 of file pop.c.