Abbreviate a Mailbox path. More...
Functions | |
static int | comp_path_pretty (char *buf, size_t buflen, const char *folder) |
Abbreviate a Mailbox path - Implements MxOps::path_pretty() -. More... | |
static int | imap_path_pretty (char *buf, size_t buflen, const char *folder) |
Abbreviate a Mailbox path - Implements MxOps::path_pretty() -. More... | |
int | maildir_path_pretty (char *buf, size_t buflen, const char *folder) |
Abbreviate a Mailbox path - Implements MxOps::path_pretty() -. More... | |
int | mh_path_pretty (char *buf, size_t buflen, const char *folder) |
Abbreviate a Mailbox path - Implements MxOps::path_pretty() -. More... | |
static int | mbox_path_pretty (char *buf, size_t buflen, const char *folder) |
Abbreviate a Mailbox path - Implements MxOps::path_pretty() -. More... | |
static int | nntp_path_pretty (char *buf, size_t buflen, const char *folder) |
Abbreviate a Mailbox path - Implements MxOps::path_pretty() -. More... | |
static int | nm_path_pretty (char *buf, size_t buflen, const char *folder) |
Abbreviate a Mailbox path - Implements MxOps::path_pretty() -. More... | |
static int | pop_path_pretty (char *buf, size_t buflen, const char *folder) |
Abbreviate a Mailbox path - Implements MxOps::path_pretty() -. More... | |
Abbreviate a Mailbox path.
buf | Path to modify |
buflen | Length of buffer |
folder | Base path for '=' substitution |
0 | Success |
-1 | Failure |
Contract
|
static |
Abbreviate a Mailbox path - Implements MxOps::path_pretty() -.
Definition at line 903 of file compress.c.
|
static |
Abbreviate a Mailbox path - Implements MxOps::path_pretty() -.
Definition at line 2449 of file imap.c.
int maildir_path_pretty | ( | char * | buf, |
size_t | buflen, | ||
const char * | folder | ||
) |
Abbreviate a Mailbox path - Implements MxOps::path_pretty() -.
Definition at line 1613 of file maildir.c.
int mh_path_pretty | ( | char * | buf, |
size_t | buflen, | ||
const char * | folder | ||
) |
Abbreviate a Mailbox path - Implements MxOps::path_pretty() -.
Definition at line 1200 of file mh.c.
|
static |
Abbreviate a Mailbox path - Implements MxOps::path_pretty() -.
Definition at line 1721 of file mbox.c.
|
static |
Abbreviate a Mailbox path - Implements MxOps::path_pretty() -.
Definition at line 2725 of file nntp.c.
|
static |
Abbreviate a Mailbox path - Implements MxOps::path_pretty() -.
Definition at line 2451 of file notmuch.c.
|
static |
Abbreviate a Mailbox path - Implements MxOps::path_pretty() -.
Definition at line 1179 of file pop.c.