On 11.04.13,14:43, rfboyn...@roadrunner.com wrote:
> 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,
> 

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 >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 mbox folders within 'base'.
mbox=inbox
mbox=outbox

#######################################################################
# Set this to the folder within 'base' where you want the search mode
# to write its output.
mfolder=mfolder

# Set this if you want the format of mfolder to be mh or mbox (the default is
# maildir).
#
# mformat=mh
# mformat=mbox

#######################################################################
# Set this to the path where the index database file will be kept
database=/home/yourname/mail/mairix_database

Jostein

------------------------------------------------------------------------------
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 & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Mairix-users mailing list
Mairix-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mairix-users

Reply via email to