Home
last modified time | relevance | path

Searched refs:COMPOSE_REPLACE (Results 1 – 5 of 5) sorted by relevance

/dports/mail/mailutils/mailutils-3.13/mail/
H A Dreply.c26 COMPOSE_REPLACE); in make_in_reply_to()
36 compose_header_set (env, MU_HEADER_REFERENCES, value, COMPOSE_REPLACE); in make_references()
113 compose_header_set (env, hname, result, COMPOSE_REPLACE); in compose_remove_personal()
186 compose_header_set (&env, MU_HEADER_SUBJECT, subj, COMPOSE_REPLACE); in respond_all()
190 compose_header_set (&env, MU_HEADER_SUBJECT, "", COMPOSE_REPLACE); in respond_all()
277 compose_header_set (&env, MU_HEADER_SUBJECT, subj, COMPOSE_REPLACE); in respond_msg()
281 compose_header_set (&env, MU_HEADER_SUBJECT, "", COMPOSE_REPLACE); in respond_msg()
H A Dsend.c669 ml_readline_with_intr ("Cc: "), COMPOSE_REPLACE); in read_cc_bcc()
672 ml_readline_with_intr ("Bcc: "), COMPOSE_REPLACE); in read_cc_bcc()
703 COMPOSE_REPLACE); in mail_send()
724 mode = COMPOSE_REPLACE; in mail_send()
765 COMPOSE_REPLACE); in mail_send()
932 case COMPOSE_REPLACE: in compose_header_set()
H A Descape.c363 compose_header_set (env, hdr, p, COMPOSE_REPLACE); in reread_header()
525 compose_header_set (env, MU_HEADER_SUBJECT, buf, COMPOSE_REPLACE); in escape_subj()
H A Dmail.c131 send_append_header2 (MU_HEADER_SUBJECT, arg, COMPOSE_REPLACE); in cli_subject()
H A Dmail.h577 #define COMPOSE_REPLACE 1 macro