| | 8 | |
|---|
| | 9 | * Changes in MH-E 8.0.1 |
|---|
| | 10 | |
|---|
| | 11 | Version 8.0.1 works around a couple of bugs in GNU mailutils, spost, |
|---|
| | 12 | and Windows. MH-E now requires the use of version 1.0 of mailutils due |
|---|
| | 13 | to a bug in the folder command. |
|---|
| | 14 | |
|---|
| | 15 | ** Bug Fixes in MH-E 8.0.1 |
|---|
| | 16 | |
|---|
| | 17 | *** Infinite Loop When Searching (mailutils) |
|---|
| | 18 | |
|---|
| | 19 | The GNU mailutils folder command displays output when a folder doesn't |
|---|
| | 20 | exist. MH-E didn't expect this and responded with an infinite loop |
|---|
| | 21 | during searches. While this bug has since been fixed in mailutils, |
|---|
| | 22 | MH-E has been modified to work anyway (closes SF #1499712). |
|---|
| | 23 | |
|---|
| | 24 | *** spost Doesn't Have -msgid or -mime Flags |
|---|
| | 25 | |
|---|
| | 26 | The post replacement spost does not support the -msgid or -mime flags. |
|---|
| | 27 | A new variable `mh-send-uses-spost-flag' was added to control the use |
|---|
| | 28 | of these flags (closes SF #1486726). |
|---|
| | 29 | |
|---|
| | 30 | *** <2> in Search Folders Illegal in Windows |
|---|
| | 31 | |
|---|
| | 32 | The <2> suffix to the search folder names contain illegal filename |
|---|
| | 33 | characters in Windows. These cause searches to fail on Windows. This |
|---|
| | 34 | has been fixed by changing the suffix to -2 (closes SF #1507002). |
|---|
| | 35 | |
|---|
| | 36 | |
|---|