Started work on the GUI that will usually be the interface to the filtering system I already wrote. (One button that just runs the script, and then a few extras so that locating specific emails and viewing them is possible, as well as sorting by from, to, date, and subject.)
Most of the real work's to come. I've written the interface, I just have to get around to those pesky guts. Most of that should be easy enough -- each entry in each listbox corresponds to one file, so I'll build a data structure of the names of those files, set up for a little box to pop up with the body of the message should the entry in the listbox get clicked, etc. Easy as pie once it's done, just have to figure out the doing first.
That is all for now.