<?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>Jontas &#187; pine</title>
	<atom:link href="http://www.f15ijp.com/tag/pine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.f15ijp.com</link>
	<description>My digital notepad (notes etc)</description>
	<lastBuildDate>Wed, 28 Dec 2011 18:24:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Pine: Flags</title>
		<link>http://www.f15ijp.com/2010/06/23/pine-flags/</link>
		<comments>http://www.f15ijp.com/2010/06/23/pine-flags/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 19:18:34 +0000</pubDate>
		<dc:creator>jontas</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[pine]]></category>

		<guid isPermaLink="false">http://www.f15ijp.com/?p=514</guid>
		<description><![CDATA[To mark a message as unread in pine this can be done using flags. First flags have to be turned on in setup [M]ain [S]etup [C]onfig Then find &#8220;enable-flag-cmd&#8221; and turn it on. After this marking a message as unread is done by &#8220;* N&#8221; in the list view or when looking at the message. [...]]]></description>
			<content:encoded><![CDATA[<p>To mark a message as unread in pine this can be done using flags.<br />
First flags have to be turned on in setup<br />
[M]ain [S]etup [C]onfig<br />
Then find &#8220;enable-flag-cmd&#8221; and turn it on.<br />
After this marking a message as unread is done by &#8220;* N&#8221; in the list view or when looking at the message.</p>
<p>All the flags are:</p>
<ul>
<li>[N]New</li>
<li>[D]Deleted</li>
<li>[*] Important</li>
<li>[A] Answered</li>
</ul>
<p>[^T] Can be used to see all the flags and set/unset them one by one (or all).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.f15ijp.com/2010/06/23/pine-flags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Pine (or Pico) from source</title>
		<link>http://www.f15ijp.com/2007/04/16/installing-pine-or-pico-from-source/</link>
		<comments>http://www.f15ijp.com/2007/04/16/installing-pine-or-pico-from-source/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 21:18:00 +0000</pubDate>
		<dc:creator>jontas</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[pico]]></category>
		<category><![CDATA[pine]]></category>

		<guid isPermaLink="false">http://jontas.mine.nu/?p=5</guid>
		<description><![CDATA[Installing Pine on Debian might seem a bit tricky, but it isn&#8217;t as hard as it might look. Due to the licensing rules of Pine (and Pico) these are not included as deb packages in the mirrors. However the source of these two are. Step 1 is to ensure that you have a deb-src in [...]]]></description>
			<content:encoded><![CDATA[<p>Installing Pine on Debian might seem a bit tricky, but it isn&#8217;t as hard as it might look.</p>
<p>Due to the licensing rules of Pine (and Pico) these are not included as deb packages in the mirrors.<br />
However the source of these two are.<br />
Step 1 is to ensure that you have a deb-src in /etc/apt/sources.list (for instance)<br />
deb-src http://http.us.debian.org/debian stable main contrib non-free<br />
deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free<br />
To make Debian install from sources:<br />
If you have never installed from source before we need to install a compiler and dpkg-dev<br />
$apt-get install dpkg-dev<br />
$ apt-get install gcc<br />
Done, now we can start compiling Pine<br />
A short note now: When building from source apt will download the source (and compile) to the directory where you start from. I think it is nice to make sure you are in a new directory that is clean from other files (and at a logical location if you intend to save the compiled package (like for instance /src/pine)<br />
$ apt-get -b build-dep pine</p>
<p>$<span><span style="font-family: Verdana,arial,sans-serif; font-size: x-small;">apt-get &#8211;only-source -b source pine</span></span><br />
(now it will download and compile Pine. Be patient.<br />
$ dpkg -i pine_4.64-3_i386.deb<br />
Another option is downloading a deb package directly from Washington University <a href="http://www.washington.edu/pine/getpine/linux.html">here</a></p>
<p>Any program in the Debian archive can be compiled from sources using the steps above, important to note is that in &#8220;apt-get -b build-dep&#8221; -b means build from source and build-dep that apt should download any libraries that is needed at the same time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.f15ijp.com/2007/04/16/installing-pine-or-pico-from-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

