Home
last modified time | relevance | path

Searched refs:composetypecommand (Results 1 – 6 of 6) sorted by relevance

/dports/japanese/mutt-devel/mutt-1.5.21/
H A Drfc1524.h27 char *composetypecommand; member
H A Drfc1524.c255 if (get_field_text (field + 12, entry ? &entry->composetypecommand : NULL, in rfc1524_mailcap_parse()
340 FREE (&entry->composetypecommand); in rfc1524_mailcap_parse()
368 FREE (&p->composetypecommand); in rfc1524_free_entry()
H A Dattach.c99 if (entry->composecommand || entry->composetypecommand) in mutt_compose_attachment()
102 if (entry->composetypecommand) in mutt_compose_attachment()
103 strfcpy (command, entry->composetypecommand, sizeof (command)); in mutt_compose_attachment()
136 if (r != -1 && entry->composetypecommand) in mutt_compose_attachment()
/dports/mail/neomutt/neomutt-20211029/
H A Dmailcap.h40 char *composetypecommand; member
H A Dmailcap.c308 if (get_field_text(field + plen, entry ? &entry->composetypecommand : NULL, in rfc1524_mailcap_parse()
416 FREE(&entry->composetypecommand); in rfc1524_mailcap_parse()
456 FREE(&me->composetypecommand); in mailcap_entry_free()
/dports/mail/neomutt/neomutt-20211029/attach/
H A Dmutt_attach.c131 if (entry->composecommand || entry->composetypecommand) in mutt_compose_attachment()
133 if (entry->composetypecommand) in mutt_compose_attachment()
134 mutt_buffer_strcpy(cmd, entry->composetypecommand); in mutt_compose_attachment()
164 if ((r != -1) && entry->composetypecommand) in mutt_compose_attachment()