get_mail_hdr_field 114 include/mm.h   Mail_Header_Field *get_mail_hdr_field (MAILSTREAM *stream, long mesgno, STRINGLIST *cur, const char *hdr_title);
get_mail_hdr_field 294 modules/mm/mm.c       mail_descr->from = get_mail_hdr_field(stream, mesgno, cur, "From");
get_mail_hdr_field 296 modules/mm/mm.c       mail_descr->subject = get_mail_hdr_field(stream, mesgno, cur, "Subject");
get_mail_hdr_field 298 modules/mm/mm.c       mail_descr->date = get_mail_hdr_field(stream, mesgno, cur, "Date");
get_mail_hdr_field 300 modules/mm/mm.c       mail_descr->message_id = get_mail_hdr_field(stream, mesgno, cur, "Message-Id");
get_mail_hdr_field 302 modules/mm/mm.c       mail_descr->reply_to = get_mail_hdr_field(stream, mesgno, cur, "Reply-To");
get_mail_hdr_field 304 modules/mm/mm.c       mail_descr->cc = get_mail_hdr_field(stream, mesgno, cur, "Cc");
get_mail_hdr_field 114 modules/mm/mm.h Mail_Header_Field *get_mail_hdr_field (MAILSTREAM *stream, long mesgno, STRINGLIST *cur, const char *hdr_title);