search for: parts_r

Displaying 2 results from an estimated 2 matches for "parts_r".

Did you mean: parts
2009 Jun 02
2
Panic with signal 6 core dump with revision 9116:9ae55b68cf61
...message_parser_parse_body(ctx = 0x00000001100cc118, hdr_callback = (nil), context = (nil)), line 831 in "message-parser.c" index_mail_parse_body(mail = 0x00000001100c9878, field = MAIL_CACHE_FLAGS), line 792 in "index-mail.c" index_mail_get_parts(_mail = 0x00000001100c9878, parts_r = 0x0fffffffffffef28), line 224 in "index-mail.c" mail_get_parts(mail = 0x00000001100c9878, parts_r = 0x0fffffffffffef28), line 71 in "mail.c" unnamed block in search_arg_match_text(args = 0x00000001100c7e70, ctx = 0x00000001100c95f0, ret = -1), line 647 in "index-sea...
2016 Dec 27
1
Identify if a message_part is an attachment ?
...) msgpart (section_number = 2, fetch_type = FETCH_MIME_BODY, partial_offset = 0, partial_size = 512, decode_cte_to_binary = 0) |_ mail_get_parts(mail, &parts) /* atmail send msgpart */ |_ call to p->v.get_parts(mail, parts_r) (index_mail_get_parts) /* atmail over-ride this function */ |_ get_cached_parts(mail) /* sets data->part */ |_ get_unserialized_parts(index_mail) |_ get_serialized_parts(mail, &part_buf) |_ index...