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() -. | |
static enum MxStatus | maildir_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 | mbox_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 585 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 2096 of file imap.c.
Check for new mail - Implements MxOps::mbox_check() -.
Definition at line 1376 of file maildir.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 929 of file mbox.c.
Check for new mail - Implements MxOps::mbox_check() -.
m | Mailbox |
enum | MxStatus |
Definition at line 2494 of file nntp.c.
Check for new mail - Implements MxOps::mbox_check() -.
m | Mailbox |
enum | MxStatus |
Definition at line 2081 of file notmuch.c.
Check for new mail - Implements MxOps::mbox_check() -.
Definition at line 816 of file pop.c.