Go to the source code of this file.
Functions | |
void | mutt_make_string (char *buf, size_t buflen, int cols, const char *s, struct Mailbox *m, int inpgr, struct Email *e, MuttFormatFlags flags, const char *progress) |
Create formatted strings using mailbox expandos. More... | |
Variables | |
struct MbTable * | C_CryptChars |
Config: User-configurable crypto flags: signed, encrypted etc. More... | |
struct MbTable * | C_FlagChars |
Config: User-configurable index flags: tagged, new, etc. More... | |
struct MbTable * | C_FromChars |
Config: User-configurable index flags: to address, cc address, etc. More... | |
struct MbTable * | C_ToChars |
Config: Indicator characters for the 'To' field in the index. More... | |
String processing routines to generate the mail index
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file hdrline.h.
void mutt_make_string | ( | char * | buf, |
size_t | buflen, | ||
int | cols, | ||
const char * | s, | ||
struct Mailbox * | m, | ||
int | inpgr, | ||
struct Email * | e, | ||
MuttFormatFlags | flags, | ||
const char * | progress | ||
) |
Create formatted strings using mailbox expandos.
buf | Buffer for the result |
buflen | Buffer length |
cols | Number of screen columns (OPTIONAL) |
s | printf-line format string |
m | Mailbox |
inpgr | Message shown in the pager |
e | |
flags | Flags, see MuttFormatFlags |
progress | Pager progress string |
Definition at line 1427 of file hdrline.c.
struct MbTable* C_CryptChars |
struct MbTable* C_FlagChars |
struct MbTable* C_FromChars |