Home
last modified time | relevance | path

Searched refs:mutt_edit_content_type (Results 1 – 11 of 11) sorted by relevance

/dports/mail/neomutt/neomutt-20211029/
H A Dcommands.h59 bool mutt_edit_content_type(struct Email *e, struct Body *b, FILE *fp);
H A Dcommands.c1094 bool mutt_edit_content_type(struct Email *e, struct Body *b, FILE *fp) in mutt_edit_content_type() function
/dports/mail/neomutt/neomutt-20211029/attach/
H A Drecvattach.c913 if (!mutt_edit_content_type(e, cur_att->body, cur_att->fp)) in recvattach_edit_content_type()
993 mutt_edit_content_type(e, cur_att->body, cur_att->fp); in mutt_attach_display_loop()
997 mutt_edit_content_type(e, cur_att->body, cur_att->fp); in mutt_attach_display_loop()
/dports/japanese/mutt-devel/mutt-1.5.21/
H A Drecvattach.c864 mutt_edit_content_type (hdr, idx[menu->current]->content, fp); in mutt_attach_display_loop()
1232 mutt_edit_content_type (hdr, idx[menu->current]->content, fp); in mutt_view_attachments()
H A Dprotos.h182 void mutt_edit_content_type (HEADER *, BODY *, FILE *);
H A Dcommands.c881 void mutt_edit_content_type (HEADER *h, BODY *b, FILE *fp) in mutt_edit_content_type() function
H A Dcompose.c899 mutt_edit_content_type (NULL, idx[menu->current]->content, NULL); in mutt_compose_menu()
H A Dcurs_main.c1312 mutt_edit_content_type (CURHDR, CURHDR->content, NULL); in mutt_index_menu()
H A DChangeLog9955 mutt_edit_content_type) (_mutt_check_traditional_pgp):
/dports/mail/neomutt/neomutt-20211029/compose/
H A Dfunctions.c1681 if (!mutt_edit_content_type(NULL, cur_att->body, NULL)) in op_edit_type()
/dports/mail/neomutt/neomutt-20211029/index/
H A Dfunctions.c423 mutt_edit_content_type(shared->email, shared->email->body, NULL); in op_edit_type()