It appears that the down arrow results in a traversal of the upper right hand pane when the state.pmj file does not contain a line in the [FOLDER] section with the folder information.
As I recall, there was a limit to the size of state.pmj in 3.12c. I easily exceeded that limit. I had something like 600 lines of folder information in my state.pmj file before upgrade to 4.41. I now have something like 1000 lines of folder information in my state.pmj file in 4.41 (and counting, I imagine).
When a new line of folder information is added, it is in the fomat of:
A:B:FOLDERID=a,b,c,d,"e,f,g,h,i,j"
You are probably more familiar with the values intended for A,B,a,b,c,d,e,f,g,h,i,j than I am. A is an 8 byte hexadecimal number, B is a 4 byte hexadecimal number. It appears that together, A and B form a unique identifier (index) for use by pmail. a,b,c and d appear to define a window's coordinates. As do e through j. The old version of pmail (3.12c) only included five items here (e through i), while the new version displays six (e through i) although I note that the sixth one is always zero in my installation. You can tell where the new lines were started because the first one that shows up is the "New Mail=" line.
As I said, you probably know more about that format information than I will ever know. Perhaps it isn't worth the effort to change the upgrade routine to add those lines to the FOLDER section of the state.pmj file, since it only impacts those of us upgrading directly from 3.12c to a version that allows more space in the state.pmj file.
If I understood more about the unique ID's which are composed of the A and B variables mentioned above, I might be tempted to write a small routine to search through the /mail directory for filenames that are not represented in the FOLDER section and then add a new line to the FOLDER section for each. It appears that all values a through i on my system are consistent for each and every folder added after my upgrade, so figuring out A and B is all that I need to do in order to determine how the lines should be added.
<p>It appears that the down arrow results in a traversal of the upper right hand pane when the state.pmj file does not contain a line in the [FOLDER] section with the folder information.</p><p>As I recall, there was a limit to the size of state.pmj in 3.12c.&nbsp; I easily exceeded that limit. I had something like 600 lines of folder information in my state.pmj file before upgrade to 4.41. I now have something like 1000 lines of folder information in my state.pmj file in 4.41 (and counting, I imagine).</p><p>When a new line of folder information is added, it is in the fomat of:</p><p>A:B:FOLDERID=a,b,c,d,"e,f,g,h,i,j"
</p><p>You are probably more familiar with the values intended for A,B,a,b,c,d,e,f,g,h,i,j than I am. A is an 8 byte hexadecimal number, B is a 4 byte hexadecimal number. It appears that together, A and B form a unique identifier (index) for use by pmail. a,b,c and d appear to define a window's coordinates.&nbsp; As do e through j. The old version of pmail (3.12c) only included five items here (e through i), while the new version displays six (e through i) although I note that the sixth one is always zero in my installation.&nbsp; You can tell where the new lines were started because the first one that shows up is the "New Mail=" line.</p><p>As I said, you probably know more about that format information than I will ever know.&nbsp; Perhaps it isn't worth the effort to change the upgrade routine to add those lines to the FOLDER section of the state.pmj file, since it only impacts those of us upgrading directly from 3.12c to a version that allows more space in the state.pmj file.&nbsp;</p><p>If I understood more about the unique ID's which are composed of the A and B variables mentioned above, I might be tempted to write a small routine to search through the /mail directory for filenames that are not represented in the FOLDER section and then add a new line to the FOLDER section for each.&nbsp; It appears that all values a through i on my system are consistent for each and every folder added after my upgrade, so figuring out A and B is all that I need to do in order to determine how the lines should be added.&nbsp;</p>