• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

dfasyn/H13-Aug-2017-5,9324,357

old_docs/H13-Aug-2017-886716

test/H13-Aug-2017-6,1484,820

.gitignoreH A D13-Aug-2017161 1817

ACKNOWLEDGEMENTSH A D13-Aug-2017979 6359

COPYINGH A D13-Aug-201717.6 KiB340281

INSTALLH A D13-Aug-2017673 2317

Makefile.inH A D13-Aug-20173.9 KiB12266

NEWSH A D13-Aug-201712.9 KiB327274

READMEH A D13-Aug-20172.4 KiB6745

configureH A D13-Aug-20179 KiB414317

dates.cH A D13-Aug-20179.9 KiB407337

dates.hH A D13-Aug-20171.2 KiB4619

datescan.nfaH A D13-Aug-20172.9 KiB11394

db.cH A D13-Aug-201739.1 KiB1,3641,058

dirscan.cH A D13-Aug-201710 KiB405315

dotlock.cH A D13-Aug-20173 KiB11779

dotmairixrc.egH A D13-Aug-20171.4 KiB4233

dumper.cH A D13-Aug-20174.6 KiB156120

expandstr.cH A D13-Aug-20174.2 KiB197154

from.hH A D13-Aug-20171 KiB337

fromcheck.nfaH A D13-Aug-20175.5 KiB219175

glob.cH A D13-Aug-20179.1 KiB394309

hash.cH A D13-Aug-20175.3 KiB14462

imap.cH A D03-May-202230.3 KiB1,3231,236

imap.hH A D13-Aug-20172.3 KiB8369

imapinterface.cH A D13-Aug-201710.5 KiB423374

imapinterface.hH A D13-Aug-20171 KiB3218

mairix.1H A D13-Aug-201717 KiB681593

mairix.cH A D13-Aug-201725.5 KiB852672

mairix.hH A D13-Aug-201712.4 KiB410260

mairix.spec.sampleH A D13-Aug-20171.2 KiB4639

mairixrc.5H A D13-Aug-201712.1 KiB459397

make_releaseH A D13-Aug-20172 KiB7134

mbox.cH A D13-Aug-201729.7 KiB1,062821

md5.cH A D13-Aug-201711.7 KiB323203

md5.hH A D13-Aug-20172.9 KiB6317

memmac.hH A D13-Aug-20172.1 KiB7337

mkversionH A D13-Aug-2017324 1610

nvp.cH A D13-Aug-201711.1 KiB479413

nvp.hH A D13-Aug-20171.4 KiB3913

nvp.nfaH A D13-Aug-20174.6 KiB214176

nvptypes.hH A D13-Aug-20171.2 KiB4620

reader.cH A D13-Aug-20176 KiB211149

reader.hH A D13-Aug-20176 KiB185107

rfc822.cH A D13-Aug-201740.9 KiB1,5401,268

search.cH A D13-Aug-201744 KiB1,6101,363

stats.cH A D13-Aug-20173.9 KiB12985

tok.cH A D13-Aug-20178.5 KiB345272

writer.cH A D13-Aug-201718.9 KiB627472

README

1mairix is a program for indexing and searching email messages stored in
2Maildir, MH or mbox folders.
3
4* Indexing is fast.  It runs incrementally on new messages - any particular
5  message only gets scanned once in the lifetime of the index file.
6
7* The search mode populates a "virtual" folder with symlinks(*) which
8  point to the real messages.  This folder can be opened as usual in your mail
9  program.
10
11* The search mode is very fast.
12
13* Indexing and searching works on the basis of words.  The index file tabulates
14  which words occur in which parts (particular headers + body) of which
15  messages.
16
17The program is a very useful complement to mail programs like mutt
18(http://www.mutt.org/, which supports Maildir, MH and mbox folders) and
19Sylpheed (which supports MH folders).
20
21The original author of mairix is Richard P. Curnow <rc@rc0.org.uk>.
22It is maintained since 2017 by Kim Vandry <vandry@TZoNE.ORG>.
23
24[(*) where the input or output folder is an mbox, a copy of the message is made
25instead of symlinking.]
26
27*********************************************************************
28 Copyright (C) Richard P. Curnow  2002-2004
29 Copyright (C) Richard P. Curnow & Kim Vandry & contributors  2017-
30
31 This program is free software; you can redistribute it and/or modify
32 it under the terms of version 2 of the GNU General Public License as
33 published by the Free Software Foundation.
34
35 This program is distributed in the hope that it will be useful, but
36 WITHOUT ANY WARRANTY; without even the implied warranty of
37 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
38 General Public License for more details.
39
40 You should have received a copy of the GNU General Public License along
41 with this program; if not, write to the Free Software Foundation, Inc.,
42 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
43
44*********************************************************************
45
46Suggestions, bug reports, experiences, praise, complaints are welcom on
47the mailing list or as issues or pull requests at
48https://github.com/vandry/mairix
49
50Since July 2006, there is a mairix-users mailing list.  To subscribe or to view
51the archives, visit
52
53   https://lists.sourceforge.net/lists/listinfo/mairix-users
54
55The main website for mairix is
56
57   http://www.rc0.org.uk/mairix
58
59The SourceForge project page is
60
61   http://www.sf.net/projects/mairix
62
63ACKNOWLEDGEMENTS
64================
65
66See the ACKNOWLEDGEMENTS file
67