mairix-el: Setting up the mairix interface

 
 3 Setting up the mairix interface
 *********************************
 
 First, put ‘mairix.el’ in your Emacs search path and put ‘(require
 'mairix)’ into your ‘.emacs’ file.  Then, use ‘M-x customize-group
 mairix RET’ to set your preferences for mairix.el.  The most important
 items are _Mairix File Path_, _Mairix Search File_ and _Mairix Mail
 Program_.  The latter specifies which mail program should be used to
 display the mairix search results.  Currently, RMail, Gnus with mbox
 files, and VM are supported.  If you use Gnus with maildir or mh, use
 the native Gnus back end nnmairix instead.
 
    If you use another Emacs mail program which is not yet supported by
 mairix.el, it is pretty easy to integrate it.  SeeExtending, on how
 to integrate it into mairix.el.
 
    Now you should be ready to go.  SeeUsing, for the available
 commands.