diff options
Diffstat (limited to 'pith/send.c')
-rw-r--r-- | pith/send.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/send.c b/pith/send.c index dac18579..5495a80b 100644 --- a/pith/send.c +++ b/pith/send.c @@ -2906,7 +2906,7 @@ pine_encode_body (struct mail_bodystruct *body) snprintf (tmp,sizeof(tmp),"%ld-%ld-%ld=:%ld",gethostid (),random (),(long) time (0), (long) getpid ()); tmp[sizeof(tmp)-1] = '\0'; - set_parameter(&body->parameter, "BOUNDARY", tmp); + set_parameter(&body->parameter, "boundary", tmp); } if(freethis) |