Home
last modified time | relevance | path

Searched refs:mutt_body_handler (Results 1 – 24 of 24) sorted by relevance

/dports/mail/neomutt/neomutt-20211029/
H A Dhandler.h33 int mutt_body_handler(struct Body *b, struct State *s);
H A Dhandler.c741 rc = mutt_body_handler(b->parts, s); in message_handler()
1069 mutt_body_handler(choice, s); in alternative_handler()
1195 mutt_body_handler(choice, s); in multilingual_handler()
1199 mutt_body_handler(zxx_part, s); in multilingual_handler()
1201 mutt_body_handler(first_part, s); in multilingual_handler()
1258 rc = mutt_body_handler(p, s); in multipart_handler()
1597 int mutt_body_handler(struct Body *b, struct State *s) in mutt_body_handler() function
H A Drecvcmd.c585 mutt_body_handler(cur, &st); in attach_forward_bodies()
605 mutt_body_handler(actx->idx[i]->body, &st); in attach_forward_bodies()
1060 mutt_body_handler(e_cur, &st); in mutt_attach_reply()
1073 mutt_body_handler(actx->idx[i]->body, &st); in mutt_attach_reply()
H A Dpostpone.c529 if (mutt_body_handler(b, &s) < 0) in mutt_prepare_template()
557 if (mutt_body_handler(b, &s) < 0) in mutt_prepare_template()
H A Dcopy.c791 rc = mutt_body_handler(body, &s); in mutt_copy_message_fp()
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Drecvcmd.c513 mutt_body_handler (cur, &st); in attach_forward_bodies()
533 mutt_body_handler (idx[i]->content, &st); in attach_forward_bodies()
914 mutt_body_handler (cur, &st); in mutt_attach_reply()
926 mutt_body_handler (idx[i]->content, &st); in mutt_attach_reply()
H A Dcrypt.c816 return mutt_body_handler (a, s); in mutt_signed_handler()
837 return mutt_body_handler (a, s); in mutt_signed_handler()
894 rc = mutt_body_handler (a, s); in mutt_signed_handler()
H A Dhandler.c1055 mutt_body_handler (choice, s); in alternative_handler()
1102 rc = mutt_body_handler (b->parts, s); in message_handler()
1202 rc = mutt_body_handler (p, s); in multipart_handler()
1524 int mutt_body_handler (BODY *b, STATE *s) in mutt_body_handler() function
H A Dpgp.c753 mutt_body_handler (top, &s); in pgp_extract_keys_from_attachment()
973 rc = mutt_body_handler (tattach, s); in pgp_encrypted_handler()
H A Dpostpone.c663 mutt_body_handler (b, &s); in mutt_prepare_template()
H A Dprotos.h167 int mutt_body_handler (BODY *, STATE *);
H A Dcopy.c599 rc = mutt_body_handler (body, &s); in _mutt_copy_message()
H A Dattach.c920 mutt_body_handler (m, &s); in mutt_decode_save_attachment()
H A Dpattern.c193 mutt_body_handler (h->content, &s); in msg_search()
H A Dsmime.c1810 mutt_body_handler (p, s); in smime_handle_entity()
H A Dcrypt-gpgme.c2450 rc = mutt_body_handler (tattach, s); in pgp_gpgme_encrypted_handler()
2516 rc = mutt_body_handler (tattach, s); in smime_gpgme_application_handler()
H A DChangeLog9932 when PGP support is not configured. (mutt_body_handler):
/dports/mail/neomutt/neomutt-20211029/test/pattern/
H A Ddummy.c96 int mutt_body_handler(struct Body *b, struct State *s) in mutt_body_handler() function
/dports/mail/neomutt/neomutt-20211029/ncrypt/
H A Dcrypt.c1173 return mutt_body_handler(b, s); in mutt_signed_handler()
1211 return mutt_body_handler(b, s); in mutt_signed_handler()
1275 rc = mutt_body_handler(b, s); in mutt_signed_handler()
H A Dpgp.c971 mutt_body_handler(top, &s); in pgp_extract_keys_from_attachment()
1274 rc = mutt_body_handler(tattach, s); in pgp_class_encrypted_handler()
H A Dcrypt_gpgme.c3117 rc = mutt_body_handler(tattach, s); in pgp_gpgme_encrypted_handler()
3216 rc = mutt_body_handler(tattach, s); in smime_gpgme_application_handler()
H A Dsmime.c2029 mutt_body_handler(p, s); in smime_handle_entity()
/dports/mail/neomutt/neomutt-20211029/pattern/
H A Dexec.c176 mutt_body_handler(e->body, &s); in msg_search()
/dports/mail/neomutt/neomutt-20211029/attach/
H A Dmutt_attach.c1077 mutt_body_handler(m, &s); in mutt_decode_save_attachment()