Hidden Features
Mafia has several features that aren't listed in the preferences. In order to enable these features you have to change properties with a CLI command. To issue a CLI command simply type the listed command in the text entry box at the bottom of the "Graphical CLI" window. Capitalization counts, so copy/paste is recommended.
Beep on Private Message
You can instruct chat to beep if you receive a private message. If this is enabled it will affect all characters. To enable this, issue the CLI command:
set chatBeep = true
Most Recently Used Script Menu
You can alter your script menu to only show the most recently used scripts. There are two commands involved and I only understand one of them. The first tells how many scripts to list. For instance, if you want to show 10 scripts:
set scriptMRULength = 10
The second does something:
set scriptMRUList = ???
Save window size
You can save the size of the KoLmafia window. This is especially useful for people with smaller monitors. This prefernece is character specific so you will need to use the following CLI command for each character.
set rememberDesktopSize = true