smorks / smtp4dev

fork of smtp4dev from http://smtp4dev.codeplex.com/
Other
35 stars 11 forks source link

Open the inspector on double-click #1

Closed kiwipom closed 9 years ago

kiwipom commented 10 years ago

Hi there,

It seems like yours is the only smtp4dev codebase on github (the only repo with any code in it, anyway).

I've just added an optional behaviour to open the message inspector when the message is double-clicked (instead of letting Windows try and find an application to open the .EML file). I've also set your new HTML tab as the default. I spent a couple of hours trying to get the WPF tree view to find a "text/html" node in the Message DataContext, and if it finds one, to set IsSelected on that TreeViewItem. WPF made me sad, so I parked that for now.

Are you interested in looking at this code in a pull request?

cheers =)

smorks commented 9 years ago

sorry for taking so long to get back to you - i guess i should check my notifications more often. i will for sure look at a pull request!