Add a Mailbox to an Account. More...
Functions | |
| static bool | comp_ac_add (struct Account *a, struct Mailbox *m) |
| Add a Mailbox to an Account - Implements MxOps::ac_add() -. | |
| static bool | imap_ac_add (struct Account *a, struct Mailbox *m) |
| Add a Mailbox to an Account - Implements MxOps::ac_add() -. | |
| bool | maildir_ac_add (struct Account *a, struct Mailbox *m) |
| Add a Mailbox to an Account - Implements MxOps::ac_add() -. | |
| static bool | mbox_ac_add (struct Account *a, struct Mailbox *m) |
| Add a Mailbox to an Account - Implements MxOps::ac_add() -. | |
| static bool | mh_ac_add (struct Account *a, struct Mailbox *m) |
| Add a Mailbox to an Account - Implements MxOps::ac_add() -. | |
| static bool | nntp_ac_add (struct Account *a, struct Mailbox *m) |
| Add a Mailbox to an Account - Implements MxOps::ac_add() -. | |
| static bool | nm_ac_add (struct Account *a, struct Mailbox *m) |
| Add a Mailbox to an Account - Implements MxOps::ac_add() -. | |
| static bool | pop_ac_add (struct Account *a, struct Mailbox *m) |
| Add a Mailbox to an Account - Implements MxOps::ac_add() -. | |
| true | Success |
| false | Error |
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 364 of file compress.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 1924 of file imap.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 37 of file account.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 819 of file mbox.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 813 of file mh.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 2387 of file nntp.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 2040 of file notmuch.c.
Add a Mailbox to an Account - Implements MxOps::ac_add() -.
Definition at line 732 of file pop.c.