-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request - Windows integration - %1 Parameter #48
Comments
Hi Steve, See that the issue: I could consider to add GUI option to associate mboxviewer with a file or user can manually update Properties of mbox files. |
Hi zigm, I found a working way with the preview.cmd in the Program-Folder with the folowing content: @echo off with the Content of #47 the Folders in the .mbox Files were not displayed. For the future it would be fine, if you could integrate a way in the GUI to associate mboxfiles. Greetings G. Steve |
Hi Steve, The -EML_PREVIEW_MODE show single file only. Mail Tree and Mail Summary windows are no longer visible. They exist but the size is set to zero. You can resize these windows manually in case you would like to print the mail. I may add GUI option to control the view. Sounds you prefer this option with all windows visible. The -MAIL_FILE shows all folders opened by a user before and files within each folder and selects the specified file. |
Hey g-steve77, With it, you will be able to open files with a double click, but you will have the original program icon on your .eml and .mbox files. Regards. |
Hi Steve, I have released v1.0.3.39 and posted at #47. I was a bit short on time and didn't implement GUI option to register MBox Viewer as default application for mail files. Sorry for that. I will consider such option in the future releases. |
Hello, the app works just fine, but is a bit difficulty to use. I have archived a lot of mails in several .mbox files on windows-pc. It would be nice to open the .mbox files per double-click or drag and drop like other filetypes in windows via file-asociation.
To getting this to work the .exe files have to work with the standard windows parameters (especially the %1 parameter).
With this working a File association could be build by example with following .reg file:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT.mbox\shell\mboxviewer]
@="mboxviewer"
[HKEY_CLASSES_ROOT.mbox\shell\mboxviewer\command]
@="C:\Program Files\mboxviewer\mboxview64.exe %1"
It woluld be nice if you could add this feature. I have tryed to get this to work like your comment in #47 but i dont get this to work with the .mbox files.
greetings
G. Steve
The text was updated successfully, but these errors were encountered: