Home
last modified time | relevance | path

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

/dports/japanese/mutt-devel/mutt-1.5.21/
H A Dmutt.h932 #define M_PRINTING (1<<5) /* are we printing? - M_DISPLAY "light" */ macro
H A Dhandler.c1094 …(((s->flags & M_WEED) || ((s->flags & (M_DISPLAY|M_PRINTING)) && option (OPTWEED))) ? (CH_WEED | C… in message_handler()
1391 if (s->flags & (M_DISPLAY|M_PRINTING)) in external_body_handler()
H A Dcopy.c588 s.flags |= M_PRINTING; in _mutt_copy_message()
H A Dattach.c1047 if (mutt_decode_save_attachment (fp, a, newfile, M_PRINTING, 0) == 0) in mutt_print_attachment()
H A Drecvattach.c747 if (mutt_decode_save_attachment (fp, top, newfile, M_PRINTING, 0) == 0) in print_attachment_list()