Callbacks for Attachment Expandos.
375 {
376
377
381
396
397 { -1, -1, NULL, NULL },
398
399};
@ ED_ATT_NUMBER
AttachPtr.num.
@ ED_ATT_TREE
AttachPtr.tree.
@ ED_ATT_CHARSET
AttachPtr.body.
@ ED_BODY
Body ED_BOD_ ExpandoDataBody.
@ ED_ATTACH
Attach ED_ATT_ ExpandoDataAttach.
@ ED_BOD_DESCRIPTION
Body.description.
@ ED_BOD_CHARSET_CONVERT
Body.type.
@ ED_BOD_DELETED
Body.deleted.
@ ED_BOD_UNLINK
Body.unlink.
@ ED_BOD_FILE_SIZE
Body.filename.
@ ED_BOD_DISPOSITION
Body.disposition.
@ ED_BOD_ATTACH_QUALIFIES
Body.attach_qualifies.
@ ED_BOD_MIME_MAJOR
Body.type, Body.xtype.
@ ED_BOD_TAGGED
Body.tagged.
@ ED_BOD_ATTACH_COUNT
Body.attach_count.
@ ED_BOD_FILE
Body.filename.
@ ED_BOD_MIME_MINOR
Body.subtype.
@ ED_BOD_FILE_DISPOSITION
Body.d_filename.
@ ED_BOD_MIME_ENCODING
Body.encoding.
static long body_deleted_num(const struct ExpandoNode *node, void *data, MuttFormatFlags flags)
Body: Deleted - Implements get_number_t -.
static long body_tagged_num(const struct ExpandoNode *node, void *data, MuttFormatFlags flags)
Body: Is Tagged - Implements get_number_t -.
static long body_file_size_num(const struct ExpandoNode *node, void *data, MuttFormatFlags flags)
Body: Size - Implements get_number_t -.
static long attach_number_num(const struct ExpandoNode *node, void *data, MuttFormatFlags flags)
Attachment: Index number - Implements get_number_t -.
static long body_attach_count_num(const struct ExpandoNode *node, void *data, MuttFormatFlags flags)
Body: Number of MIME parts - Implements get_number_t -.
static long body_unlink_num(const struct ExpandoNode *node, void *data, MuttFormatFlags flags)
Body: Unlink flag - Implements get_number_t -.
static long body_attach_qualifies_num(const struct ExpandoNode *node, void *data, MuttFormatFlags flags)
Body: Attachment counting - Implements get_number_t -.
static void body_deleted(const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf)
Body: Deleted - Implements get_string_t -.
static void body_file_size(const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf)
Body: Size - Implements get_string_t -.
static void body_tagged(const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf)
Body: Is Tagged - Implements get_string_t -.
static void body_disposition(const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf)
Body: Disposition flag - Implements get_string_t -.
static void body_charset_convert(const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf)
Body: Requires conversion flag - Implements get_string_t -.
static void attach_tree(const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf)
Attachment: Tree characters - Implements get_string_t -.
static void attach_charset(const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf)
Attachment: Charset - Implements get_string_t -.
static void body_mime_major(const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf)
Body: Major MIME type - Implements get_string_t -.
static void body_file_disposition(const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf)
Body: Filename in header - Implements get_string_t -.
static void body_description(const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf)
Body: Description - Implements get_string_t -.
static void body_mime_encoding(const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf)
Body: MIME type - Implements get_string_t -.
static void body_file(const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf)
Body: Filename - Implements get_string_t -.
static void body_mime_minor(const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf)
Body: MIME subtype - Implements get_string_t -.
static void body_unlink(const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf)
Body: Unlink flag - Implements get_string_t -.
static void body_attach_qualifies(const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf)
Body: Attachment counting - Implements get_string_t -.