sumatrapdfreader / sumatrapdf

SumatraPDF reader
http://www.sumatrapdfreader.org
GNU General Public License v3.0
13.7k stars 1.73k forks source link

Send by e-mail missing #4634

Open miloush opened 3 hours ago

miloush commented 3 hours ago

image

I am fairly confident there was "Send by e-mail" option in the File menu. Has that been removed deliberately? I miss that functionality.

SumatraPDF version: v3.6.16779 64-bit pre-release

GitHubRulesOK commented 2 hours ago

Hmm usually it did not work since modern windows usually replies with something like no e-mail configured but the function is still there, here I ran via CTRL + K

image I suspect with all the newer additions to "File" it has been considered "replaceable"

You can add a key or toolbar command

Shortcuts [
    [
        Cmd = CmdSendByEmail
        Key = e
        ToolbarText = Email>
    ]
]

image