Path to this page:
Subject: CVS commit: wip/mu
From: Thomas Klausner
Date: 2011-02-28 19:21:48
Message id: E1Pu7jR-0000ql-ED@sfs-ml-1.v29.ch3.sourceforge.com
Log Message:
Initial import of mu-0.9.3 (packages fine, untested -- useful?)
mu is a set of utilities to deal with Maildirs, specifically,
indexing and searching.
- mu-index - recursively scans a collection of email messages, and
stores information found in a database.
- mu-find - searches for messages based on some search criteria.
- mu-msginfo - gives information (such as subject, sender, message
body) for a certain message file
- mu-mkmdir - creates a new Maildir
mu uses libgmime2 to parse the message, and SQLite and Xapian to
store the message data.
Files: