<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; reply templates</title> <atom:link href="http://www.ghacks.net/tag/reply-templates/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 17:32:23 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Customize your replies with Claws Mail Templates</title><link>http://www.ghacks.net/2009/07/19/customize-your-replies-with-claws-mail-templates/</link> <comments>http://www.ghacks.net/2009/07/19/customize-your-replies-with-claws-mail-templates/#comments</comments> <pubDate>Sun, 19 Jul 2009 14:37:16 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Email]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[bottom posting]]></category> <category><![CDATA[claws mail]]></category> <category><![CDATA[regular expressions]]></category> <category><![CDATA[reply templates]]></category> <category><![CDATA[tags]]></category> <category><![CDATA[top posting]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=14528</guid> <description><![CDATA[Lately I have been on a roll with Claws mail (see &#8220;Claws Mail: The unsung powerhouse email client&#8220;, &#8220;Claws Mail must have plugins&#8220;, &#8220;Create Message Filters in Claws Mail&#8220;, and &#8220;Encrypting email in Claws Mail&#8220;.) The reason for that? It&#8217;s an outstanding email client that is powerful, fast, and very flexible. In fact I would [...]]]></description> <content:encoded><![CDATA[<p>Lately I have been on a roll with Claws mail (see &#8220;<a
title="Claws Mail" href="http://www.ghacks.net/2009/07/04/claws-mail-the-unsung-powerhouse-email-client/" target="_blank">Claws Mail: The unsung powerhouse email client</a>&#8220;, &#8220;<a
title="Claws Mail plugins" href="http://www.ghacks.net/2009/07/04/claws-mail-must-have-plugins/" target="_blank">Claws Mail must have plugins</a>&#8220;, &#8220;<a
title="Claws Mail filters" href="http://www.ghacks.net/2009/07/10/create-message-filters-in-claws-mail/" target="_blank">Create Message Filters in Claws Mail</a>&#8220;, and &#8220;<a
title="Claws Mail encryption" href="http://www.ghacks.net/2009/07/11/encrypting-email-in-claws-mail/" target="_blank">Encrypting email in Claws Mail</a>&#8220;.) The reason for that? It&#8217;s an outstanding email client that is powerful, fast, and very flexible. In fact I would argue that Claws Mail is one of the most flexible email clients available. To illustrate that I want to introduce you to a feature that I find a &#8220;must use&#8221; for my email needs. That feature? Templates.</p><p>The Claws Mail template feature allows you to create specific templates that format your email in precisely the way you want them. Your compositions, your replies, and your forwards can leave your PC laid out exactly the way you want them. And it doesn&#8217;t take a programmer or guru to set templates up. You just have to understand the strings used by Claws Mail that allow you to insert specific, pre-configured fields into the body of your email.</p><p><span
id="more-14528"></span></p><div
id="attachment_14535" class="wp-caption alignleft" style="width: 310px"><a
rel="attachment wp-att-14535" href="http://www.ghacks.net/2009/07/19/customize-your-replies-with-claws-mail-templates/templates-2/"><img
class="size-medium wp-image-14535" src="http://www.ghacks.net/wp-content/uploads/2009/07/templates1-500x402.png" alt="Figure 1" width="300" height="241" /></a><p
class="wp-caption-text">Figure 1</p></div><p>You can create templates within one of two windows: &#8220;Preferences for current account&#8221; or &#8220;Preferences&#8221; (the former only configures templates for the account being used and the latter configures templates globally). Both of these windows can be opened from within the Configuration menu. Once in either of these windows go to the Templates section where you will find  three tabs (see Figure 1): Compose, Reply, and Forward. The first thing you must do is decide what type of template you want to create. Most often people use the Reply template so they can format how they want their replies to look.</p><p>As you can see, in Figure 1, I have already created a template. The template I have created does this when I reply to an email:</p><p>The first line of the reply reads <em>In a recent email ORIGINAL_SENDER said the following:</em></p><p><em>QUOTED_EMAIL</em></p><p><em>to this REPLY_SENDER says:</em></p><p><em>BODY_OF_REPLY</em></p><p><em>A: Because it makes understanding the conversation harder?<br
/> Q: What is wrong with top posting?</em></p><ul><li>Where ORIGINAL_SENDER is who the email came from.</li><li>Where QUOTED_EMAIL is the quoted text of the email you are replying to.</li><li>Where REPLY_SENDER is the full name of the user replying.</li><li>Where BODY_OF_REPLY is the text written in the reply.</li></ul><p>You will also notice a bit of snarkiness at the end. ;-)</p><p>To achieve this layout I used the following pre-defined tags:</p><ul><li>%N &#8211; Original sender.</li><li>\n &#8211; New line marker.</li><li>%Q &#8211; Quoted message body.</li><li>%af &#8211; Full name of sender (me).</li><li>%X &#8211; Cursor position.</li></ul><p>The %X tag is one of the most interesting of the tags. It is with this tag you define where you want your cursor to be placed when you begin the email. Because Claws Mail defaults to bottom posting, and has no means to change this to top posting, you have to define top posting by using the %X tag. So if I want to always top post in my replies I would create a reply template like this:</p><p><code>%X\n<br
/> Is my reply to an email sent by %N, that said:\n<br
/> %Q</code></p><p>To get a full list of all the possible tags to use click the Information button inside of the Templates configuration window. You will also notice you can use regular expressions in your templates. The possibilites abound!</p><p><strong>Final thoughts</strong></p><p>Once you start using templates in Claws Mail you will really begin to see how flexible this application is. Once I started using templates I never looked back to Thunderbird. Have you created a cool template for Claws Mail? If so, share it with your fellow Ghacks readers.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/07/19/customize-your-replies-with-claws-mail-templates/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> </channel> </rss>
