*Installing on Windows* Easiest way to install ExperimentalMailUserAgent on windows is by installing ¤ActiveTcl first. Be sure to get the latest in 8.4 series since 8.5 (beta4 ATM) doesn't have all needed packages.{linebreak} If you can't run make (you'll need Mingw or Cygwin for that) then download exmua.zip from bottom of this page. exmua.zip contains just one file, exmua.tcl that is ready to run on windows. exmua.tcl is slightly modified to enable it to run on windows, but db path is hard coded so be sure to adjust that before first use. Open exmua.tcl in text editor and search for "sqlite3 db" (line 2059 ATM) and set it to where you'd like your db file to reside. That line is also only change needed to make it run on windows since windows can't deal with "~".{linebreak} Other then that, exmua.tcl is just all tcl files from main distribution stitched together, which is exactly what make will do for you. *Windows Problems* Raw display is not treating windows new lines correctly so "\r" is displayed as binary junk on the end of each line. Not sure if this one is windows only, but.... Anyway, buttons in last row are all stitched together and are very hard to read. Could those be separated by a pixel or two or some white space added around text, like on "Set Priority" buttons?