Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/mu,
E-mail searching and indexing tools
Branch: CURRENT,
Version: 1.12.3,
Package name: mu-1.12.3,
Maintainer: pkgsrc-usersmu is a tool for dealing with e-mail messages stored in the
Maildir-format. mu's purpose in life is to help you to quickly
find the messages you need; in addition, it allows you to view
messages, extract attachments, create new maildirs, and so on.
Built on top of mu are some extensions:
- mu4e: a full-featured e-mail client that runs inside emacs
- mu-guile: bindings for the Guile/Scheme programming language
Required to run:[
security/gnupg2] [
mail/gmime] [
devel/glib2] [
textproc/xapian] [
lang/guile20] [
editors/emacs26]
Required to build:[
pkgtools/cwrappers]
Package options: mu-emacs
Master sites:
Filesize: 935.644 KB
Version history: (Expand)
- (2024-05-03) Package deleted from pkgsrc
- (2024-04-17) Updated to version: mu-1.12.3
- (2023-02-13) Package has been reborn
- (2021-01-04) Updated to version: mu-1.4.13
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
CVS history: (Expand)
2015-07-12 02:38:17 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Switch from www/webkit-gtk to www/webkit24-gtk.
|
2015-01-03 10:55:20 by Thomas Klausner | Files touched by this commit (2) |
Log message:
dd and enable guile option.
|
2014-11-09 22:02:12 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Add emacs frontend as default-on option.
|
2014-11-02 19:30:40 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
Update to 0.9.9.6:
** 0.9.9.6
*** mu
- truncate /all/ terms the go beyond xapian's max term length
- lowercase the domain-part of email addresses in mu cfind (and mu4e), if
the domain is in ascii
- give messages without msgids fake-message-ids; this fixes the problem
where such messages were not found in --include-related queries
- cleanup of the query parser
- much improved date parsing
- support recursive maildirs
- many fixes in the query parser; there are still a number of
corner cases though, which probably requires writing a custom
query parser to fix
- drop gmime 2.4 support
*** mu4e
- update the emacs <-> backend protocol; documented in the
mu-server man page
- improve saving attachment
- allow for visiting multiple URIs
- much improved navigation within messages
- mug
- only support gtk+ 3.x
- mu-guile:
- more examples; bug fixes
|
2012-10-03 17:09:47 by Aleksej Saushev | Files touched by this commit (124) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2011-02-28 19:21:48 by Thomas Klausner | Files touched by this commit (4) | |
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.
|