Index: tmp2/hdrs/patchlevel.h Prereq: 1013019400 *** tmp/hdrs/patchlevel.h Wed Feb 7 18:10:25 2001 --- tmp2/hdrs/patchlevel.h Thu Feb 8 21:11:18 2001 *************** *** 1,5 **** ! #define PATCHLEVEL "88a (25)" ! #define LAST_REPORT_TIME 1013019400 #define BUG_REPORT_ADDR "Kari Hurtta " #define VERS_DATE "Feb, 2001" /* for elm -v option */ #define WHAT_STRING \ --- 1,5 ---- ! #define PATCHLEVEL "88b (25)" ! #define LAST_REPORT_TIME 1013019500 #define BUG_REPORT_ADDR "Kari Hurtta " #define VERS_DATE "Feb, 2001" /* for elm -v option */ #define WHAT_STRING \ Index: tmp2/README.ME+ *** tmp/README.ME+ Wed Feb 7 18:10:22 2001 --- tmp2/README.ME+ Thu Feb 8 21:11:17 2001 *************** *** 1,4 **** ! $Header: /data/cvsroot/mail/elmme+/README.ME+,v 1.248 2001/02/07 16:10:22 hurtta Exp $ Version Elm2.4ME+ PL0 (25) is based to version Elm2.4 PL24 ME8b+. Version Elm2.4 PL24 ME8b+ is based to version Elm2.4 PL24 ME8b. --- 1,4 ---- ! $Header: /data/cvsroot/mail/elmme+/README.ME+,v 1.249 2001/02/08 19:11:17 hurtta Exp $ Version Elm2.4ME+ PL0 (25) is based to version Elm2.4 PL24 ME8b+. Version Elm2.4 PL24 ME8b+ is based to version Elm2.4 PL24 ME8b. *************** *** 12,17 **** --- 12,23 ---- Version Elm2.4 PL24 ME8b is based to version Elm2.4 PL24. Version Elm2.4ME+ PLx (25) includes patch of version Elm2.4 PL25. + + Changes of Elm2.4ME+ PL88b (25) compared to Elm2.4ME+ PL88a (25) + ---------------------------------------------------------------- + + - In attach_menu.c header_charset was not set. + Changes of Elm2.4ME+ PL88a (25) compared to Elm2.4ME+ PL88 (25) -------------------------------------------------------------- Index: tmp2/src/attach_menu.c *** tmp/src/attach_menu.c Mon Jan 22 16:58:04 2001 --- tmp2/src/attach_menu.c Thu Feb 8 21:11:18 2001 *************** *** 1,7 **** ! static char rcsid[] = "@(#)$Id: attach_menu.c,v 1.29 2001/01/22 14:58:04 hurtta Exp $"; /****************************************************************************** ! * The Elm (ME+) Mail System - $Revision: 1.29 $ $State: Exp $ * * Modified by: Kari Hurtta * --- 1,7 ---- ! static char rcsid[] = "@(#)$Id: attach_menu.c,v 1.30 2001/02/08 19:11:18 hurtta Exp $"; /****************************************************************************** ! * The Elm (ME+) Mail System - $Revision: 1.30 $ $State: Exp $ * * Modified by: Kari Hurtta * *************** *** 517,522 **** --- 517,525 ---- tmp.status = MIME_MESSAGE; /* Now I test again MIME_MESSAGE * - K E H */ + + tmp.header_charset = display_charset; + #ifdef USE_PGP tmp.pgp = 0; #endif