NeoMutt
2023-03-22-27-g3cb248
Teaching an old dog new tricks
DOXYGEN
hdrline.h
Go to the documentation of this file.
1
24
#ifndef MUTT_HDRLINE_H
25
#define MUTT_HDRLINE_H
26
27
#include <stdio.h>
28
#include "
format_flags.h
"
29
30
struct
Email
;
31
struct
Mailbox
;
32
33
void
mutt_make_string
(
char
*buf,
size_t
buflen,
int
cols,
const
char
*s,
34
struct
Mailbox
*m,
int
inpgr,
struct
Email
*e,
35
MuttFormatFlags
flags,
const
char
*progress);
36
37
#endif
/* MUTT_HDRLINE_H */
format_flags.h
Flags to control mutt_expando_format()
MuttFormatFlags
uint8_t MuttFormatFlags
Flags for mutt_expando_format(), e.g. MUTT_FORMAT_FORCESUBJ.
Definition:
format_flags.h:29
mutt_make_string
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.
Definition:
hdrline.c:1443
Email
The envelope/body of an email.
Definition:
email.h:37
Mailbox
A mailbox.
Definition:
mailbox.h:79