./mail/mu, E-mail searching and indexing tools

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.12.8, Package name: mu-1.12.8, Maintainer: pkgsrc-users

mu 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



Package options: mu-emacs

Master sites:

Filesize: 952.096 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-26 17:38:17 by Kevin Bloom | Files touched by this commit (2) | Package updated
Log message:
mu: update to 1.12.8

- documentation improvements
- removal of the old threading option and cleanup
- 'lazy' indexing  is even lazier (faster)
- make references (the References:/In-reply-to: headers) searchable
  (with "references:" or "ref:")
- add new combination-field "related:" to search by msgid: _or_
  references:
   2024-12-07 16:19:52 by Nia Alarie | Files touched by this commit (1)
Log message:
mu: Requires 64-bit wide atomics
   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-10-28 15:44:31 by Kevin Bloom | Files touched by this commit (2) | Package updated
Log message:
mu: updated to 1.12.7

- fixed threading issue with xapian
- improved documentation
- other small tweaks and bug fixes
   2024-08-09 11:42:40 by Ryo ONODERA | Files touched by this commit (327)
Log message:
*: Recursive revbump from security/libassuan2
   2024-07-29 21:32:58 by Kevin Bloom | Files touched by this commit (3) | Package updated
Log message:
mu: updated to version 1.12.6

Packaging changes:
- removed patch due to upstream fixing bug

Upstream changes:
- improved documentation: man-pages, mu4e reference manual, README
- new function `mu4e-save-message`, to save a copy of the message at
  point
- reduce logging a bit
- fix `mu4e-compose-pre-hook` which broke with the 1.12.5 changes
- fix bookmark support (`bookmark-make-record-function`)
- fixed running mu server on non-systemd operating systems