get_mail_hdr_field 295 modules/mm/mm.c mail_descr->from = get_mail_hdr_field(stream, mesgno, cur, "From"); get_mail_hdr_field 297 modules/mm/mm.c mail_descr->subject = get_mail_hdr_field(stream, mesgno, cur, "Subject"); get_mail_hdr_field 299 modules/mm/mm.c mail_descr->date = get_mail_hdr_field(stream, mesgno, cur, "Date"); get_mail_hdr_field 301 modules/mm/mm.c mail_descr->message_id = get_mail_hdr_field(stream, mesgno, cur, "Message-Id"); get_mail_hdr_field 303 modules/mm/mm.c mail_descr->reply_to = get_mail_hdr_field(stream, mesgno, cur, "Reply-To"); get_mail_hdr_field 305 modules/mm/mm.c mail_descr->cc = get_mail_hdr_field(stream, mesgno, cur, "Cc"); get_mail_hdr_field 115 modules/mm/mm.h Mail_Header_Field *get_mail_hdr_field (MAILSTREAM *stream, long mesgno, STRINGLIST *cur, const char *hdr_title);