/[mailutils]/mailutils/mh/mh_format.c
ViewVC logotype

Diff of /mailutils/mh/mh_format.c

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

revision 1.35 by gray, Mon Aug 11 11:55:54 2003 UTC revision 1.36 by gray, Mon Aug 11 11:59:21 2003 UTC
# Line 442  mh_format (mh_format_t *fmt, message_t m Line 442  mh_format (mh_format_t *fmt, message_t m
442    mach.message = msg;    mach.message = msg;
443    mach.msgno = msgno;    mach.msgno = msgno;
444        
445    mach.width = width - 1; /* Do not count newlines */    mach.width = width - 1; /* Count the newline */
446    mach.pc = 1;    mach.pc = 1;
447    obstack_init (&mach.stk);    obstack_init (&mach.stk);
448    list_create (&mach.addrlist);    list_create (&mach.addrlist);

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

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