<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>Saeid Zebardast&#039;s Blog &#187; thunderbird</title> <atom:link href="http://zebardast.ir/en/tag/thunderbird/feed/" rel="self" type="application/rss+xml" /><link>http://zebardast.ir/en</link> <description></description> <lastBuildDate>Sun, 23 Oct 2011 18:18:07 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator><image><title>Saeid Zebardast&#039;s Blog</title> <url>http://0.gravatar.com/avatar/1518e6b905d65cbe0a03243a199e18fc.png?s=48</url><link>http://zebardast.ir/en</link> </image> <item><title>Add “Send files to email” item to right click menu on Dolphin and Konqueror</title><link>http://zebardast.ir/en/add-%e2%80%9csend-files-to-email%e2%80%9d-item-to-right-click-menu-on-dolphin-and-konqueror/</link> <comments>http://zebardast.ir/en/add-%e2%80%9csend-files-to-email%e2%80%9d-item-to-right-click-menu-on-dolphin-and-konqueror/#comments</comments> <pubDate>Mon, 09 Nov 2009 12:20:08 +0000</pubDate> <dc:creator>Saeid Zebardast</dc:creator> <category><![CDATA[Kubuntu]]></category> <category><![CDATA[dolphin]]></category> <category><![CDATA[KDE]]></category> <category><![CDATA[kmail]]></category> <category><![CDATA[konqueror]]></category> <category><![CDATA[thunderbird]]></category><guid isPermaLink="false">http://zebardast.ir/en/?p=68</guid> <description><![CDATA[Hey One of the useful features when you are using email clients, is &#8220;adding attachment(s)&#8221; item in right click menu. — Send files to email This feature does not exist in default KDE 4.x version but adding this item is really piece of cake: First, go to the service directory: cd ~/.kde/share/kde4/services Create file `email.desktop`: [...] No related posts.]]></description> <content:encoded><![CDATA[<p>Hey <img src='http://zebardast.ir/en/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>One of the useful features when you are using email clients, is &#8220;adding attachment(s)&#8221; item in right click menu.</p><div class="autocap " style="width: 300px;"><div><a href="http://zebardast.ir/wp-content/uploads/2009/11/kde-send-file-with-kmail.png"><img class=" size-medium wp-image-885" title="Send files to email" src="http://zebardast.ir/wp-content/uploads/2009/11/kde-send-file-with-kmail-300x216.png" alt="Send files to email" width="300" height="216" /></a><p class="autocap-text"><span class="hide">— </span>Send files to email</p></div></div><p>This feature  does not exist in default KDE 4.x version but adding this item is really piece of cake:</p><p>First, go to the service directory:</p><pre>cd ~/.kde/share/kde4/services</pre><p>Create file `email.desktop`:</p><pre>touch email.desktop</pre><p>Add below configuration commands.</p><p><strong>for KMail</strong></p><pre>[Desktop Entry]
Type=Service
Icon=dolphin
ServiceTypes=KonqPopupMenu/Plugin,all/allfiles

Actions=Send_to_KMail
X-KDE-menu=Email
X-KDE-Priority=TopLevel

[Desktop Action Send_to_KMail]
Name=Send file(s) with KMail
Exec=kmail --attach %U
Icon=kmail</pre><p><strong>for Thunderbird</strong></p><pre>[Desktop Entry]
Type=Service
Icon=dolphin
ServiceTypes=KonqPopupMenu/Plugin,all/allfiles

Actions=Send_to_Thunderbird
X-KDE-menu=Email
X-KDE-Priority=TopLevel
Encoding=UTF-8
ServiceTypes=all/all

[Desktop Action Send_to_Thunderbird]
Name=Send file(s) with Thunderbird
Exec=thunderbird -P guest -compose "attachment=file://%U"
Icon=thunderbird</pre><p>Now save the file and reopen the Dolphin file manager.<br /> done!</p><p>Good luck</p><div class="wp-biographia-container-top" style="background-color:#FFEAA8;"><div class="wp-biographia-pic"><img alt='' src='http://1.gravatar.com/avatar/1518e6b905d65cbe0a03243a199e18fc?s=100&amp;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D100&amp;r=G' class='avatar avatar-100 photo' height='100' width='100' /></div><div class="wp-biographia-text"><h3>About <a href="http://zebardast.ir/en/author/admin/" title="Saeid Zebardast">Saeid Zebardast</a></h3><p>I'm Senior software engineer with 5+ years of professional experience includes cross-platform proficiency with considerable knowledge of programming languages especially Java and programming paradigms such as OO and development methodologies. Also I'm MySQL DBA since 2006.</p><small><a href="mailto:s&#97;e&#105;d.&#122;&#101;&#98;a&#114;dast&#64;g&#109;a&#105;l.&#99;&#111;&#109;" title="Send Saeid Zebardast Mail">Mail</a> | <a href="http://zebardast.ir/" title="Saeid Zebardast On The Web">Web</a> | <a href="https://twitter.com/#!/saeid" title="Saeid Zebardast On Twitter">Twitter</a> | <a href="https://www.facebook.com/saeid.zebardast" title="Saeid Zebardast On Facebook">Facebook</a> | <a href="http://www.linkedin.com/in/saeid" title="Saeid Zebardast On LinkedIn">LinkedIn</a> | <a href="https://plus.google.com/112638433061122581433" title="Saeid Zebardast On Google+">Google+</a> | <a href="http://zebardast.ir/en/author/admin/" title="More Posts By Saeid Zebardast">More Posts (31)</a></small></div></div><p><a class="a2a_button_google_plus" href="http://www.addtoany.com/add_to/google_plus?linkurl=http%3A%2F%2Fzebardast.ir%2Fen%2Fadd-%25e2%2580%259csend-files-to-email%25e2%2580%259d-item-to-right-click-menu-on-dolphin-and-konqueror%2F&amp;linkname=Add%20%E2%80%9CSend%20files%20to%20email%E2%80%9D%20item%20to%20right%20click%20menu%20on%20Dolphin%20and%20Konqueror" title="Google+" rel="nofollow" target="_blank"><img src="http://zebardast.ir/en/wp-content/plugins/add-to-any/icons/google.png" width="16" height="16" alt="Google+"/></a><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fzebardast.ir%2Fen%2Fadd-%25e2%2580%259csend-files-to-email%25e2%2580%259d-item-to-right-click-menu-on-dolphin-and-konqueror%2F&amp;linkname=Add%20%E2%80%9CSend%20files%20to%20email%E2%80%9D%20item%20to%20right%20click%20menu%20on%20Dolphin%20and%20Konqueror" title="Facebook" rel="nofollow" target="_blank"><img src="http://zebardast.ir/en/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fzebardast.ir%2Fen%2Fadd-%25e2%2580%259csend-files-to-email%25e2%2580%259d-item-to-right-click-menu-on-dolphin-and-konqueror%2F&amp;linkname=Add%20%E2%80%9CSend%20files%20to%20email%E2%80%9D%20item%20to%20right%20click%20menu%20on%20Dolphin%20and%20Konqueror" title="Twitter" rel="nofollow" target="_blank"><img src="http://zebardast.ir/en/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fzebardast.ir%2Fen%2Fadd-%25e2%2580%259csend-files-to-email%25e2%2580%259d-item-to-right-click-menu-on-dolphin-and-konqueror%2F&amp;title=Add%20%E2%80%9CSend%20files%20to%20email%E2%80%9D%20item%20to%20right%20click%20menu%20on%20Dolphin%20and%20Konqueror" id="wpa2a_2"><span style='display:none'>Share</span></a></p><p>No related posts.</p>]]></content:encoded> <wfw:commentRss>http://zebardast.ir/en/add-%e2%80%9csend-files-to-email%e2%80%9d-item-to-right-click-menu-on-dolphin-and-konqueror/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 5/18 queries in 0.014 seconds using disk: basic
Object Caching 643/672 objects using disk: basic

Served from: zebardast.ir @ 2012-02-10 11:18:34 -->
