Hi guys, Had some time this evening so been hacking a bit to see how things work.
Got a simple patch here to remember last settings tab https://projects.flaska.net/issues/545 Whats the procedure for submitting patches ? ================= Settings Dialog. ================= I want to convert the "widgets" to c++ widgets instead of *.ui files ( I can do this).. One issue is that the stuff needs validating, eg incorrect email address, no test, invalid domain etc.... So is might be easier to have a parent class with validade/save methods etc, and then contain the panes in the middle. It also allows for clevered validation owith intellegent widgets.. (eg border is red if invalid) Is this a good idea ? One Question? With SMTP = outbound.. Should the options be.. * No authentication * Same as Inbox * Different credential below ================= Mailboxes. & Settings Wizard ================= There's the necessity of more than one mailbox, and settings.. So have been thinking about creatign a wizard, similar to thunderbird etc... Any thoughts on this before I start hacking it... cheers Pete
