comparison lisp/mh-e/mh-index.el @ 49598:0d8b17d428b5

Trailing whitepace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 13:24:35 +0000
parents b35587af8747
children 7dd3d5eae9c7
comparison
equal deleted inserted replaced
49597:e88404e8f2cf 49598:0d8b17d428b5
30 ;;; swish++ 30 ;;; swish++
31 ;;; swish-e 31 ;;; swish-e
32 ;;; namazu 32 ;;; namazu
33 ;;; glimpse 33 ;;; glimpse
34 ;;; grep 34 ;;; grep
35 ;;; 35 ;;;
36 ;;; (2) To use this package, you first have to build an index. Please read 36 ;;; (2) To use this package, you first have to build an index. Please read
37 ;;; the documentation for `mh-index-search' to get started. That 37 ;;; the documentation for `mh-index-search' to get started. That
38 ;;; documentation will direct you to the specific instructions for your 38 ;;; documentation will direct you to the specific instructions for your
39 ;;; particular indexer. 39 ;;; particular indexer.
40 40
41 ;;; Change Log: 41 ;;; Change Log:
42 42
43 ;; $Id: mh-index.el,v 1.83 2003/01/27 04:16:47 wohler Exp $ 43 ;; $Id: mh-index.el,v 1.2 2003/02/03 20:55:30 wohler Exp $
44 44
45 ;;; Code: 45 ;;; Code:
46 46
47 (require 'cl) 47 (require 'cl)
48 (require 'mh-e) 48 (require 'mh-e)
881 First create the directory /home/user/Mail/.mairix. Then create the file 881 First create the directory /home/user/Mail/.mairix. Then create the file
882 /home/user/Mail/.mairix/config with the following contents: 882 /home/user/Mail/.mairix/config with the following contents:
883 883
884 # This should contain the same thing as your `mh-user-path' 884 # This should contain the same thing as your `mh-user-path'
885 base=/home/user/Mail 885 base=/home/user/Mail
886 886
887 # List of folders that should be indexed. 3 dots at the end means there are 887 # List of folders that should be indexed. 3 dots at the end means there are
888 # subfolders within the folder 888 # subfolders within the folder
889 mh_folders=archive...:inbox:drafts:news:sent:trash 889 mh_folders=archive...:inbox:drafts:news:sent:trash
890 890
891 vfolder_format=raw 891 vfolder_format=raw
892 database=/home/user/Mail/mairix/database 892 database=/home/user/Mail/mairix/database
893 893
894 Use the following command line to generate the mairix index. Run this daily 894 Use the following command line to generate the mairix index. Run this daily
895 from cron: 895 from cron: