Prototype for a mutt_bcache_list() callback function. More...
Functions | |
| static int | imap_bcache_delete (const char *id, struct BodyCache *bcache, void *data) |
| Delete an entry from the message cache - Implements bcache_list_t -. | |
| static int | nntp_bcache_delete (const char *id, struct BodyCache *bcache, void *data) |
| Delete an entry from the message cache - Implements bcache_list_t -. | |
| static int | pop_bcache_delete (const char *id, struct BodyCache *bcache, void *data) |
| Delete an entry from the message cache - Implements bcache_list_t -. | |
Prototype for a mutt_bcache_list() callback function.
| id | Cache id |
| bcache | Body Cache from mutt_bcache_open() |
| data | Data to pass to the callback function |
| -1 | Failure |
| >=0 | count of matching items |
mutt_bcache_list() will call this function once for each item in the cache.
|
static |
Delete an entry from the message cache - Implements bcache_list_t -.
| 0 | Always |
Definition at line 169 of file message.c.
|
static |
Delete an entry from the message cache - Implements bcache_list_t -.
| 0 | Always |
Definition at line 785 of file newsrc.c.
|
static |
Delete an entry from the message cache - Implements bcache_list_t -.
Definition at line 274 of file pop.c.