diff options
author | Jostein Berntsen <jbernts@broadpark.no> | 2011-08-18 08:18:53 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-18 08:18:53 -0300 |
commit | 85175405cd3a52862a51c6384cd80c12d838d6f8 (patch) | |
tree | 1abb7781b3542a10766c55fcb073a82933abd571 /office/notmuch/README | |
parent | bb0c131e3ddec9f82c9959c36fac41c16cef93ac (diff) | |
download | slackbuilds-85175405cd3a52862a51c6384cd80c12d838d6f8.tar.gz |
office/notmuch: Added (fast mail indexer for maildir)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'office/notmuch/README')
-rw-r--r-- | office/notmuch/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/office/notmuch/README b/office/notmuch/README new file mode 100644 index 0000000000..73a1171e53 --- /dev/null +++ b/office/notmuch/README @@ -0,0 +1,10 @@ +Notmuch is an answer to Sup. Sup is a very good email program written by +William Morgan (and others) and is the direct inspiration for Notmuch. +Notmuch began as an effort to rewrite performance-critical pieces of Sup in +C rather than ruby. From there, it grew into a separate project. One +significant contribution Notmuch makes compared to Sup is the separation +of the indexer/searcher from the user interface. (Notmuch provides a +library interface so that its indexing/searching/tagging features can be +integrated into any email program.) + +This requires xapian-core. |