get_header_line 130 include/mm.h char *get_header_line (MAILSTREAM *stream, long mesgno, STRINGLIST *cur, char *hdr_title); get_header_line 369 modules/mm/mm.c hdr->from = get_header_line(stream,mesgno,cur,"From"); get_header_line 371 modules/mm/mm.c hdr->subject = get_header_line(stream,mesgno,cur,"Subject"); get_header_line 373 modules/mm/mm.c hdr->date = get_header_line(stream,mesgno,cur,"Date"); get_header_line 375 modules/mm/mm.c hdr->message_id = get_header_line(stream,mesgno,cur,"Message-ID"); get_header_line 377 modules/mm/mm.c hdr->reply_to = get_header_line(stream,mesgno,cur,"Reply-To"); get_header_line 379 modules/mm/mm.c hdr->cc = get_header_line(stream,mesgno,cur,"Cc"); get_header_line 130 modules/mm/mm.h char *get_header_line (MAILSTREAM *stream, long mesgno, STRINGLIST *cur, char *hdr_title);