Summary: | add "write email to" to context menu if clicking on a key | ||
---|---|---|---|
Product: | [Applications] kgpg | Reporter: | m.wege |
Component: | general | Assignee: | Rolf Eike Beer <kde> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | All | ||
Latest Commit: | http://commits.kde.org/kgpg/ef301f79166c283093565d4c514de9ac8e5cd621 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Patch to add send email to context menu |
Description
m.wege
2009-06-09 16:58:26 UTC
Given the fact that I have written it into my TODO document ages ago I should really do this ;) Created attachment 57187 [details]
Patch to add send email to context menu
I missed this option to so decided to add it myself.
Patch is against r1220018
> I missed this option to so decided to add it myself. > Patch is against r1220018 Thank you! I always wanted to have this but never came to actually implementing it. Two things I noticed: -don't test a QString if it is equal to "", use .isEmpty() instead. -I don't know if KToolinvocation supports this, but could you try not only sending the list of email addresses, but also add the names to the list? You likely need to quote the single entries then, but I think would be cool if you can pass something like "Rolf Eike Beer <eike@sf-mail.de>","Roeland Douma <...>",m.wege@web.de to KToolInvocation and the recipients names would show up in the mail program Git commit ef301f79166c283093565d4c514de9ac8e5cd621 by Rolf Eike Beer. Committed on 18/10/2013 at 21:10. Pushed by dakon into branch 'master'. add context action to send a mail to key or user id owner Also reorder some other context menu entries to make those that are probably used more often to the top. Based on a patch from Roeland Douma <roeland@rullzer.com> which I forgot in the bugtracker for more than 2 years :( FEATURE M +27 -4 keysmanager.cpp M +1 -0 keysmanager.h M +4 -0 keysmanager.rc http://commits.kde.org/kgpg/ef301f79166c283093565d4c514de9ac8e5cd621 |