/[mailutils]/mailutils/mail/from.c
ViewVC logotype

Diff of /mailutils/mail/from.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by gray, Sat Mar 22 13:35:06 2003 UTC revision 1.23 by gray, Thu Aug 7 08:53:27 2003 UTC
# Line 38  mail_from0 (msgset_t *mspec, message_t m Line 38  mail_from0 (msgset_t *mspec, message_t m
38    mu_timezone tz;    mu_timezone tz;
39    
40    message_get_header (msg, &hdr);    message_get_header (msg, &hdr);
41    if (header_aget_value (hdr, MU_HEADER_FROM, &from) == 0)    if (header_aget_value_unfold (hdr, MU_HEADER_FROM, &from) == 0)
42      {      {
43        address_t address = NULL;        address_t address = NULL;
44        if (address_create (&address, from) == 0)        if (address_create (&address, from) == 0)
# Line 57  mail_from0 (msgset_t *mspec, message_t m Line 57  mail_from0 (msgset_t *mspec, message_t m
57            address_destroy (&address);            address_destroy (&address);
58          }          }
59      }      }
60    header_aget_value (hdr, MU_HEADER_SUBJECT, &subj);    header_aget_value_unfold (hdr, MU_HEADER_SUBJECT, &subj);
61        
62    message_get_attribute (msg, &attr);    message_get_attribute (msg, &attr);
63        

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26