Prototype for function to compose hcache file names. More...
Functions | |
static void | imap_hcache_namer (const char *path, struct Buffer *dest) |
Generate a filename for the header cache - Implements hcache_namer_t -. | |
static void | nntp_hcache_namer (const char *path, struct Buffer *dest) |
Compose hcache file names - Implements hcache_namer_t -. | |
static void | pop_hcache_namer (const char *path, struct Buffer *dest) |
Create a header cache filename for a POP mailbox - Implements hcache_namer_t -. | |
Prototype for function to compose hcache file names.
path | Path of message |
dest | Buffer for filename |
|
static |
Generate a filename for the header cache - Implements hcache_namer_t -.
Definition at line 292 of file util.c.
|
static |
Compose hcache file names - Implements hcache_namer_t -.
Definition at line 690 of file newsrc.c.
|
static |
Create a header cache filename for a POP mailbox - Implements hcache_namer_t -.
Definition at line 289 of file pop.c.