<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.mail.mairix.user">
    <title>gmane.mail.mairix.user</title>
    <link>http://permalink.gmane.org/gmane.mail.mairix.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mairix.user/187"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mairix.user/186"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mairix.user/185"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mairix.user/184"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mairix.user/183"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mairix.user/182"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mairix.user/181"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mairix.user/180"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mairix.user/179"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mairix.user/178"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mairix.user/177"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mairix.user/176"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mairix.user/175"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mairix.user/174"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mairix.user/173"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mairix.user/172"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mairix.user/171"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mairix.user/170"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mairix.user/169"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.mail.mairix.user/168"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mairix.user/187">
    <title>Re: Mairix Question</title>
    <link>http://permalink.gmane.org/gmane.mail.mairix.user/187</link>
    <description>&lt;pre&gt;
You should find the mairixrc file in your home directory like ~/.mairixrc.

The contents should be something like this. Adjust the base, mbox and
database parameters so that it suits your setup

~/.mairixrc 

#
#######################################################################
#
# Example ~/.mairixrc file
#
# Any line starting with # is a comment.
#
#######################################################################
# Set this to the directory where your maildir folders live
base=/home/yourname/mail

#######################################################################
# You need to define at least one of maildir, mh and mbox. You probably don't
# need to define all three!  You can use &amp;gt;1 line for any of these.

# Set this to a list of maildir folders within 'base'.  3 dots at the end means
# there are sub-folders within this folder.

# Set this to a list of MH folders within 'base'.  3 dots at the end means
# there are sub-folders within this folder.
#mh=mh_archive...

# Set this to a list of mb&lt;/pre&gt;</description>
    <dc:creator>Jostein Berntsen</dc:creator>
    <dc:date>2013-04-11T19:00:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mairix.user/186">
    <title>Mairix Question</title>
    <link>http://permalink.gmane.org/gmane.mail.mairix.user/186</link>
    <description>&lt;pre&gt;Hello,

I am trying to use mairix for the first time and attempting to use Indexing.
However, I am trying find out where the .mairixrc file is located and what the file should contain in order to find the mbox.

Any help is appreciated.

Thank you,

--
Ralph Boynton
M.S.
CompTIA: A+, Network+, Server+, Security+

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis &amp;amp; visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
&lt;/pre&gt;</description>
    <dc:creator>rfboynton&lt; at &gt;roadrunner.com</dc:creator>
    <dc:date>2013-04-11T18:43:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mairix.user/185">
    <title>Re: Having multiple database files</title>
    <link>http://permalink.gmane.org/gmane.mail.mairix.user/185</link>
    <description>&lt;pre&gt;
You can do this yourself.  Run mairix first to index the inboxes that
don't change, and create that index file.  Then run mairix a second
time reading only the inbox files that are changing, and create a second
index file.  It is only this second file that you need to keep updating.

When you want to search, run mairix to search the first index file and
save its results.  Then have it search the second index file with the -a
(append) flag to add to the results of the first search.  You end up
with the combined results of both searches, almost as if it were one
big index file.  I wrote a little script to do both searches for me.

&lt;/pre&gt;</description>
    <dc:creator>Ian! D. Allen</dc:creator>
    <dc:date>2013-02-17T11:35:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mairix.user/184">
    <title>Having multiple database files</title>
    <link>http://permalink.gmane.org/gmane.mail.mairix.user/184</link>
    <description>&lt;pre&gt;I am using mairix to index ~17GB of mbox files (the mairix database is
~730MB) and find that rebuilding the database is becoming sluggish
(because the database is completely written from scratch on every
update invocation).

Since the majority of my mbox files are effectively archives that don't
change, having several database files would make updates significantly
faster.  Has anyone looked at adapting mairix to handle multiple 
database files, where each database would only need rewriting if any of
its input files changed.

Alternatively, has anyone looked at using a more traditional database
(that allows incremental updates)?

&lt;/pre&gt;</description>
    <dc:creator>Peter Jeremy</dc:creator>
    <dc:date>2013-02-17T09:41:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mairix.user/183">
    <title>Re: substring search within Message-ID</title>
    <link>http://permalink.gmane.org/gmane.mail.mairix.user/183</link>
    <description>&lt;pre&gt;Please ignore my previous request. I now keep an index file, which
maps a short hashed version of the ID to the full ID. Once the full ID
is found from the index file, it is used in the 'mairix m:ID' search.

For those who may be interested, the index file format is like the
following:

492a0c 2025726313.87208.1350755963859.JavaMail.javamailuse&amp;lt; at &amp;gt;gmail.com

where the first column is the first 6 numbers of the MD5 sum of the
message ID. I then can click links in the form of mail:492a0c in my
text file and the message with the right ID will be found by Mairix
and opened in a terminal window.

-----Original Message-----

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
&lt;/pre&gt;</description>
    <dc:creator>LP Bing</dc:creator>
    <dc:date>2012-10-20T21:58:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mairix.user/182">
    <title>substring search within Message-ID</title>
    <link>http://permalink.gmane.org/gmane.mail.mairix.user/182</link>
    <description>&lt;pre&gt;Hi,

Since version 0.23, substring search in Message-ID is no longer
possible:

 "Do not interpret special characters [~,/=^] in Message-ID queries"

I wonder if it is possible to add a switch to command line options to
enable interpretation of the special characters (default can be
Disabled). I really miss the substring search feature.

I have a program that creates a "URL" of a message based on the
message ID, which I can use point (almost) uniquely to a message. For
example, a message ID &amp;lt;1234567890abc&amp;lt; at &amp;gt;mail.com&amp;gt; will lead to a URL
mail:123678abc because I took the first three chars, last three chars
and three chars in the middle. With this tag, I COULD find the message
by doing

  mairix m:123=,678=,abc&amp;lt; at &amp;gt;=

but no longer so since 0.23. I could use the whole ID, but that would
be too long and not necessary (I use these URLs in my text file).

So my request is, can you consider adding a switch to the command line
to enable interpretation of special chars for message-ID? I know this
will create a problem for &lt;/pre&gt;</description>
    <dc:creator>LP Bing</dc:creator>
    <dc:date>2012-10-20T19:43:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mairix.user/181">
    <title>[PATCH] Prefer the local delivery date over thesender's date</title>
    <link>http://permalink.gmane.org/gmane.mail.mairix.user/181</link>
    <description>&lt;pre&gt;I have been using this patch in my own copy of mairix for many years now, 
and rather than keeping it private I thought it worth sharing.

In general, it seems bad to trust the "Date:" header in incoming mails as 
this is set by the sender and is not always correct (eg. spam, incorrect 
clock)

But when Exim delivers to my mailbox, it adds a Delivery-Date. So if this 
exists, I use it instead. So inbound mail uses this, while my outbound 
mail only has a "Date:" header but this is trusted as it was set by me.

This makes searching for mails in, eg. last 3 months, work as expected 
Results are no longer polluted by those with a Date in the future, for 
example.

&lt;/pre&gt;</description>
    <dc:creator>Mark Hills</dc:creator>
    <dc:date>2012-10-11T21:29:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mairix.user/180">
    <title>Re: mairix just exits with "Killed"</title>
    <link>http://permalink.gmane.org/gmane.mail.mairix.user/180</link>
    <description>&lt;pre&gt;Either you're hitting the per-process memory limit for your account, or 
your whole computer is running out of memory.

If on Linux, run "dmesg" right after it happens and see if there's a 
message that looks like "Out of memory: Kill process # (mairix)". If so, 
then your whole computer is out of memory. If not, run "ulimit -a" to 
view the memory limits being enforced on your shell. Memory limits are 
usually set in /etc/securitiy/limits.conf, although that may vary in 
different Linux distributions.

   jik

On 7/17/2012 2:40 PM, David Prothero wrote:


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Mairix-users mail&lt;/pre&gt;</description>
    <dc:creator>Jonathan Kamens</dc:creator>
    <dc:date>2012-07-17T19:00:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mairix.user/179">
    <title>Re: mairix just exits with "Killed"</title>
    <link>http://permalink.gmane.org/gmane.mail.mairix.user/179</link>
    <description>&lt;pre&gt;Mind taking the minutia of this debugging off the mailing list? If you find a solution that is likely of interest to mairix users, a summary to the list would be appropriate.

-Sean

--
Sean Ahern
865-408-8463
Sent from my iPad

On Jul 17, 2012, at 3:32 PM, "David Prothero" &amp;lt;dprothero&amp;lt; at &amp;gt;pletter.com&amp;lt;mailto:dprothero&amp;lt; at &amp;gt;pletter.com&amp;gt;&amp;gt; wrote:

1489276 free and 1548760 swap free when not running mairix. (This is on Ubuntu 12.04).

I have 14 directories containing multiple mbox files, some of which are over 1GB. 26GB of mail in all.

Here’s a tail of the processes using up memory. Doesn’t seem like there’s anything too impressive.

root       814  0.0  0.0  15776     8 tty4     Ss+  Jul16   0:00 /sbin/getty -8
38400 tty4
root       820  0.0  0.0  15776     8 tty5     Ss+  Jul16   0:00 /sbin/getty -8
38400 tty5
root       824  0.0  0.0  15776     8 tty2     Ss+  Jul16   0:00 /sbin/getty -8
38400 tty2
root       825  0.0  0.0  15776     8 tty3     Ss+  Jul16   0:00 /sbin/getty -8
38400 tty3&lt;/pre&gt;</description>
    <dc:creator>Ahern, Sean</dc:creator>
    <dc:date>2012-07-17T19:34:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mairix.user/178">
    <title>Re: mairix just exits with "Killed"</title>
    <link>http://permalink.gmane.org/gmane.mail.mairix.user/178</link>
    <description>&lt;pre&gt;1489276 free and 1548760 swap free when not running mairix. (This is on
Ubuntu 12.04).

 

I have 14 directories containing multiple mbox files, some of which are
over 1GB. 26GB of mail in all.

 

Here's a tail of the processes using up memory. Doesn't seem like
there's anything too impressive.

 

root       814  0.0  0.0  15776     8 tty4     Ss+  Jul16   0:00
/sbin/getty -8

38400 tty4

root       820  0.0  0.0  15776     8 tty5     Ss+  Jul16   0:00
/sbin/getty -8

38400 tty5

root       824  0.0  0.0  15776     8 tty2     Ss+  Jul16   0:00
/sbin/getty -8

38400 tty2

root       825  0.0  0.0  15776     8 tty3     Ss+  Jul16   0:00
/sbin/getty -8

38400 tty3

root       827  0.0  0.0  15776     8 tty6     Ss+  Jul16   0:00
/sbin/getty -8

38400 tty6

root       936  0.0  0.0  15776     8 tty1     Ss+  Jul16   0:00
/sbin/getty -8

38400 tty1

daemon     845  0.0  0.0  16900     0 ?        Ss   Jul16   0:00 atd

root       300  0.0  0.0  17224     0 ?        S    Jul16   0:00
upstart-udev-br

idge --daemo&lt;/pre&gt;</description>
    <dc:creator>David Prothero</dc:creator>
    <dc:date>2012-07-17T19:31:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mairix.user/177">
    <title>Re: mairix just exits with "Killed"</title>
    <link>http://permalink.gmane.org/gmane.mail.mairix.user/177</link>
    <description>&lt;pre&gt;A better question than how much memory it needs is how much memory is 
available. :-) I.e., the problem may be not that mairix is using a huge 
amount of RAM, but rather that it's using a reasonable amount of RAM but 
the VM it's running in is almost out of RAM even before you run it. The 
reality is probably somewhere in between those two extremes.

How much memory does "free" report is available (the last number on the 
"-/+ buffers/cache" line) when you're not running mairix? Do you have 
swap space configured, and if so, how much swap is available?

You can find out what's using up memory by running "ps aux | sort -k 
+5n". That'll display a complete process list with the most 
memory-intensive processes at the bottom.

   jik

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint secur&lt;/pre&gt;</description>
    <dc:creator>Jonathan Kamens</dc:creator>
    <dc:date>2012-07-17T19:14:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mairix.user/176">
    <title>Re: mairix just exits with "Killed"</title>
    <link>http://permalink.gmane.org/gmane.mail.mairix.user/176</link>
    <description>&lt;pre&gt;

Mairix is very memory-intensive - it may be running out of memory and
getting killed by the OOM killer (assuming you are running on some Linux
system). Run top or vmstat or the gnome applet system monitor thingie
and check the memory usage. If you *are* running out of memory, you may
be able to add swap space and have it continue but that is likely to be
*very* slow - adding real memory is the only workable solution. E.g.  it
would take 0.5 hours on my older 1GB laptop with lots of swap space, but
with 4GB (and no swap space usage at all) it went down to 30 seconds.

Nick


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
____________________________________________&lt;/pre&gt;</description>
    <dc:creator>Nick Dokos</dc:creator>
    <dc:date>2012-07-17T19:09:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mairix.user/175">
    <title>Re: mairix just exits with "Killed"</title>
    <link>http://permalink.gmane.org/gmane.mail.mairix.user/175</link>
    <description>&lt;pre&gt;Thank you. It's the whole computer out of memory. It's running on a
virtual machine with 1.5GB of RAM. Is there a way to know how much RAM
will be needed? I assume it's relative to the mbox size. Would another
format like MH use less memory?

 

Thanks again.

 

David

 

From: Jonathan Kamens [mailto:jik&amp;lt; at &amp;gt;kamens.us] 
Sent: Tuesday, July 17, 2012 12:01 PM
To: David Prothero
Cc: mairix-users&amp;lt; at &amp;gt;lists.sourceforge.net
Subject: Re: [Mairix-users] mairix just exits with "Killed"

 

Either you're hitting the per-process memory limit for your account, or
your whole computer is running out of memory.

If on Linux, run "dmesg" right after it happens and see if there's a
message that looks like "Out of memory: Kill process # (mairix)". If so,
then your whole computer is out of memory. If not, run "ulimit -a" to
view the memory limits being enforced on your shell. Memory limits are
usually set in /etc/securitiy/limits.conf, although that may vary in
different Linux distributions.

  jik

On 7/17/2012 2:40 PM, David Proth&lt;/pre&gt;</description>
    <dc:creator>David Prothero</dc:creator>
    <dc:date>2012-07-17T19:03:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mairix.user/174">
    <title>mairix just exits with "Killed"</title>
    <link>http://permalink.gmane.org/gmane.mail.mairix.user/174</link>
    <description>&lt;pre&gt;I'm trying to run mairix on some very large mbox files and it runs for a
few minutes and then outputs "Killed" and exits. Anyone have any ideas?

 

.mairixrc contents:

-----------------------

base=~/d/UserData

mbox=Mboxes/*...

mfolder=SearchResults

format=mbox

database=~/d/UserData/mairix.db

 

---

David Prothero

I.T. Director

Pharmacist's Letter / Prescriber's Letter

Natural Medicines Comprehensive Database

Ident-A-Drug / www.therapeuticresearch.com

 

(209) 472-2240 x231

(209) 472-2249 (fax)

 

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Mairix-users mailing list
Mairix-users&amp;lt; at &amp;gt;lists.sourceforge.net
h&lt;/pre&gt;</description>
    <dc:creator>David Prothero</dc:creator>
    <dc:date>2012-07-17T18:40:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mairix.user/173">
    <title>Re: 4GB limits on Mail spool</title>
    <link>http://permalink.gmane.org/gmane.mail.mairix.user/173</link>
    <description>&lt;pre&gt;
Turns out it was a ulimit problem and not related to 32-bit issues.
&lt;/pre&gt;</description>
    <dc:creator>travis+ml-mairix-users&lt; at &gt;subspacefield.org</dc:creator>
    <dc:date>2012-05-03T23:11:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mairix.user/172">
    <title>Re: What does this error mean? (Nevermind...for now)</title>
    <link>http://permalink.gmane.org/gmane.mail.mairix.user/172</link>
    <description>&lt;pre&gt;Hi,

On Fri, Dec 09, 2011 at 12:56 PM PST, Mun Johl wrote:
MJ&amp;gt; Hi,
MJ&amp;gt; 
MJ&amp;gt; I just started getting this error out of the blue on my Red Had Linux
MJ&amp;gt; system (RHEL 5.7).  Any ideas?

I removed the database and tried the build again: seg fault.  So then I
turned on the verbose option and tried again in an effort to better
isolate where the failure was occurring.  Wouldn't you know it, the
database got built correctly.  I'll have to keep an eye on this.

Regards,

&lt;/pre&gt;</description>
    <dc:creator>Mun Johl</dc:creator>
    <dc:date>2011-12-09T23:10:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mairix.user/171">
    <title>What does this error mean?</title>
    <link>http://permalink.gmane.org/gmane.mail.mairix.user/171</link>
    <description>&lt;pre&gt;Hi,

I just started getting this error out of the blue on my Red Had Linux
system (RHEL 5.7).  Any ideas?

------------------------------ Delimiter BEGIN --------------------------------

% /usr/local/bin/mairix --purge
mairix: db.c:481: new_database_from_file: Assertion `mb-&amp;gt;n_so_far == msgi' failed.
Aborted

------------------------------- Delimiter END ---------------------------------

Regards,

&lt;/pre&gt;</description>
    <dc:creator>Mun Johl</dc:creator>
    <dc:date>2011-12-09T20:56:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mairix.user/170">
    <title>Re: can not index for some mailboxes</title>
    <link>http://permalink.gmane.org/gmane.mail.mairix.user/170</link>
    <description>&lt;pre&gt;
plz
1. ls -la /home/chris/.mutt/mails/{Arch,FVWM,Awesome}
2. and attach your mairixrc as a file.

Regards
&lt;/pre&gt;</description>
    <dc:creator>Ildar Mulyukov</dc:creator>
    <dc:date>2011-10-19T05:36:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mairix.user/169">
    <title>can not index for some mailboxes</title>
    <link>http://permalink.gmane.org/gmane.mail.mairix.user/169</link>
    <description>&lt;pre&gt;I run command and get this error:
WARNING: Folder path /home/chris/.mutt/mails/Arch  does not exist
WARNING: Folder path /home/chris/.mutt/mails/FVWM  does not exist
WARNING: Folder path /home/chris/.mutt/mails/Awesome  does not exist

here is my mairixrc file:
base=~/.mutt/mails
mfolder=Search
database=~/.mutt/mairix/mairixdb
# maildir=.
# maildir=INBOX
maildir=Send
maildir=mbox
maildir=Important
maildir=Python
maildir=Perl
maildir=Web
maildir=Arch 
maildir=Maemo
maildir=ubuntu
maildir=Linux
maildir=Vim
maildir=FVWM 
maildir=Awesome 
maildir=Mutt
maildir=apps
maildir=RSS


and here is my mailboxes list.
total 228
drwxrwxr-x 5 chris chris   4096 2011-09-16 09:20 apps
drwxrwxr-x 5 chris chris   4096 2011-08-30 22:01 Arch
drwxrwxr-x 5 chris chris   4096 2011-08-30 22:01 Awesome
drwxrwxr-x 5 chris chris   4096 2011-08-30 22:01 Drafts
drwxrwxr-x 5 chris chris   4096 2011-08-30 22:01 FVWM
drwxrwxr-x 5 chris chris   4096 2011-08-30 22:01 Important
drwxrwxr-x 5 chris chris   4096 2011-08-30 22:01 INBOX
drwxrwxr-x 5&lt;/pre&gt;</description>
    <dc:creator>stardiviner</dc:creator>
    <dc:date>2011-10-19T02:25:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mairix.user/168">
    <title>Re: Version 0.23 to be released?</title>
    <link>http://permalink.gmane.org/gmane.mail.mairix.user/168</link>
    <description>&lt;pre&gt;Technically it is released.  There's a tarball on SF as well.  I just
didn't get around to writing up a release announcement (I did this
just before going on vacation) and I haven't got back to this one.
Sorry.

Consider this the announcement :)  You'll have to check that NEWS file
via github for the release notes.

On 4 September 2011 18:20, Jostein Berntsen &amp;lt;jbernts&amp;lt; at &amp;gt;broadpark.no&amp;gt; wrote:

------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
&lt;/pre&gt;</description>
    <dc:creator>Richard Curnow</dc:creator>
    <dc:date>2011-09-04T19:58:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.mail.mairix.user/167">
    <title>Version 0.23 to be released?</title>
    <link>http://permalink.gmane.org/gmane.mail.mairix.user/167</link>
    <description>&lt;pre&gt;On the github mairix site it seems like version 0.23 is forthcoming. Will this
be released soon?

https://github.com/rc0/mairix/blob/master/NEWS


Jostein



------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
&lt;/pre&gt;</description>
    <dc:creator>Jostein Berntsen</dc:creator>
    <dc:date>2011-09-04T17:20:41</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.mail.mairix.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.mail.mairix.user</link>
  </textinput>
</rdf:RDF>
