Vadim Zeitlin <[EMAIL PROTECTED]> writes: > On Fri, 15 Mar 2002, Volker Apelt wrote: > >> Bad news, the latest version contracts the header columns in the message >> list at random. > > No, they're not random although it definitely looks like this. In fact, > they're just shuffled around. What happened is that I changed the format of > FolderListCtrl option in the config but didn't write code to update them > automatically. The best thing to do now is probably delete all the lines > containing it (and also UserColWidths) from your ~/.M/config :-(
cd ~/.M cp config config.org sed -e "/UserColWidths/D" -e "/FolderListCtrl/D" < config.org > config Clicking on "set as default" didn't work without deleting FolderListCtrl, too. [ about the intput fields ] >> What kind of unit is the column width setting? > > Pixels. Could that be changed to 'width of a small "x"' in the current font? At least I do not think about formating in pixel units. Bye Volker -- Volker Apelt volker_apelt .@. yahoo.de (remove the dots, please) Dipl. Chem. +49 6172 31126 _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
